[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-13 Thread nutznboltz
TEST CASE: Environment: VM with virtio boot disk /dev/vda partition (like /dev/vda1) mounted on / possibly also a partition (like /dev/vda1) on mounted on /boot and no /dev/disk/by-id directory (because of missing udev rules.) Example Environment: $ ls /dev/[shv]d* /dev/vda /dev/vda1 /dev/vda

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-13 Thread nutznboltz
** Patch removed: "udev.debdiff" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/604335/+attachment/2167401/+files/udev.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/604335 Title: g

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-13 Thread nutznboltz
This requires modifying the kernel. http://lists.gnu.org/archive/html/qemu-devel/2010-06/msg02502.html ``[Qemu-devel] [PATCH 1/2] Add 'serial' attribute to virtio-blk devices'' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-14 Thread nutznboltz
The refusal to SRU the original ("grub-pc.postinst.udiff") patch means that kernel changes and udev changes are needed for a bug that was fixed in 10.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/6

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-14 Thread nutznboltz
The grub-install package does not look for /dev/disk/by-id A peek inside the bash script in that package named /usr/bin/grub- installer shows it just has code to match "/dev/[hsv]d[a-z]". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-14 Thread nutznboltz
PPA with "grub-pc.postinst.udiff" patch integrated since it's less intrusive than kernel patches + udev patches and the issue was fixed in 10.10 here: https://launchpad.net/~nutznboltz/+archive/working-grub2-on-virtio-disk- for-lts Patch attachment is a debdiff against the latest

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-14 Thread nutznboltz
With that PPA you can run "sudo dpkg-reconfigure grub-pc" on virtio block disk but you get a warning message about swap partitions (e.g. /dev/vda1). You can click "Yes" to continue past it and the package status is still "ii" not "uF" or anything indicating configuration failed. -- You received t

[Bug 765230] Re: long sleep in boot process

2011-07-06 Thread nutznboltz
This was fixed: Signed-off-by: John Stultz diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 6519cf6..0e17c10 100644 --- a/kernel/time/clocksource.c +++ b/kernel/time/clocksource.c @@ -685,8 +685,8 @@ int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32

[Bug 765230] Re: long sleep in boot process

2011-07-06 Thread nutznboltz
oh, my "long sleep" happens at a different time. Jul 4 16:19:57 lakshmi kernel: [1.474519] pci :00:01.0: MSI quirk detected; subordinate MSI disabled Jul 4 16:19:57 lakshmi kernel: [ 146.850202] pci :01:05.0: Boot video device -- You received this bug notification because you ar

[Bug 765230] Re: long sleep in boot process

2011-07-06 Thread nutznboltz
LP: #802464 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765230 Title: long sleep in boot process To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug

[Bug 765230] Re: long sleep in boot process

2011-07-06 Thread nutznboltz
x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -sd Ubuntu 11.04 Kernel 2.6.38-10.46 via copy of S. Conklin PPA package. Copy is here: https://launchpad.net/~nutznboltz/+archive/natty-linux-pre-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 802464] Re: linux: 2.6.38-10.46 -proposed tracker

2011-07-06 Thread nutznboltz
Related bug, LP: #765230 Thanks to everyone involved with fixing it! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/802464 Title: linux: 2.6.38-10.46 -proposed tracker To manage notifications abo

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-15 Thread nutznboltz
As to why it takes virtio block driver changes for /dev/disk/by-id to work compare sudo sg_vpd --page=0x80 /dev/sda with sudo sg_vpd --page=0x80 /dev/vda -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-16 Thread nutznboltz
$ lsb_release -sd Ubuntu 11.04 $ ls -l /sys/block/vda/serial -r--r--r-- 1 root root 4096 2011-06-16 13:22 /sys/block/vda/serial $ sudo cat /sys/block/vda/serial $ That file should contain a serial number but it doesn't. Same thing on Fedora (by way of the dm-devel mailing list) http://www.redha

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-16 Thread nutznboltz
Re: qemu newness. VIRTIO_BLK_T_GET_ID only appears twice inside the kernel and one of the times is the #define. This is because VIRTIO_BLK_T_GET_ID is acted upon in qemu hw/virtio- blk.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-16 Thread nutznboltz
So in order to SRU you will need to SRU linux (kernel) virtio_blk.c changes, udev changes and qemu changes. This has not been fixed in 10.10 or 11.04 either (despite my prior claims.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-16 Thread nutznboltz
from qemu git: commit 2930b313dd602d67a568815b0b031b824916cec9 Author: john cooper Date: Fri Jul 2 13:44:25 2010 -0400 Add virtio disk identification support This patch adds the final missing bits for support of passing a serial/id string to a virtio-blk guest driver.

[Bug 659738] Re: Duplicate welcome message in motd (caused by postinst script creating motd.tail file)

2011-06-17 Thread nutznboltz
Thanks, Barry. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/659738 Title: Duplicate welcome message in motd (caused by postinst script creating motd.tail file) To manage notifications about t

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-17 Thread nutznboltz
Still not fixed on 11.10 nutznboltz@hanuman:~$ lsb_release -sd Ubuntu oneiric (development branch) nutznboltz@hanuman:~$ uname -a Linux hanuman 3.0-0-server #1-Ubuntu SMP Thu Jun 9 16:50:35 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux nutznboltz@hanuman:~$ sudo cat /sys/block/vda/serial nutznboltz

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-17 Thread nutznboltz
Heh, just thought "what if you have to set the serial number from the command line". Then I went to check and nutznboltz@lakshmi:~$ qemu --help | egrep 'drive|serial' | head -2 -drive [file=file][,if=type][,bus=n][,unit=m][,media=d][,index=i] [,serial=s][,addr=A][,i

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-17 Thread nutznboltz
libvirt wiki documents support for virtio disk serial numbers http://libvirt.org/formatdomain.html#elementsDisks ``serial If present, this specify serial number of virtual hard drive. For example, it may look as WD-WMAP9A966149. Since 0.7.1 '' -- You received this bug notification because yo

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-17 Thread nutznboltz
t ..." the /dev/disk/by-id of 11.04 guest on 11.04 host works: nutznboltz@grub-bug:~$ lsb_release -ds Ubuntu 11.04 nutznboltz@grub-bug:~$ uname -a Linux grub-bug 2.6.38-8-virtual #42-Ubuntu SMP Mon Apr 11 04:06:34 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux nutznboltz@grub-bug:~$ ls -l /dev/disk

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-17 Thread nutznboltz
** Patch removed: "Hacks the postinst script to not fail for virtio block disks." https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/604335/+attachment/2169243/+files/grub2-1.98ubuntu12.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-17 Thread nutznboltz
Only Natty and Oneiric are working and only with the caveat that qemu must be invoked with options to set the serial number of the virtio block devices. Lucid will never be fixed correctly. The amount of changes are too huge. I went back to working on script. New version of PPA with script hack

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-18 Thread nutznboltz
$ lsb_release -sd Ubuntu 10.04.2 LTS $ sudo apt-get safe-upgrade ... skip ... Setting up grub-pc (1.98-1ubuntu12.1~ppa2) ... Installation finished. No error reported. ... skip ... $ sudo dpkg-reconfigure grub-pc Installation finished. No error reported. Generating grub.cfg ... Found linux image:

[Bug 445416] Re: grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea.

2011-06-18 Thread nutznboltz
Does having a biosgrub partition (A.K.A bios_grub in GNU parted "set 1 bios_grub ...") prevent the "grub-setup: warn: Embedding is not possible. ..." issue? See this thread: https://bbs.archlinux.org/viewtopic.php?id=74740 -- You received this bug notification because you are a member of Ubuntu

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-06-19 Thread nutznboltz
1.98-1ubuntu12.1~ppa4 is more through about insisting on using /dev/vda devices. The previous versions would only try if /dev/by-id was completely missing; this one looks for all the /dev/vd* devices it can find. ** Patch removed: "grub2_1.98-1ubuntu12.debdiff" https://bugs.launchpad.net/ubu

[Bug 634387] Re: creates motd.tail on postinst, which could mean duplicate entries in /etc/motd

2011-06-06 Thread nutznboltz
Congratulation! /etc/motd.tail just got the contents of /etc/motd copied into again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/634387 Title: creates motd.tail on postinst, which could mean dupli

[Bug 634387] Re: creates motd.tail on postinst, which could mean duplicate entries in /etc/motd

2011-06-06 Thread nutznboltz
Now all the /etc/motd.tail files have been clobbered by overwriting them with garbage for the second time thats to this: sysvinit (2.87dsf-4ubuntu17.3) lucid-proposed; urgency=low * debian/sysv-rc/sbin/invoke-rc.d: replace RUNLEVEL with RUNLEVELHELPER. Using RUNLEVEL causes spurious failure

[Bug 634387] Re: creates motd.tail on postinst, which could mean duplicate entries in /etc/motd

2011-06-06 Thread nutznboltz
This is supposedly an LTS platform but in the last month they copy garbage into /etc/motd.tail break cron daemon and copy garbage into /etc/motd.tail again. What sort of QA does Canonical do? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 634387] Re: creates motd.tail on postinst, which could mean duplicate entries in /etc/motd

2011-06-06 Thread nutznboltz
One thing I just notice is that the server version of 10.04.4 LTS ISO installs update-motd package by default while the desktop 10.04.4 LTS ISO does not install that for you. But it's still a bug in the initscripts package, it just requires other packages or the sysvinit-2.87dsf/debian/initscript

[Bug 545795] Re: apparmor driver blocks access to some hostdev and pcidev devices

2011-06-07 Thread nutznboltz
@Sergey will you be submitting a debdiff any time soon? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/545795 Title: apparmor driver blocks access to some hostdev and pcidev devices -- ubuntu-bugs

[Bug 793796] Re: 2.6.38-10 panic after ejecting drive

2011-06-08 Thread nutznboltz
Either there are various device drivers all over with related bugs or this is a bug in common code they all use. Look at the JPG attachment of the panic: "scheduling while atomic" during __do_softirq LP: #790054 during bcmwl wifi driver __do_softirq "BUG: scheduling while atomic" goes off. http:

[Bug 793796] Re: 2.6.38-10 panic after ejecting drive

2011-06-08 Thread nutznboltz
Head of thread on recent RCU updates: http://lkml.org/lkml/2011/6/8/321 from that: 4. Restore checks for blocking within RCU read-side critical sections under CONFIG_PROVE_RCU. More commentary about that here: https://lkml.org/lkml/2011/6/4/115 http://lkml.org/lkml/2011/6/8/354 http://paulm

[Bug 790054] Re: [natty] Broadcom STA Driver: divide error: 0000

2011-06-08 Thread nutznboltz
If you pay less attention to: [ 1757.127398] divide error: [#1] SMP And focus on: [ 1757.145583] BUG: scheduling while atomic: swapper/0/0x1100 You will find others with this issue too. BUG: scheduling while atomic 2.6.39-rc7 (iwl3945_irq_tasklet) http://lkml.org/lkml/2011/5/13/393 Tha

[Bug 793796] Re: 2.6.38-10 panic after ejecting drive

2011-06-09 Thread nutznboltz
Hmm, there may be a plethora of rcu bugs in individual drivers as well as global ones? http://www.spinics.net/lists/linux-wireless/msg69597.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/793796 T

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-17 Thread nutznboltz
What really bothers me is that I can't find anything in writing about why this patch did not make it into Karmic. If someone would be so kind as to point out a link that explains why this patch did not make it into Karmic I would be grateful. -- You received this bug notification because you are

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-17 Thread nutznboltz
Never mind, I found it here: https://wiki.ubuntu.com/KernelTeam/KernelUpdates ``For normal 18-month releases, we will only accept updates to the kernel for 3-4 months after release. At this point we consider the in-development release to be stable enough for testing, and the primary target for fi

[Bug 646468] Re: Apparmor deny when trying to use hugetlbfs

2010-09-25 Thread nutznboltz
Look at this PPA https://launchpad.net/~jcollins/+archive/jaminppa -- Apparmor deny when trying to use hugetlbfs https://bugs.launchpad.net/bugs/646468 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-01 Thread nutznboltz
The 2.6.32-29.58 kernel update that recently was pushed out lacks the virtio-net napi patch. I updated my PPA against the updated kernel. https://launchpad.net/~nutznboltz/+archive/lucid-virtio-napi The updated PPA is still compiling; ETA Mar 2, 2011 02:40:00 UTC To test with my PPA run: sudo

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-02 Thread nutznboltz
I had my first Karmic KVM guest encounter this issue today. I'm going to add support for Karmic to my PPA. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/579276 Title: Lost network in KVM VM / virti

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-02 Thread nutznboltz
Patch is now in Lucid https://launchpad.net/ubuntu/lucid/+source/linux/2.6.32-30.59 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/579276 Title: Lost network in KVM VM / virtio_net page allocation fa

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-03 Thread nutznboltz
** Patch added: "debdiff of virtio-net napi patch for Karmic" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/579276/+attachment/1883450/+files/karmic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 727470] Re: on Hardy, missing symlinks for run levels 0 and 6

2011-03-03 Thread nutznboltz
** Description changed: Binary package hint: netbase - On all of my Hardy (8.04.4) installations, I am by default missing - symlinks to /etc/init.d/networking for run levels 0 and 6. Because of - this, my scripts in /etc/network/if*down* are never invoked. Please add - these symlinks on Hardy

[Bug 727470] Re: on Hardy, missing symlinks for run levels 0 and 6

2011-03-03 Thread nutznboltz
** Patch added: "netbase-4.30ubuntu1.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/netbase/+bug/727470/+attachment/1883570/+files/netbase-4.30ubuntu1.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 727470] Re: on Hardy, missing symlinks for run levels 0 and 6

2011-03-03 Thread nutznboltz
Is the MOTU SRU team the correct one to subscribe for this ticket? I updated the description and attached the debdiff with the very minimal patch required. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 474207] Re: Karmic not working on a Dell 7400

2010-07-02 Thread nutznboltz
https://bugzilla.redhat.com/show_bug.cgi?id=493093 ** Bug watch added: Red Hat Bugzilla #493093 https://bugzilla.redhat.com/show_bug.cgi?id=493093 -- Karmic not working on a Dell 7400 https://bugs.launchpad.net/bugs/474207 You received this bug notification because you are a member of Ubuntu

[Bug 733188] Re: Cannot install mysql-query-browser

2011-03-18 Thread nutznboltz
*** This bug is a duplicate of bug 683817 *** https://bugs.launchpad.net/bugs/683817 ** This bug has been marked a duplicate of bug 683817 Unable to install mysql-query-browser on 11.04 / Natty -> mysql-query-browser: Depends: libgtkhtml3.14-19 (<1:3.31) but 1:3.32.1-0ubuntu1 is to be i

[Bug 737762] [NEW] Cannot install mysql-query-browser due to dependency

2011-03-18 Thread nutznboltz
*** This bug is a duplicate of bug 683817 *** https://bugs.launchpad.net/bugs/683817 Public bug reported: $ sudo apt-get install mysql-query-browser Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may m

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-08 Thread nutznboltz
@AvaCam use enough RAM until you start getting "page allocation failure." messages in the system logs. What is happening is that the network driver needs to have a free page of RAM. It also cannot wait around for a page to become free. It can however, try again later. So if there are no free pa

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-08 Thread nutznboltz
@AvaCam Note also that the file system buffer cache uses up RAM so activity that reads in many files while performing network I/O triggers this bug. That is why my test case of running two concurrent recursive "scp -r ..." jobs causes an unpatched virtio-net driver to lock up. -- You received th

[Bug 731993] Re: update-apt-xapian-index crashed with OverflowError in index(): in method 'Document_add_value', argument 2 of type 'Xapian::valueno'

2011-03-09 Thread nutznboltz
*** This bug is a duplicate of bug 635893 *** https://bugs.launchpad.net/bugs/635893 ** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731993 Title: update-apt-xap

[Bug 591947] Re: Copying large files to NFS mount blocks system

2011-03-09 Thread nutznboltz
Lucid proposed kernel with virtio-net napi patch passed all of the QA Team's regression testing https://wiki.ubuntu.com/QATeam/KernelSRU-lucid-2.6.32-30.59 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-03-09 Thread nutznboltz
@Mark It is very important to realize that you can't submit bugs or comments in any arbitrary format to launchpad and expect them to be recognized. Take some time to learn how launchpad works as input which is not very precisely formatted gets ignored. Some videos to watch: http://www.youtube.co

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-03-09 Thread nutznboltz
@Mark if you really want to submit a real patch, learn how to validate that the change is upstream and how to generate a debdiff and attach it here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/604335

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-09 Thread nutznboltz
Lucid proposed kernel with virtio-net napi patch passed all of the QA Team's regression testing https://wiki.ubuntu.com/QATeam/KernelSRU-lucid-2.6.32-30.59 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 727470] Re: on Hardy, missing symlinks for run levels 0 and 6

2011-03-10 Thread nutznboltz
> ... and beside the point :) No, it is exactly the point. None of the infrastructure that this bug deals with exists post-Hardy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727470 Title: on Har

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-03 Thread nutznboltz
Will the patch be added to 2.6.31? Meanwhile $ uname -a Linux dubnium 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 GNU/Linux 7765 7764 1 17:14 pts/300:01:33 scp -r /vol/ndnp/ndnp_staging/batches/kyu oxygen:/storage/scratch/virtio-net-test/2 x 77

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-03 Thread nutznboltz
110 GB copied in three hours with no problems. ** Tags added: verification-done-lucid ** Tags removed: verification-needed-lucid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/579276 Title: Lost ne

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-03 Thread nutznboltz
I don't use Maverick in my environment and I still use Karmic. I don't know who you are going to get to do the Maverick testing but it ain't me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/579276 T

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-04 Thread nutznboltz
16 people (17 including me) checked the "affects me too" button on this bug report? Will any of them test proposed on Maverick? The instructions are right here: https://wiki.ubuntu.com/Testing/EnableProposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-04 Thread nutznboltz
In bash sudo -i cat >> /etc/apt/preferences << EOF Package: * Pin: release a=maverick-security Pin-Priority: 990 Package: * Pin: release a=maverick-updates Pin-Priority: 900 Package: * Pin: release a=maverick-proposed Pin-Priority: 400 EOF echo "deb http://archive.ubuntu.com/ubuntu/ maverick-pr

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-04 Thread nutznboltz
Well, I rebuilt Dubnium as Maverick and ran the test: $ w 15:12:16 up 1:25, 3 users, load average: 1.94, 1.89, 1.90 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT nutz pts/3140.147.245.89:S 13:511:20m 17:04 15:53 /usr/bin/ssh -x -oForwardAgent no -oPermitLo

