[Bug 524447] Re: virsh save is very slow

2010-12-27 Thread EsbenHaabendal
Will a fix for this go into maverick? This is quite critical for using kvm/libvirt for virtual server hosting on maverick. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/524447

[Bug 694754] [NEW] Apache graceful-stop doesn't end apache processes

2010-12-27 Thread Daniel Benamy
Public bug reported: Binary package hint: apache2.2-common I'd like to use /usr/sbin/apache2ctl graceful-stop to stop apache, but it doesn't end most of apache's processes. I have to pkill apache2, and sometimes cronolog. This is apache2.2-common 2.2.11-2ubuntu2.7 on ubuntu 9.04. Thanks! **

[Bug 672177] [NEW] libc6 upgrade causes umount to fail on shutdown

2010-12-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by ingo (ingo-steiner): On a clean install of Ubuntu 10.04.1, after upgrading the offer libc6 upgrade, on the next reboot the root fs can't be properly unmounted (mount: / is busy). This causes fsck to run on boot and of course some minor issues with the

[Bug 122499] Re: Reports wrong URI for No such file or directory.

2010-12-27 Thread Teej
This bug has been forwarded to Debian, so is being marked Triaged. Any further discussion/progress on this bug should be put to the Debian bug tracker. Thank you again for reporting this to us. ** Bug watch added: Debian Bug tracker #608124

[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown

2010-12-27 Thread ingo
I wonder what Canonical tells its customers who purchased commercial support for Ubuntu in case they discover this bug? Something like: sorry, we have done our best to hide such frightening messages from our customers. Unfortunately the nasty community has retrieved and disclosed it. We have

[Bug 157215] Re: [jaunty] Synchronizing with a time server does not work when time difference is greater than several hours

2010-12-27 Thread Teej
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 377571] Re: package postfix 2.5.5-1.1 failed to install/upgrade:

2010-12-27 Thread EJ Finneran
I think this might be a vaild issue under some circumstances but there is an easy workaround. I looks like the issue with #5 is that he didn't put a space between cat and the file path. I have the same issue with a fresh install and default settings. The issue is that for a default install, the

[Bug 538817] Re: wake-on-lan doesn't work on bridged interfaces

2010-12-27 Thread Linuxonlinehelp_de
he...@all same problem on a fresh installed Server ubuntu 10.10 with qemu+bridge- utils last kernel of server edition. - i edit /etc/init.d/halt and set NIC-Shutdown to no - i set /etc/rc.local -s eth0 wol g but after shutdown no wol works.. i tried the http://wiki.ubuntuusers.de/Wake_on_LAN

[Bug 692647] Re: Network bridge does not come up upon boot

2010-12-27 Thread Peter Matulis
It appears the lag of a few seconds is enough to prevent other network- required services from starting. I have tried with openvpn and dhcp3-server. So I need to resort to the same rc.local [1] I had when the bridge wasn't coming up at all pre-Lucid. I have tested this on Maverick only. [1]:

[Bug 613033] Re: eucalyptus-cloud: cloud fails to start on separate install

2010-12-27 Thread waltc
I have eucalytus at 2.0~bzr1241-0ubuntu4,1 I receive the following when sourcing eucarc WARN: Walrus URL is not configured. In reviewing the cloud-error.log It shows an initial failure with 13:32:55 ERROR [SystemConfiguration:529263...@qtp-248808824-7]

[Bug 667269] Re: winbind crashes

2010-12-27 Thread gmoore777
I didn't specifically reproduce the problem, but the problem has happened, on its own. There also happens to be a recent core file around. $ sudo find /var/log -type f | grep core | xargs sudo ls -al -rw--- 1 root root 1564672 2010-12-27 04:12 /var/log/samba/cores/winbindd/core I

[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown

2010-12-27 Thread Clint Byrum
So this does in fact seem to be caused completely by init holding libraries open. I patched /etc/init.d/umountfs to save the output of lsof just before unmounting root: cl...@natty-alpha1:~$ grep DEL /lastlsof init 1 root DEL REG 251,0 399654

Re: [Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown

2010-12-27 Thread Scott James Remnant
On Mon, Dec 27, 2010 at 10:17 PM, Clint Byrum cl...@fewbar.com wrote: So this does in fact seem to be caused completely by init holding libraries open. I patched /etc/init.d/umountfs to save the output of lsof just before unmounting root: Yes, now go read /etc/init.d/umountroot ** Changed

[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2010-12-27 Thread Clint Byrum
Oops, I'm still learning my way around the shutdown process and, indeed, I missed umountroot. I went ahead and added another lsof right after the call to telinit u, right before MOUNT_FORCE_OPT=, and one *after* the remount of /. It doesn't seem to make any difference: cl...@natty-alpha1:~$