[Bug 1041070] Re: 802.3ad bond interface have show high RX dropped packets

2012-09-02 Thread Philipp Wollermann
This is just a display error, initially caused by this commit: https://github.com/torvalds/linux/commit/3aba891d It is fixed by this patch in Linux 3.4-rc7: https://github.com/torvalds/linux/commit/b99215cdc6e191f5649687536d4fb0faa3d7f56e -- You received this bug notification because you are a

[Bug 1041070] Re: 802.3ad bond interface have show high RX dropped packets

2012-09-02 Thread Philipp Wollermann
This is just a display error, initially caused by this commit: https://github.com/torvalds/linux/commit/3aba891d It is fixed by this patch in Linux 3.4-rc7: https://github.com/torvalds/linux/commit/b99215cdc6e191f5649687536d4fb0faa3d7f56e -- You received this bug notification because you are a

[Bug 1007270] [NEW] libvirt / virsh can't connect to remote hosts via IPv6 address

2012-06-01 Thread Philipp Wollermann
Public bug reported: Ubuntu 12.04 LTS amd64 libvirt-bin 0.9.8-2ubuntu17.1 Trying to connect to a remote libvirt via qemu+ssh and an IPv6 address fails, because libvirt parses the URL wrong. A fix exists upstream. Please include it in the version shipped in Ubuntu 12.04. How to reproduce:

[Bug 1005810] [NEW] virt-clone changes the image format to raw

2012-05-29 Thread Philipp Wollermann
Public bug reported: Ubuntu 12.04 LTS amd64 libvirt 0.9.8-2ubuntu17.1 Please check this bug report at Red Hat and backport the fix from upstream, as it also affects libvirt as shipped in Ubuntu 12.04 and is quite an annoyance / makes using virt-clone unrealiable:

[Bug 1004320] Re: inet6 static does not get brought up on boot

2012-05-28 Thread Philipp Wollermann
I tried without privext 0 and it works fine :) So the needed fix seems to be: First change the privacy extension to 0 (and possibly also the other flags, like accept_ra) and then assign the static address to the interface, not the other way round. -- You received this bug notification because

[Bug 1004320] [NEW] inet6 static does not get brought up on boot

2012-05-25 Thread Philipp Wollermann
Public bug reported: Ubuntu 12.04 LTS amd64 ifupdown 0.7~beta2ubuntu8 I want to configure eth1 with a static IPv6 address using /etc/network/interfaces. My config looks like this: auto eth1 iface eth1 inet6 static address fd00:c:a::1 netmask 64 privext 0

[Bug 289513] Re: Shutdown/reboot hangs in VMware Fusion VM

2008-11-18 Thread Philipp Wollermann
I can confirm this bug, using VMware Fusion 2.0.1 on a MacBook Pro (Late 2008). I have installed and completely updated (including backports + proposed) Ubuntu 8.10 32-bit and it hangs up when trying to reboot. -- Shutdown/reboot hangs in VMware Fusion VM https://bugs.launchpad.net/bugs/289513

[Bug 249800] [NEW] PHP 5.2.6-2ubuntu1 FTBFS missing readline.h

2008-07-18 Thread Philipp Wollermann
Public bug reported: Binary package hint: php5 I just tried to backport the newest PHP5 using prevu (building from intrepid, on a hardy box) as usual, and got the following compile error: i486-linux-gnu-gcc -Isapi/cli/ -I/var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/ -DPHP_ATOM_INC

[Bug 249800] [NEW] PHP 5.2.6-2ubuntu1 FTBFS missing readline.h

2008-07-18 Thread Philipp Wollermann
Public bug reported: Binary package hint: php5 I just tried to backport the newest PHP5 using prevu (building from intrepid, on a hardy box) as usual, and got the following compile error: i486-linux-gnu-gcc -Isapi/cli/ -I/var/cache/prevu/src/15190/php5-5.2.6/sapi/cli/ -DPHP_ATOM_INC

[Bug 210672] Re: linux-image-2.6.24-13-openvz refuses to boot

2008-04-30 Thread Philipp Wollermann
Hi Pascal, yes we all know that 2.6.24-16-openvz still has this bug, that's why people posted workarounds for this version in the comments above. ;) I guess it will be fixed in 2.6.24-17. Best regards, Philipp -- linux-image-2.6.24-13-openvz refuses to boot

[Bug 217950] [NEW] Make script set -e / set -u

2008-04-15 Thread Philipp Wollermann
Public bug reported: Binary package hint: ubuntu-vm-builder Hi, this is only a Wishlist bug - maybe it would be a nice idea to make the script set -e / set -u? I skimmed through the source and couldn't find any obvious problematic lines of code, but it would surely make the script more robust.

[Bug 81670] Re: failed to initialize HAL : gdm init script priority should be at least equal to dbus one

2007-05-09 Thread Philipp Wollermann
*** This bug is a duplicate of bug 25931 *** https://bugs.launchpad.net/bugs/25931 On a fresh install of feisty final, using no auto-login but instead waiting until all init scripts are finished and then logging manually in, I still get the error. I tried # sudo dpkg-reconfigure hal which

[Bug 95896] Re: fsck forced after Feisty install: super node timestamp in the future

2007-05-07 Thread Philipp Wollermann
Happens here reproducible at least in VMware install. Was also using ext3 as filesystem for /. The message says that the superblock was modified 49400 days in the future, it checks the filesystem, finds some evil error and reboots. Then it restarts with a clean mount. -- fsck forced after Feisty