[Bug 591947] Re: Copying large files to NFS mount blocks system

2011-03-07 Thread nutznboltz
@Divinsa Development for virtual machines there is a second issue. See: https://bugs.launchpad.net/bugs/579276 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/591947 Title: Copying large files to NFS

[Bug 727470] Re: on Hardy, missing symlinks for run levels 0 and 6

2011-03-08 Thread nutznboltz
@Martin Pitt - This cannot be fixed in the current development release since it uses Upstart instead now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727470 Title: on Hardy, missing symlinks for r

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-03-08 Thread nutznboltz
@Divinsa did you test proposed? https://wiki.ubuntu.com/Testing/EnableProposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/579276 Title: Lost network in KVM VM / virtio_net page allocation failure

[Bug 727470] Re: on Hardy, missing symlinks for run levels 0 and 6

2011-03-08 Thread nutznboltz
> Martin Pitt > I didn't check Let me check for you: $ lsb_release -d Description:Ubuntu 10.04.2 LTS $ ls -l /etc/init.d/network ls: cannot access /etc/init.d/network: No such file or directory That was easy. -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 545795] Re: apparmor driver blocks access to some hostdev and pcidev devices

2011-03-08 Thread nutznboltz
For Lucid: https://launchpad.net/~nutznboltz/+archive/kvm-libvirt-lts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/545795 Title: apparmor driver blocks access to some hostdev and pcidev devices

