reassign 754064 systemd
retitle 754064 systemd-sysctl is not called with service procps
thankyou
On Mon, Jul 14, 2014 at 12:12:24PM +0200, Michal Suchanek wrote:
> Excerpts from Sven Joachim's message of Mon Jul 14 09:56:18 +0200 2014:
> > On 2014-07-14 09:27 +0200, Michal Suchanek wrote:
> > 
> > > I run systemd from testing.
So, not a bug with procps then.

> Do you want the status after booting when the variables are not set as well?
I can confirm that the systemd "procps" does not set the variables
correctly.

# cat /proc/sys/net/ipv6/conf/lo/accept_ra
1
# grep accept_ra /etc/sysctl.d/*
/etc/sysctl.d/ipv6-eth0.conf:net.ipv6.conf.lo.accept_ra = 0
# service procps start
# cat /proc/sys/net/ipv6/conf/lo/accept_ra
1

procps sysctl works:
# sysctl -q --system
# cat /proc/sys/net/ipv6/conf/lo/accept_ra
0

I tried slashes, putting it into /etc/sysctl.conf, removing spaces
around the equals sign. None of them made a difference.
I'm amazed noone else sees this problem.

What is really strange is running
/lib/systemd/systemd-sysctl
directly works and the parameters change.
So its something after "service procps start" but before
systemd-sysctl is started.

 - Craig
-- 
Craig Small (@smallsees)   http://enc.com.au/       csmall at : enc.com.au
Debian GNU/Linux           http://www.debian.org/   csmall at : debian.org
GPG fingerprint:        5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to