Comment 16 for bug 514485

Revision history for this message
KIAaze (zohn-joidberg) wrote :

Lockup+reboot happened again today, exactly when I needed to really use a USB key...
I noticed the following messages after the reboot (in tty1):
============
udevd[510]: can not read '/etc/udev/rules.d/z80_user.rules' (also present after "normal boot")
...
mountall: fsck /home[925] terminated with status 1
init: ureadahead-other main process (983) terminated with status 4 (also present after "normal boot")
============

z80_user.rules info:
============
[^_^][3][~]$ readlink -f /etc/udev/rules.d/z80_user.rules
/etc/udev/user.rules
[^_^][4][~]$ ls -l /etc/udev/rules.d/z80_user.rules
lrwxrwxrwx 1 root root 13 2010-02-03 15:14 /etc/udev/rules.d/z80_user.rules -> ../user.rules
[^_^][5][~]$ ls -l /etc/udev/user.rules
-rw-r--r-- 1 root root 0 2010-02-03 16:18 /etc/udev/user.rules
[^_^][6][~]$ file /etc/udev/user.rules
/etc/udev/user.rules: empty
[^_^][7][~]$ cat /etc/udev/user.rules
[^_^][8][~]$
============