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 --exec /sbin/udevd -- --daemon 
--verbose >/var/run/udevd-output 2>&1; then

and then boot normally and send me a copy of udevd-output ?  Note that
this file has no timestamps so I want a copy from before you do the
experiments below.

Also, some more questions:
 * does running udevtrigger fix a broken system ?
 * grep 'event queue' /var/log/*
 * check for last entry like this
    UDEV  [1170948102.066608] add@/class/mem/null
    UDEV_LOG=6
    ACTION=add
    DEVPATH=/class/mem/null
    SUBSYSTEM=mem
    SEQNUM=1695
    MAJOR=1
    MINOR=3
    UDEVD_EVENT=1
    DEVNAME=/dev/null
   in /var/log/udev (and tell me the time_t at the last boot, eg
   with the help of date +%s).

Ian.

-- 
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