
On Sat, 16 Sep 2006 23:39:57 +0200, Michael Prokop wrote:
ca::ctrlaltdel:/etc/init.d/grml-reboot
work for you and fixes the problem?
I directly tried this. Unfortunately, problems not fixed. Still got "Filesystem is NOT clean".
And please check that "grep umount /etc/runlevel.conf" looks like:
yes, same as mine:
31 - 0,6 /etc/init.d/umountnfs.sh 40 - 0,6 /etc/init.d/umountfs 60 - 0,6 /etc/init.d/umountroot
Here is a typical error:
------------------------------- [/sbin/fsck.reiserfs (1) -- /export] fsck.reiserfs -a /dev/sda10 export: Reiserfs super block in block 16 on 0x80a of format 3.6 with standard jour nal Blocks (total/free): 1024128/11568 by 4096 bytes Filesystem is NOT clean Trans replayed: mountid 201, transid 10847, desc 4060, len 1, commit 4062, next tr ans offset 4045 Trans replayed: mountid 201, transid 10848, desc 4063, len 1, commit 4065, next tr ans offset 4048 Reiserfs journal '/dev/sda11' in blocks [18..8211]: 2 transactions replayed Checking internal tree..finished -------------------------------
This is strange, Filesystem is NOT clean, yet 0 transactions replayed:
------------------------------- % fsck -C -a -V /dev/sda6 fsck 1.39 (29-May-2006) [/sbin/fsck.reiserfs (1) -- /mnt/os12] fsck.reiserfs -a /dev/sda6 os12: Reiserfs super block in block 16 on 0x806 of format 3.6 with standard journal Blocks (total/free): 1024128/211099 by 4096 bytes Filesystem is NOT clean Replaying journal.. Reiserfs journal '/dev/sda6' in blocks [18..8211]: 0 transactions replayed Checking internal tree..finished -------------------------------
I'll exam further if it is a Reiserfs issue or grml issue...
thanks