[Bug 746588] Re: Fix a STARTTLS flaw in Pure-FTPd similar to Postfix’s CVE-2011-0411

2011-03-31 Thread nutznboltz
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746588 Title: Fix a STARTTLS flaw in Pure-FTPd similar to Postfix’s CVE-2011-0411 -- ubuntu-bugs mailing list ubuntu-

[Bug 839585] [NEW] unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-02 Thread nutznboltz
Public bug reported: 1. Build qemu-kvm in 32-bit mode (x86) virtual machine 2. install from ubuntu-11.10-beta1-desktop-i386.iso 3. reboot from hard disk, unity panel with no icons visible will flash on and off a few times then stop trying. 4. apply updates 5. reboot from hard disk, unity panel w

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-02 Thread nutznboltz
** Attachment added: "output from /usr/bin/xdpyinfo" https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/839585/+attachment/2344061/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-02 Thread nutznboltz
** Attachment added: "~/.xsession-errors log file" https://bugs.launchpad.net/bugs/839585/+attachment/2344057/+files/.xsession-errors -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839585 Title:

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-02 Thread nutznboltz
The unity-2d-panel worked on Oneiric Alpha releases. This is a regression. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839585 Title: unity-2d-panel crashes on startup on Oneiric Beta (with or wit

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-02 Thread nutznboltz
libvirt is not being used. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839585 Title: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates) To manage notifications about th

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-02 Thread nutznboltz
On KVM/Qemu host the command line running the VM guest is: qemu -M pc -hda /home/nutz/vol/oneric -soundhw sb16 -m 1024 -net nic,vlan=0 -net user,vlan=0,hostname=emu -monitor pty -boot c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-02 Thread nutznboltz
** Attachment added: "lscpi -vvnn from inside Oneiric guest" https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/839585/+attachment/2344156/+files/lspci-vvnn.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-02 Thread nutznboltz
Updated again, still same issue. Attached list of updated packages that didn't help. ** Attachment added: "Updates to Dependencies.txt" https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/839585/+attachment/2346542/+files/Dependencies-updates-01.txt -- You received this bug notificatio

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-06 Thread nutznboltz
I will test when I get home. I am loath to spend time at work on this. There was no Apport crash dialog, I'm not sure if that is a local configuration issue or not. https://wiki.ubuntu.com/Apport Possibly related bugs in Launchpad auto-hyperlink format: LP #759803 LP #805587 -- You received t

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-06 Thread nutznboltz
LP: #759803 LP: #805587 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839585 Title: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates) To manage notifications about this

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-06 Thread nutznboltz
I updated my system again and unity-2d-panel no longer crashes instantly on startup. It now crashes while running and gets restarted to run some more. Probably a completely different bug. Apport crash dialog is also working too now. ** Attachment added: "Updates to Dependencies.txt" https:/

