Gentoo Archives: gentoo-user

From: Liviu Andronic <landronimirc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] corrupted start-up services (and file-system)
Date: Sun, 19 Apr 2009 23:04:20
Message-Id: 68b1e2610904191603o2f18b1cl79db00023f480a09@mail.gmail.com
1 Hello all,
2 I have a (nasty) issue with the system start-up, and probably with
3 corrupted file-system. On start-up, I get several error messages (see
4 below). I suspect I started having these messages after Gentoo crashed
5 once, but I couldn't recall the actual circumstances.
6 The problem is that, for example, MPD will not remember it's last
7 state before shutdown, and will be unable to recover the it's last
8 state. I have no idea where to start correcting the issue; any ideas
9 welcome.
10 Thanks,
11 Liviu
12
13 Start-up messags:
14 ln: accessing `/var/lib/init.d/started/rmnologin': Permission denied
15 ln: accessing `/var/lib/init.d/started/udev-postmount': Permission denied
16 * Initializing random number generator ...
17 [ ok ]
18 ln: accessing `/var/lib/init.d/started/urandom': Permission denied
19 [ ok ] * Starting laptop_mode ...
20 touch: cannot touch `/var/run/laptop-mode-enabled': Permission denied
21 [ ok ]
22 ln: accessing `/var/lib/init.d/started/laptop_mode': Permission denied
23 ln: accessing `/var/lib/init.d/started/rmnologin': Permission denied
24 * Initializing random number generator ...
25 [ ok ]
26 ln: accessing `/var/lib/init.d/started/urandom': Permission denied
27 * Starting Webmin ...
28 [ ok ] * Starting local ...
29 [ ok ]
30 ln: accessing `/var/lib/init.d/started/local': Permission denied
31
32 Trying to see what's about these files, I get this:
33 localhost liviu # ls /var/lib/init.d/started/ -la
34 ls: cannot access /var/lib/init.d/started/mpd: Permission denied
35 ls: cannot access /var/lib/init.d/started/local: Permission denied
36 ls: cannot access /var/lib/init.d/started/laptop_mode: Permission denied
37 ls: cannot access /var/lib/init.d/started/urandom: Permission denied
38 ls: cannot access /var/lib/init.d/started/rmnologin: Permission denied
39 ls: cannot access /var/lib/init.d/started/udev-postmount: Permission denied
40 total 1
41 drwxr-xr-x 2 root root 832 2009-04-19 17:33 .
42 drwxr-xr-x 15 root root 488 2009-04-19 17:33 ..
43 lrwxrwxrwx 1 root root 17 2009-04-19 17:32 acpid -> /etc/init.d/acpid
44 lrwxrwxrwx 1 root root 21 2009-04-19 17:32 alsasound -> /etc/init.d/alsasound
45 lrwxrwxrwx 1 root root 19 2009-04-19 17:33 apache2 -> /etc/init.d/apache2
46 lrwxrwxrwx 1 root root 20 2009-04-19 17:32 bootmisc -> /etc/init.d/bootmisc
47 lrwxrwxrwx 1 root root 19 2009-04-19 17:32 checkfs -> /etc/init.d/checkfs
48 lrwxrwxrwx 1 root root 21 2009-04-19 17:32 checkroot -> /etc/init.d/checkroot
49 lrwxrwxrwx 1 root root 17 2009-04-19 17:32 clock -> /etc/init.d/clock
50 lrwxrwxrwx 1 root root 23 2009-04-19 17:32 consolefont ->
51 /etc/init.d/consolefont
52 lrwxrwxrwx 1 root root 17 2009-04-19 17:33 cupsd -> /etc/init.d/cupsd
53 lrwxrwxrwx 1 root root 16 2009-04-19 17:32 dbus -> /etc/init.d/dbus
54 lrwxrwxrwx 1 root root 17 2009-04-19 17:33 dictd -> /etc/init.d/dictd
55 lrwxrwxrwx 1 root root 15 2009-04-19 17:32 gpm -> /etc/init.d/gpm
56 lrwxrwxrwx 1 root root 16 2009-04-19 17:32 hald -> /etc/init.d/hald
57 lrwxrwxrwx 1 root root 20 2009-04-19 17:32 hostname -> /etc/init.d/hostname
58 lrwxrwxrwx 1 root root 19 2009-04-19 17:32 keymaps -> /etc/init.d/keymaps
59 ?????????? ? ? ? ? ? laptop_mode
60 ?????????? ? ? ? ? ? local
61 lrwxrwxrwx 1 root root 22 2009-04-19 17:32 localmount ->
62 /etc/init.d/localmount
63 lrwxrwxrwx 1 root root 19 2009-04-19 17:32 modules -> /etc/init.d/modules
64 ?????????? ? ? ? ? ? mpd
65 lrwxrwxrwx 1 root root 20 2009-04-19 17:32 net.eth0 -> /etc/init.d/net.eth0
66 lrwxrwxrwx 1 root root 20 2009-04-19 17:32 net.eth1 -> /etc/init.d/net.eth1
67 lrwxrwxrwx 1 root root 18 2009-04-19 17:32 net.lo -> /etc/init.d/net.lo
68 ?????????? ? ? ? ? ? rmnologin
69 lrwxrwxrwx 1 root root 21 2009-04-19 17:32 syslog-ng -> /etc/init.d/syslog-ng
70 ?????????? ? ? ? ? ? udev-postmount
71 ?????????? ? ? ? ? ? urandom
72 lrwxrwxrwx 1 root root 18 2009-04-19 17:33 webmin -> /etc/init.d/webmin
73 lrwxrwxrwx 1 root root 16 2009-04-19 17:32 wicd -> /etc/init.d/wicd
74 lrwxrwxrwx 1 root root 15 2009-04-19 17:32 xdm -> /etc/init.d/xdm

Replies

Subject Author
Re: [gentoo-user] corrupted start-up services (and file-system) Alan McKinnon <alan.mckinnon@×××××.com>