Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 411255

Summary: /usr mounted read-only by ramdisk and not remounted read-write by init scripts
Product: Gentoo Hosted Projects Reporter: Plopmaster <gentoo>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Plopmaster 2012-04-08 10:46:13 UTC
As asked by udev-181 I built a ramdisk to mount /usr. I use genkernel for that.
Genkernel mount /usr right, and read-only.
But init scripts (localmount ?) try to remount it, fails, and thus not remount it read-write.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-04-10 13:31:06 UTC
1) Please post your `emerge --info' output in a comment.
2) Please post your `emerge -vpq sys-fs/udev sys-apps/openrc' output in a comment.
Comment 2 Plopmaster 2012-04-11 07:51:53 UTC
Ahum... I figure out that due to genkernel-3.4.25.1 openrc should be 0.9.9. It was not.
I update, and everything goes well :  /usr remounted rw.