Stefan Seyfried wrote:
Am 03.07.2013 20:51, schrieb Stefan Seyfried:
Am 03.07.2013 17:50, schrieb Per Jessen:
Stefan Seyfried wrote:
Am 03.07.2013 14:22, schrieb Per Jessen:
I created the following file:
/etc/sysctl.d/ipv6tempaddr.conf
Just a guess: try 99-ipv6tempaddr.conf
Well, it changed the behaviour. I didn't get the duplicate assignment complaint from systemd this time, but my setting of setting "net.ipv6.conf.default.use_tempaddr" was ignored :-(
Then I tried using /etc/sysctl.d/10-ipv6tempaddr.conf, which worked!
Ok, so the first one wins, not the last one? Interesting, and IIUC exactly the other way round than the way udev rules work.
note that the code says it is the other way round, and my testing (on Factory) shows the same:
seife@susi:~> sysctl --system 2>/dev/null * Applying /boot/sysctl.conf-3.10.0-1.gf080c74-desktop ... * Applying /etc/sysctl.d/10-abc.conf ... * Applying /usr/lib/sysctl.d/50-default.conf ... * Applying /etc/sysctl.d/90-xyz.conf ... * Applying /etc/sysctl.conf ...
(I did create empty 10-abc.conf and 90-xyz.conf before)
No idea why it's the other way round for you...
Well, let's see: chestnut:~ # sysctl --system | grep Apply * Applying /boot/sysctl.conf-3.10.0-rc4-1-default ... * Applying /etc/sysctl.d/10-ipv6tempaddr.conf ... * Applying /usr/lib/sysctl.d/50-default.conf ... * Applying /etc/sysctl.conf ... 10-ipv6tempaddr.conf: net.ipv6.conf.default.use_tempaddr = 0 50-default.conf: net.ipv6.conf.default.use_tempaddr = 2 /etc/sysctl.conf : empty # find /proc -name \*tempaddr\* | xargs cat 0 2 0 0 0 -1 It seems quite clear that the default was changed when I ran 'sysctl' above, but that the settings must have been correctly set at boot-time. When I was out googling yesterday, I noticed this report which seems to address a similar issue: https://bugzilla.redhat.com/show_bug.cgi?id=924433 -- Per Jessen, Zürich (16.8°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org