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

Bug 456998

Summary: sys-apps/openrc: add mqueue to /etc/init.d/devfs
Product: Gentoo Hosted Projects Reporter: Reuben Martin <reuben.m>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 439098    

Description Reuben Martin 2013-02-12 21:21:45 UTC
Nothing is currently mounting the posix message queue fs.

I've added the following in /etc/init.d/devfs to the list of dev related fs to mount:

 "mqueue /dev/mqueue 0755 ,defaults none" \

seems to work well enough, but I'm not sure what options and DAC settings should be the default for it.

Reproducible: Always
Comment 1 William Hubbs gentoo-dev 2013-02-15 19:27:32 UTC
This is fixed in commit f30eec0 which will be part of openrc-0.12.
Thanks for the report.