Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33773 - Readonly remount fails during halt and reboot!
Summary: Readonly remount fails during halt and reboot!
Status: RESOLVED DUPLICATE of bug 33271
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High critical
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
: 33775 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-18 11:41 UTC by Nefreyu
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nefreyu 2003-11-18 11:41:38 UTC
In the /etc/init.d/halt.sh script the remount command is like this:

mount -n -f -o remount,ro ....

Should be:

mount -n -o remount,ro .....

The -f flag is to Fake the commmand

Reproducible: Always
Steps to Reproduce:
1. Emerge gentoo
2. Maybe it's got something todo with the ~x86 flag
3. Reboot or Halt

Actual Results:  
Filesystem is not cleanly unmounted, losing hard work :P 

Expected Results:  
remount the root filesystem readonly
Comment 1 Nefreyu 2003-11-18 11:50:42 UTC
*** Bug 33775 has been marked as a duplicate of this bug. ***
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-11-26 11:25:39 UTC

*** This bug has been marked as a duplicate of 33271 ***