https://bugzilla.novell.com/show_bug.cgi?id=853908 https://bugzilla.novell.com/show_bug.cgi?id=853908#c6 --- Comment #6 from Marius Tomaschewski <mt@suse.com> 2014-01-08 13:33:22 UTC --- Please edit /usr/lib/systemd/system/network.service and change to Type=oneshot: [Service] -Type=forking +Type=oneshot Does it help? It seems that when you call "systemctl start network", which executes "systemctl start network@ens18" inside, network@ens18 service fails, because refers back via "Requisite=network.service" and network starts but is yet already started. This does not happen to me, when the network.service uses "Type=oneshot" (some RemainAfterExit=yes relation?). -- 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.