[Bug 524860] Re: starts eating cpu when trying to unlock screen

2010-03-06 Thread Dominik Sauer
I'm experiencing this on Lenovo 3000 V200, realtime kernel, fully updated as of Sat Mar 6 14:03:18 CET 2010. -- starts eating cpu when trying to unlock screen https://bugs.launchpad.net/bugs/524860 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 84176] Re: update manager doesn't honor (eg. synaptic) pinned packages

2007-11-17 Thread Dominik Sauer
Certainly it affected Ubuntu 6.10, I'm not sure about 7.04 beta. -- update manager doesn't honor (eg. synaptic) pinned packages https://bugs.launchpad.net/bugs/84176 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

Re: [Bug 83025] Re: initramfs-tools script doesn't wait for device initialization, preventing mdadm to assemble md arrays

2007-04-13 Thread Dominik Sauer
well, the udev is started up (and the coldplug events triggered) in /usr/share/initramfs-tools/scripts/init-premount/udev; which is the very script i add the sleep 20 at the end of. On 4/11/07, Christoph Rauch [EMAIL PROTECTED] wrote: I get the same effect (mdadm does not start arrays), similar

[Bug 83025] Re: initramfs-tools script doesn't wait for device initialization, preventing mdadm to assemble md arrays

2007-04-05 Thread Dominik Sauer
The sleep 20 would not be a solution, but busy waiting, like wait=yes while [ $wait == yes ] ; do (do some mdstuff) if [ $? == 0 ]; then wait=no else sleep 3 fi done would do. IMHO. -- initramfs-tools script doesn't wait for device initialization, preventing mdadm to assemble

Re: [Bug 83025] Re: initramfs-tools script doesn't wait for device initialization, preventing mdadm to assemble md arrays

2007-04-05 Thread Dominik Sauer
The sleep 20 would not be a solution, but busy waiting, like wait=yes while [ $wait == yes ] ; do (do some mdstuff) if [ $? == 0 ]; then wait=no else sleep 3 fi done would do. IMHO. -- initramfs-tools script doesn't wait for device initialization, preventing mdadm to assemble

[Bug 84733] [apport] package libxml-libxml-perl failed to install/upgrade:

2007-02-12 Thread Dominik Sauer
Public bug reported: Binary package hint: libxml-libxml-perl [apport] package libxml-libxml-perl failed to install/upgrade: ProblemType: Package Date: Mon Feb 12 13:35:29 2007 ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured Package: libxml-libxml-perl SourcePackage:

[Bug 84734] [apport] package libxml-simple-perl failed to install/upgrade:

2007-02-12 Thread Dominik Sauer
Public bug reported: Binary package hint: libxml-simple-perl [apport] package libxml-simple-perl failed to install/upgrade: ProblemType: Package Date: Mon Feb 12 13:35:31 2007 ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured Package: libxml-simple-perl SourcePackage:

[Bug 84736] [apport] package nano failed to install/upgrade:

2007-02-12 Thread Dominik Sauer
Public bug reported: Binary package hint: nano [apport] package nano failed to install/upgrade: ProblemType: Package Date: Mon Feb 12 13:20:46 2007 ErrorMessage: ErrorMessage: subprocess post-installation script returned error exit status 2 Package: nano SourcePackage: nano ** Affects: nano

[Bug 84735] [apport] package ubuntu-minimal failed to install/upgrade:

2007-02-12 Thread Dominik Sauer
Public bug reported: [apport] package ubuntu-minimal failed to install/upgrade: ProblemType: Package Date: Mon Feb 12 13:20:01 2007 ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured Package: ubuntu-minimal SourcePackage: ubuntu-meta ** Affects: ubuntu-meta (Ubuntu)

[Bug 84176] update manager doesn't honor (eg. synaptic) pinned packages

2007-02-09 Thread Dominik Sauer
Public bug reported: Binary package hint: update-manager update manager doesn't honor (eg. synaptic) pinned packages ** Affects: update-manager (Ubuntu) Importance: Undecided Status: Unconfirmed -- update manager doesn't honor (eg. synaptic) pinned packages

[Bug 83025] initramfs-tools script doesn't wait for device initialization, preventing mdadm to assemble md arrays

2007-02-03 Thread Dominik Sauer
Public bug reported: script '/usr/share/initramfs-tools/scripts/init-premount/udev' launches cold plugging of devices on background, then terminates immediately. this causes mdadm md array assembly to fail, because it doesn't see it's /dev/sd?? devices yet. Ugly hack is to sleep 20 after