[Bug 286759] New: boot.rootfsck remounts unneededly
https://bugzilla.novell.com/show_bug.cgi?id=286759 Summary: boot.rootfsck remounts unneededly Product: openSUSE 10.3 Version: Alpha 5 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: ro@novell.com ReportedBy: coolo@novell.com QAContact: qa@suse.de CC: hare@novell.com, olh@novell.com Found By: --- boot.rootfsck remounts the / partion without any need to do so # remount in any case to apply additional options like xattr mount -n -o remount,rw / The / partion leaves the initrd mounted rw and with the correct options. And this very remount breaks fcache support as it ends and restarts priming. It should just go. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c1 --- Comment #1 from Olaf Hering <olh@novell.com> 2007-06-22 09:09:24 MST --- this is probably for mtab. there is work being done to get rid of mtab, in the long run. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c2 --- Comment #2 from Ruediger Oertel <ro@novell.com> 2007-06-22 09:22:12 MST --- no, the bug is correct. the mount for mtab has a "-f" in the commandline, the "-n" does not touch mtab and can be omitted if the fs is really "rw" at that time. Might have to check first ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c3 --- Comment #3 from Stephan Kulow <coolo@novell.com> 2007-06-22 13:24:53 MST --- as a matter of fact, the initrd already runs fsck on the rootfs :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c4 --- Comment #4 from Ruediger Oertel <ro@novell.com> 2007-06-22 16:15:16 MST --- surprise: I knew that already ;) but for real: the question is: does it do that for any possible case / any possible filesystem ... and so on. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c5 --- Comment #5 from Stephan Kulow <coolo@novell.com> 2007-06-22 21:34:27 MST --- the fsck isn't the problem because it's guarded by $MAY_FSCK - basically passed from the initrd. The remount is a real problem though. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c6 --- Comment #6 from Ruediger Oertel <ro@novell.com> 2007-06-24 03:44:44 MST --- yes, and what I need to know is a method (reliably but cheap) to test the / filesystem for being rw, so I can just skip the remount in that case. something like: grep -q " / .*rw.*" /proc/mounts || $REMOUNT_ROOT_FS but I'm not sure the above is good enough. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c7 --- Comment #7 from Stephan Kulow <coolo@novell.com> 2007-06-24 09:24:04 MST --- technically you not just want to guarantee it's rw, but that the options from fstab are taken. But these options are for some reason not in /proc/mounts but only in /etc/mtab - which you can't rely on during booting. BTW: the ro cmdline parameter should mount the root file system read only and afaik the initrd takes care of this. And I'm sure the rootfsck script should overwrite this -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c8 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Ruediger Oertel <ro@novell.com> 2007-10-30 11:36:14 MST --- removing the remount call for the initrd case -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759#c9 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #9 from Marcus Meissner <meissner@novell.com> 2007-10-31 02:37:10 MST --- this was done for bug #250237 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759 User ro@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=286759#c10 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #10 from Ruediger Oertel <ro@novell.com> 2008-01-08 08:45:23 MST --- looks like this introduces quite some trouble ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |340475 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=286759#c11 --- Comment #11 from Stephan Kulow <coolo@novell.com> 2008-01-08 08:55:10 MST --- did you remove it from 10.3? The bug blocked is for 10.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759 User ro@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=286759#c12 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|340475 | --- Comment #12 from Ruediger Oertel <ro@novell.com> 2008-01-08 09:50:09 MST --- oops, in that case it was the wrong one. still I'm getting many complaints about removing that rw-remount. Need to investigate more details ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=286759 User ro@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=286759#c13 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WORKSFORME --- Comment #13 from Ruediger Oertel <ro@novell.com> 2008-11-05 08:40:14 MST --- closing, no current complains in 11.1beta -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com