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

Bug 349443

Summary: sys-apps/openrc: sysctl is disabled on openvz
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: [OLD] Core systemAssignee: OpenRC Team <openrc>
Status: RESOLVED FIXED    
Severity: normal Keywords: InOverlay
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=blob;f=init.d/sysctl.Linux.in;h=71f61a5209c8b49d99547e102c6a9336fe0d2a40;hb=HEAD
Whiteboard:
Package list:
Runtime testing required: ---

Description Dennis Schridde 2010-12-23 09:26:30 UTC
sys-apps/openrc's sysctl init script as seen in URL has "keyword -openvz", which disables the sysctl service on OpenVZ containers. This is not necessary, as OpenVZ supports setting values in the container which are different from the host.

In my case this leaves the default for net.ipv6.conf.all.forwarding to 1 (with no standard way to fix it), which is unlikely to be useful in most containers.

Reproducible: Always
Comment 1 William Hubbs gentoo-dev 2010-12-28 20:10:14 UTC
This is fixed in git, commit b2e9b9.

Thanks for the report.