Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670874 - sys-apps/openrc-0.38.3: rc.conf misspelling (rc_cggroup_memory_use_hierarchy)
Summary: sys-apps/openrc-0.38.3: rc.conf misspelling (rc_cggroup_memory_use_hierarchy)
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:
 
Reported: 2018-11-11 00:09 UTC by Terra
Modified: 2018-11-29 14:26 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 Terra 2018-11-11 00:09:26 UTC
In /etc/rc.conf, the following config option is misspelled:
BAD:  rc_cggroup_memory_use_hierarchy
GOOD: rc_cgroup_memory_use_hierarchy

From /etc/init.d/cgroups:
  yesno "${rc_cgroup_memory_use_hierarchy:-no}" &&
    [ "${name}" = memory ] &&
    echo 1 > /sys/fs/cgroup/memory/memory.use_hierarchy
Comment 1 William Hubbs gentoo-dev 2018-11-29 14:26:42 UTC
https://github.com/openrc/openrc/commit/ee41e444

This will be included in 0.40.