[Bug 839585] Re: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates)

2011-09-06 Thread nutznboltz
I clicked on Apport to open a new bug report LP: #843432 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839585 Title: unity-2d-panel crashes on startup on Oneiric Beta (with or without updates) To

[Bug 805587] Re: unity-2d-launcher crashed with SIGSEGV in QPainter::fillRect()

2011-09-06 Thread nutznboltz
@Alberto I have a bug report like this one but with xdpyinfo output attached. LP: #843432 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/805587 Title: unity-2d-launcher crashed with SIGSEGV in QPaint

[Bug 843432] Re: unity-2d-panel crashed with SIGSEGV

2011-09-06 Thread nutznboltz
** Description changed: - Will add more information. The GUI is now missing the window buttons - and no matter where I hover the pointer I cannot make them appear so I'm - locked inside a full-screen firefox right now. + 1. Build qemu-kvm in 32-bit mode (x86) virtual machine on Sept 2, 2011 + 2.

[Bug 843448] Re: unity-2d-spread crashed with SIGSEGV in QPainter::fillRect()

2011-09-06 Thread nutznboltz
$ xdpyinfo > xdpyinfo.txt ** Attachment added: "xdpyinfo.txt" https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/843448/+attachment/2364771/+files/xdpyinfo.txt ** Description changed: 32-bit KVM guest This bug was created while working on LP: #843432 + + 1. Build qemu-kvm in 32

