[Bug 791909] New: sysconfig: network needs dependency on sysctl
https://bugzilla.novell.com/show_bug.cgi?id=791909 https://bugzilla.novell.com/show_bug.cgi?id=791909#c0 Summary: sysconfig: network needs dependency on sysctl Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: All OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: mt@suse.com ReportedBy: jengelh@inai.de QAContact: qa-bugs@suse.de CC: fcrozat@suse.com Found By: Beta-Customer Blocker: --- I have reason to believe that /etc/init.d/network does not wait for sysctls to be loaded first. This causes things like net.ipv6.eth0.autoconf = 0 to be potentially set too late, causing the interface to get temporary addresses nevertheless. In /etc/init.d/network, Should-Start should contain boot.sysctl - at least for sysv. Not sure how to approach this in systemd, since that has its own sysctl service. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=791909 https://bugzilla.novell.com/show_bug.cgi?id=791909#c1 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Marius Tomaschewski <mt@suse.com> 2012-11-30 08:04:11 UTC --- boot.sysctl has only $null dependencies, not even to boot.localfs to apply global system settings and run as early as possible. Using boot.sysctl does not work reliably in network area: When the interface is detected visible to the system later or hotplugged or even when it is created by ifup (e.g. a bridge or tap), boot.sysctl runs too early to be able to apply interface specific settings. So in most cases it simply fails to set network related settings except "all" and "default" policies [when e.g. ipv6 is a module, not even this]. That's why we have also ifsysctl, see "man 5 ifsysctl", that should be used for interface specific settings instead. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=791909 https://bugzilla.novell.com/show_bug.cgi?id=791909#c2 --- Comment #2 from Marius Tomaschewski <mt@suse.com> 2012-11-30 08:06:22 UTC --- See also bnc#494958. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=791909 https://bugzilla.novell.com/show_bug.cgi?id=791909#c Jan Engelhardt <jengelh@inai.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com