1CDLinuxのPepoLinuxを一晩寝かせたら(連続運転)動かんようになる
画面にはINITのメッセージだけ表示されて、ログを見ようにもログインすら出来ない
INIT: Version 2.86 reloading
2~3日様子を見たが変化なしなので
立ち上げスクリプトを変えてみたりしたが、状況は同じ
と言う訳でcronを疑う
[root@~]# cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
[root@~]# ls /etc/cron.daily/
00webalizer 0logwatch makewhatis.cron prelink tmpwatch
0anacron logrotate mlocate.cron rpm
のようになっている
なので、ひとつづつ手動でcron.dailyを動かしてみた
root@~]# /etc/cron.daily/00webalizer &
[1] 2564
[root@~]# /etc/cron.daily/0logwatch &
[2] 2565
[1] Done /etc/cron.daily/00webalizer
[root@~]# /etc/cron.daily/prelink &
[3] 2610
[2] Done /etc/cron.daily/0logwatch
出ましたがな、わちゃーprelinkで
見事!kernel: Stack
Message from syslogd@ at Tue Nov 1 07:00:45 2011 ...
(none) kernel: Process init (pid: 3728, ti=cc96e000 task=ccb98b10 task.ti=cc96e000)
Message from syslogd@ at Tue Nov 1 07:00:45 2011 ...
(none) kernel: last sysfs file: /sys/block/sda/size
Message from syslogd@ at Tue Nov 1 07:00:45 2011 ...
(none) kernel: Oops: 0000 [#1] SMP
Message from syslogd@ at Tue Nov 1 07:00:45 2011 ...
(none) kernel: Stack:
Message from syslogd@ at Tue Nov 1 07:00:45 2011 ...
(none) kernel: Call Trace:
Message from syslogd@ at Tue Nov 1 07:00:45 2011 ...
(none) kernel: EIP: [] __dentry_open+0x82/0x1e5 SS:ESP 0068:cc96fd34
Message from syslogd@ at Tue Nov 1 07:00:45 2011 ...
(none) kernel: Code: 00 74 28 3d 00 10 00 00 74 21 3d 00 c0 00 00 74 1a 8b 45 ec e8 78 3f 01 00 85 c0 89 c6 74 0c 3e ff 8f 50 01 00 00 e9 41 01 00 00 <8b> 87 c4 00 00 00 89 83 80 00 00 00 8b 45 f0 89 43 0c 8b 45 ec
Message from syslogd@ at Tue Nov 1 07:00:45 2011 ...
(none) kernel: CR2: 00000000000000c4
Message from syslogd@ at Tue Nov 1 07:01:31 2011 ...
(none) kernel: last sysfs file: /sys/block/sda/size
Message from syslogd@ at Tue Nov 1 07:01:31 2011 ...
(none) kernel: Process cleanup (pid: 2608, ti=cccba000 task=cf850000 task.ti=cccba000)
Message from syslogd@ at Tue Nov 1 07:01:31 2011 ...
(none) kernel: Oops: 0000 [#2] SMP
Message from syslogd@ at Tue Nov 1 07:01:31 2011 ...
(none) kernel: Stack:
Message from syslogd@ at Tue Nov 1 07:01:31 2011 ...
(none) kernel: Call Trace:
Message from syslogd@ at Tue Nov 1 07:01:31 2011 ...
(none) kernel: EIP: [] __dentry_open+0x82/0x1e5 SS:ESP 0068:cccbbd34
Message from syslogd@ at Tue Nov 1 07:01:31 2011 ...
(none) kernel: Code: 00 74 28 3d 00 10 00 00 74 21 3d 00 c0 00 00 74 1a 8b 45 ec e8 78 3f 01 00 85 c0 89 c6 74 0c 3e ff 8f 50 01 00 00 e9 41 01 00 00 <8b> 87 c4 00 00 00 89 83 80 00 00 00 8b 45 f0 89 43 0c 8b 45 ec
Message from syslogd@ at Tue Nov 1 07:01:31 2011 ...
(none) kernel: CR2: 00000000000000c4
pepoと