[Bug 805587] Re: unity-2d-launcher crashed with SIGSEGV in QPainter::fillRect()

2011-09-06 Thread nutznboltz
Also LP: #843448 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/805587 Title: unity-2d-launcher crashed with SIGSEGV in QPainter::fillRect() To manage notifications about this bug go to: https://bu

[Bug 843448] Re: unity-2d-spread crashed with SIGSEGV in QPainter::fillRect()

2011-09-06 Thread nutznboltz
** Visibility changed to: Public ** Description changed: 32-bit KVM guest + + This bug was created while working on LP: #843432 ProblemType: Crash DistroRelease: Ubuntu 11.10 Package: unity-2d-spread 4.4.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4 Uname: Linu

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2011-07-28 Thread nutznboltz
I was told that SCSI serial numbers are an optional feature. Is grub-pc designed to require an optional feature? ** Attachment added: "VMware Fusion 3.1.3 (416484) /dev/sda has no scsi serial number either." https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/604335/+attachment/2238740/+fil

[Bug 229632] Re: ntpd should run niced

2011-08-16 Thread nutznboltz
@Weisi comment #7 is comment #6 in a patch file without line-breaks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/229632 Title: ntpd should run niced To manage notifications about this bug go to:

[Bug 229632] Re: ntpd should run niced

