[Bug 83878] Re: wrong permissions for /dev/null when /usr is a separate filesystem

2007-02-09 Thread Colin Watson
usplash (0.4-38) feisty; urgency=low * Fix typo in usplash_write(8). * Only link libusplash.so against libx86, not usplash or usplash_write (LP: #83878). * Remove redundant debian/usplash.dirs and debian/usplash-dev.dirs. -- Colin Watson [EMAIL PROTECTED] Fri, 9 Feb 2007 10:21:56

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Áron Sisak
Confirmed, Feisty, Linux 2.6.19-7-386. ** Changed in: udev (Ubuntu) Importance: Undecided = High Status: Unconfirmed = Confirmed -- wrong permissions for /dev/null https://launchpad.net/bugs/83878 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

Re: [Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Ian Jackson
This is indeed rather worrying. The most obvious conclusion to jump to is that my uploads yesterday broke it, but the symptoms seem to correlate with udev not running, or still running from the initramfs. (Needless to say it works just fine for me.) Does this problem happen only on the first

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Mathieu Bérard
Hi, The problem happen upon each boot not only the first one after upgrade. I indeed have lvm block devices: /dev/mapper/Base-Root / xfs defaults 0 1 /dev/mapper/Base-Home /home xfs defaults 0 2 /dev/mapper/Base-Usr /usr xfs defaults 0 2 /dev/mapper/Base-Var /var xfs defaults 0 2 Notice that I

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Mathieu Bérard
Sorry forgot the udev package requested info: LANG=C dpkg -l '*udev*' : Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version

Re: [Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Ian Jackson
Mathieu Bérard writes ([Bug 83878] Re: wrong permissions for /dev/null): [stuff] Thanks for the information. Could you edit /etc/init.d/udev and replace this line if start-stop-daemon --start --quiet --exec /sbin/udevd -- --daemon; the with if start-stop-daemon --start --quiet

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Till Kamppeter
This causes also HPLIP's hpssd not starting: https://launchpad.net/bugs/83878 -- wrong permissions for /dev/null https://launchpad.net/bugs/83878 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Till Kamppeter
Sorry, wrong link: https://launchpad.net/bugs/83924 -- wrong permissions for /dev/null https://launchpad.net/bugs/83878 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Mathieu Bérard
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

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Stéphane Graber
I have the same issue (/dev/null and /dev/zero are 660 instead of 666) ** Attachment added: udevd-output http://librarian.launchpad.net/6349763/udevd-output -- wrong permissions for /dev/null https://launchpad.net/bugs/83878 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

Re: [Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Ian Jackson
Mathieu Bérard writes ([Bug 83878] Re: wrong permissions for /dev/null): 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

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Stéphane Graber
* does running udevtrigger fix a broken system ? yes, it does * grep 'event queue' /var/log/* nothing * check for last entry like this [EMAIL PROTECTED]:/home/stgraber# ls /var/log/udev* ls: /var/log/udev*: No such file or directory -- wrong permissions for /dev/null

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-08 Thread Ian Jackson
libx86_0.99-1ubuntu1 should fix the most-underlying cause but I think a change to udev is needed too (to make it less fragile). Thanks very much to Mathieu Bérard for doing the hard lifting here. ** Changed in: udev (Ubuntu) Assignee: (unassigned) = Ian Jackson Status: Confirmed = In

[Bug 83878] Re: wrong permissions for /dev/null when /usr is a separate filesystem

2007-02-08 Thread Colin Watson
libx86 0.99-1.2 also fixes this; I've resurrected the lost i386 upload that should have made it into the archive this morning but didn't. -- wrong permissions for /dev/null when /usr is a separate filesystem https://launchpad.net/bugs/83878 -- ubuntu-bugs mailing list

[Bug 83878] Re: wrong permissions for /dev/null when /usr is a separate filesystem

2007-02-08 Thread Ian Jackson
udev_103-0ubuntu12 uses ||: appropriately. ** Changed in: usplash (Ubuntu) Assignee: (unassigned) = Colin Watson ** Changed in: udev (Ubuntu) Status: In Progress = Fix Released -- wrong permissions for /dev/null when /usr is a separate filesystem https://launchpad.net/bugs/83878

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-07 Thread Timo Aaltonen
uh, of course I could've also shown what the permissions are now: #luthien 0:17 /var/log 16 # ls -l /dev/null crw--- 1 root root 1, 3 Feb 7 22:21 /dev/null -- wrong permissions for /dev/null https://launchpad.net/bugs/83878 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-07 Thread Mathieu Bérard
Hi, get this behavior too, in fact lots of files in /dev have bad permission, some symlinks are missing too. A /etc/init.d/udev restart workaround the problem. -- wrong permissions for /dev/null https://launchpad.net/bugs/83878 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 83878] Re: wrong permissions for /dev/null

2007-02-07 Thread Matt Zimmerman
Ian, do you know what's going on here? -- wrong permissions for /dev/null https://launchpad.net/bugs/83878 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs