https://bugzilla.novell.com/show_bug.cgi?id=859801 https://bugzilla.novell.com/show_bug.cgi?id=859801#c4 --- Comment #4 from Marius Tomaschewski <mt@suse.com> 2014-01-22 13:50:44 UTC --- No. When wicked is running, no NetworkManager should run. The network.service is an alias link to either the wicked.service or the NetworkManager.service [no sysconfig-network any more]. One of them should be enabled via "systemctl enable ..." and they create the network.service link at this time. wicked.service [the "starter"] has a "Requisite=wickedd.service" to fail when wickedd is not running. But it also causes to restart wicked.service alias network.service at wickedd restart even not needed. Please try the following modification: --- /usr/lib/systemd/system/wicked.service +++ /usr/lib/systemd/system/wicked.service @@ -1,6 +1,5 @@ [Unit] Description=wicked managed network interfaces -Requisite=wickedd.service Wants=network.target After=wickedd.service Before=network.target call "systemctl --system daemon-reload" to apply it and then the problem should not happen. I'm going to apply it to wicked.git, it will be available first at: http://download.opensuse.org/repositories/network:/wicked:/master/ -- 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.