Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456998 - sys-apps/openrc: add mqueue to /etc/init.d/devfs
Summary: sys-apps/openrc: add mqueue to /etc/init.d/devfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 439098
  Show dependency tree
 
Reported: 2013-02-12 21:21 UTC by Reuben Martin
Modified: 2013-02-15 19:27 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 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.