Hi, 
while doing the things you asked me, I've pinpointed the origin of the problem:

/etc/init.d/udev call usplash_write at line 51, but last usplash update
introduce the use of the libx86 library:

ldd /sbin/usplash_write 
        libx86.so.1 => /usr/lib/libx86.so.1 (0xb7f9d000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e5c000)
        /lib/ld-linux.so.2 (0xb7fb2000)

As you can see libx86.so.1 is in /usr which in my config is a separate
partition and is thus not yet mounted a this point of the boot process,
as the udev init.d script is called with the '-e' switch set the script
abort at this point, as udetrigger is called later in the script, it
never get a change to run.

So the recently uploaded udev-lvm modifications are not the origin of
the problem, usplash is.

As a side-note I have no /var/log/udev as this file is produced by
udevmonitor which is also in /usr.

** Also affects: usplash (Ubuntu)
   Importance: Undecided
       Status: Unconfirmed

-- 
wrong permissions for /dev/null
https://launchpad.net/bugs/83878

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to