2011-08-16 Thread nutznboltz
I should probably submit this change to Debian not Canonical. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/229632 Title: ntpd should run niced To manage notifications about this bug go to: https:/

[Bug 843432] Re: unity-2d-panel crashed with SIGSEGV

2011-09-15 Thread nutznboltz
See LP: #759803 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843432 Title: unity-2d-panel crashed with SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+sour

[Bug 843432] Re: unity-2d-panel crashed with SIGSEGV

2011-09-15 Thread nutznboltz
Some definitions for outsiders: unity-2d-panel is (some of) the strip across the top of the display unity-2d-launcher is the dock on the left side of the screen unity-2d-spread is the workspace switcher ** Tags added: 24bit -- You received this bug notification because you are a member of Ubu

[Bug 843432] Re: unity-2d-panel crashed with SIGSEGV

2011-09-15 Thread nutznboltz
If you just want a quick work-around to this: In /etc/lightdm/lightdm.conf append xserver-command=X -depth 16 use a space before the dash and no quotes. Then reboot into 16bit X mode (65,536 colors) and this bug will no longer affect you. -- You received this bug notification because you are

[Bug 843432] Re: unity-2d-panel crashed with SIGSEGV

2011-09-15 Thread nutznboltz
** Attachment added: "lscpi -vvnn from inside Oneiric guest" https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/843432/+attachment/2410853/+files/lspci-vvnn.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 851132] Re: oneconf-service crashed with TypeError in _sso_login_result(): 'NoneType' object is not subscriptable

