http://bugzilla.novell.com/show_bug.cgi?id=611996 http://bugzilla.novell.com/show_bug.cgi?id=611996#c4 Jan Kara <jack@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|jack@novell.com | --- Comment #4 from Jan Kara <jack@novell.com> 2010-07-15 07:36:24 UTC --- To me it seems as if some program(s) was still running during shutdown having some deleted files open. Then ext3 fails to remount the (root) filesystem read-only (because we have to delete these deleted but open files when a file is closed) and thus the filesystem is not clean on the next boot. A way how to track this down would be to run lsof(8) just before we try to remount the root filesystem read only and store the output somewhere. When we see the problem on the next boot, we can inspect the output and see which process had open and deleted files and then think how we could fix that (e.g. by making sure the process terminates before shutdown). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.