Hello all, I have a (nasty) issue with the system start-up, and probably with corrupted file-system. On start-up, I get several error messages (see below). I suspect I started having these messages after Gentoo crashed once, but I couldn't recall the actual circumstances. The problem is that, for example, MPD will not remember it's last state before shutdown, and will be unable to recover the it's last state. I have no idea where to start correcting the issue; any ideas welcome. Thanks, Liviu
Start-up messags: ln: accessing `/var/lib/init.d/started/rmnologin': Permission denied ln: accessing `/var/lib/init.d/started/udev-postmount': Permission denied * Initializing random number generator ... [ ok ] ln: accessing `/var/lib/init.d/started/urandom': Permission denied [ ok ] * Starting laptop_mode ... touch: cannot touch `/var/run/laptop-mode-enabled': Permission denied [ ok ] ln: accessing `/var/lib/init.d/started/laptop_mode': Permission denied ln: accessing `/var/lib/init.d/started/rmnologin': Permission denied * Initializing random number generator ... [ ok ] ln: accessing `/var/lib/init.d/started/urandom': Permission denied * Starting Webmin ... [ ok ] * Starting local ... [ ok ] ln: accessing `/var/lib/init.d/started/local': Permission denied Trying to see what's about these files, I get this: localhost liviu # ls /var/lib/init.d/started/ -la ls: cannot access /var/lib/init.d/started/mpd: Permission denied ls: cannot access /var/lib/init.d/started/local: Permission denied ls: cannot access /var/lib/init.d/started/laptop_mode: Permission denied ls: cannot access /var/lib/init.d/started/urandom: Permission denied ls: cannot access /var/lib/init.d/started/rmnologin: Permission denied ls: cannot access /var/lib/init.d/started/udev-postmount: Permission denied total 1 drwxr-xr-x 2 root root 832 2009-04-19 17:33 . drwxr-xr-x 15 root root 488 2009-04-19 17:33 .. lrwxrwxrwx 1 root root 17 2009-04-19 17:32 acpid -> /etc/init.d/acpid lrwxrwxrwx 1 root root 21 2009-04-19 17:32 alsasound -> /etc/init.d/alsasound lrwxrwxrwx 1 root root 19 2009-04-19 17:33 apache2 -> /etc/init.d/apache2 lrwxrwxrwx 1 root root 20 2009-04-19 17:32 bootmisc -> /etc/init.d/bootmisc lrwxrwxrwx 1 root root 19 2009-04-19 17:32 checkfs -> /etc/init.d/checkfs lrwxrwxrwx 1 root root 21 2009-04-19 17:32 checkroot -> /etc/init.d/checkroot lrwxrwxrwx 1 root root 17 2009-04-19 17:32 clock -> /etc/init.d/clock lrwxrwxrwx 1 root root 23 2009-04-19 17:32 consolefont -> /etc/init.d/consolefont lrwxrwxrwx 1 root root 17 2009-04-19 17:33 cupsd -> /etc/init.d/cupsd lrwxrwxrwx 1 root root 16 2009-04-19 17:32 dbus -> /etc/init.d/dbus lrwxrwxrwx 1 root root 17 2009-04-19 17:33 dictd -> /etc/init.d/dictd lrwxrwxrwx 1 root root 15 2009-04-19 17:32 gpm -> /etc/init.d/gpm lrwxrwxrwx 1 root root 16 2009-04-19 17:32 hald -> /etc/init.d/hald lrwxrwxrwx 1 root root 20 2009-04-19 17:32 hostname -> /etc/init.d/hostname lrwxrwxrwx 1 root root 19 2009-04-19 17:32 keymaps -> /etc/init.d/keymaps ?????????? ? ? ? ? ? laptop_mode ?????????? ? ? ? ? ? local lrwxrwxrwx 1 root root 22 2009-04-19 17:32 localmount -> /etc/init.d/localmount lrwxrwxrwx 1 root root 19 2009-04-19 17:32 modules -> /etc/init.d/modules ?????????? ? ? ? ? ? mpd lrwxrwxrwx 1 root root 20 2009-04-19 17:32 net.eth0 -> /etc/init.d/net.eth0 lrwxrwxrwx 1 root root 20 2009-04-19 17:32 net.eth1 -> /etc/init.d/net.eth1 lrwxrwxrwx 1 root root 18 2009-04-19 17:32 net.lo -> /etc/init.d/net.lo ?????????? ? ? ? ? ? rmnologin lrwxrwxrwx 1 root root 21 2009-04-19 17:32 syslog-ng -> /etc/init.d/syslog-ng ?????????? ? ? ? ? ? udev-postmount ?????????? ? ? ? ? ? urandom lrwxrwxrwx 1 root root 18 2009-04-19 17:33 webmin -> /etc/init.d/webmin lrwxrwxrwx 1 root root 16 2009-04-19 17:32 wicd -> /etc/init.d/wicd lrwxrwxrwx 1 root root 15 2009-04-19 17:32 xdm -> /etc/init.d/xdm