touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #30691
[Bug 1388068] [NEW] sysctl.conf is not loaded by 'sysctl --system'
Public bug reported:
As described in the sysctl man page, /etc/sysctl.conf should be loaded
by running 'sysctl --system':
--system
Load settings from all system configuration files.
/run/sysctl.d/*.conf
/etc/sysctl.d/*.conf
/usr/local/lib/sysctl.d/*.conf
/usr/lib/sysctl.d/*.conf
/lib/sysctl.d/*.conf
/etc/sysctl.conf
This patch seems to have broken that, by loading it only in the case of
an *error* from stat() on /etc/sysctl.conf, rather than success.
http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/trusty/procps/trusty/revision/77/.pc/ignore_eaccess.patch/sysctl.c
See the new line 643 in that patch.
** Affects: procps (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to procps in Ubuntu.
https://bugs.launchpad.net/bugs/1388068
Title:
sysctl.conf is not loaded by 'sysctl --system'
Status in “procps” package in Ubuntu:
New
Bug description:
As described in the sysctl man page, /etc/sysctl.conf should be loaded
by running 'sysctl --system':
--system
Load settings from all system configuration files.
/run/sysctl.d/*.conf
/etc/sysctl.d/*.conf
/usr/local/lib/sysctl.d/*.conf
/usr/lib/sysctl.d/*.conf
/lib/sysctl.d/*.conf
/etc/sysctl.conf
This patch seems to have broken that, by loading it only in the case
of an *error* from stat() on /etc/sysctl.conf, rather than success.
http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/trusty/procps/trusty/revision/77/.pc/ignore_eaccess.patch/sysctl.c
See the new line 643 in that patch.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1388068/+subscriptions
Follow ups
References