2011-09-15 Thread nutznboltz
Happened to me during: sudo apt-get purge linux-headers-3.0.0-10 linux-headers-3.0.0-10-generic linux-image-3.0.0-10-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/851132 Title: oneconf-serv

[Bug 668479] Re: [SRU] AppArmor on Hardy Interferes with glibc Access to /proc/self/maps

2011-01-25 Thread nutznboltz
What lucid-proposed package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/668479 Title: [SRU] AppArmor on Hardy Interferes with glibc Access to /proc/self/maps -- ubuntu-bugs mailing list ubunt

[Bug 668479] Re: [SRU] AppArmor on Hardy Interferes with glibc Access to /proc/self/maps

2011-01-25 Thread nutznboltz
FWIW I've been running with the modified /etc/apparmor.d/abstractions/base since Oct 29, 2010 on a busy Ubuntu 8.04 OpenLDAP server. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/668479 Title: [SRU]

[Bug 666494] Re: Data Corruption bug in GlusterFS 3.0.2

2011-01-26 Thread nutznboltz
We stopped using GlusterFS as it was deemed too much of a risk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666494 Title: Data Corruption bug in GlusterFS 3.0.2 -- ubuntu-bugs mailing list ubunt

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2010-11-23 Thread nutznboltz
My current work-around for this is to build the KVM guest using grub2 and LVM encapsulation. For some reason grub2 has no issues installing when using that configuration. 1. Build using Ubuntu 9.10 or later server ISO 2. Select manually disk partitioning 3. Create a single primary partition for

[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2010-11-23 Thread nutznboltz
One more thing: in order to boot from LVM you must use the linux-server kernel package as the linux-virtual one lacks an initrd with LVM modules. -- grub-pc.postinst script fails to detect virtio vda disk in KVM guest https://bugs.launchpad.net/bugs/604335 You received this bug notification becau

[Bug 579276] Re: Lost network in KVM VM / virtio_net page allocation failure

2011-02-07 Thread nutznboltz
This patch was posted via E-mail on June 3, 2010  * [PATCH] KVM: add schedule check to napi_enable call - http://kerneltrap.org/mailarchive/linux-netdev/2010/6/4/6278660 and it never made it into the upstream kernel. Shortly after that these two were added to the upstream kernel: http://kern

<    1   2   3   4   5   6   7   >