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

Bug 453740

Summary: sys-apps/openrc: /etc/init.d/sysfs: handle fusectl
Product: Gentoo Hosted Projects Reporter: SpanKY <vapier>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED FIXED    
Severity: normal CC: udev-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 439098    

Description SpanKY gentoo-dev 2013-01-23 22:50:44 UTC
udev-171 will try to mount fusectl every time it runs (and do so with crappy mount options):
 KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse", \
   RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"

after the first mount, it'll just return an error when fusectl is already mounted

with udev-197, it no longer mounts fusectl directly.  instead, it has a systemd unit file to handle it.

i'm thinking we just update /etc/init.d/sysfs to mount this at boot with our standard nodev,noexec,nosuid options.
Comment 1 William Hubbs gentoo-dev 2013-02-01 19:55:11 UTC
This is implemented in commit 8a6c339.
Thanks for the report.