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

Bug 520606

Summary: sys-apps/openrc-0.13 - cgroup subsystems are no longer mounted
Product: Gentoo Hosted Projects Reporter: bill <freestyler7>
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: 520144    
Attachments: 0001-sysfs-always-allow-mounting-of-cgroup-subsystems.patch

Description bill 2014-08-22 15:37:05 UTC
Starting LXC containers, fail with "cgroupfs failed to detect cgroup metadata".
Worked fine with 0.12.4. Reverting the commit below in 0.13 allows mount_cgroups() to continue.
https://github.com/OpenRC/openrc/commit/56112a6f1f176696e5f39a86fe4b52017ccdd04c

Reproducible: Always
Comment 1 William Hubbs gentoo-dev 2014-08-22 18:06:21 UTC
Created attachment 383414 [details, diff]
0001-sysfs-always-allow-mounting-of-cgroup-subsystems.patch

Please test with this patch instead of reverting the commit and let me
know if this works for you.

Thanks,

William
Comment 2 bill 2014-08-22 18:47:02 UTC
Works fine with the patch. :)
Comment 3 William Hubbs gentoo-dev 2014-08-22 20:13:26 UTC
This is applied in the following commits:

4f4f00d - in OpenRC-0.14, and
91fee5d - in openrc-0.13.1.

Thanks for the report.