https://bugzilla.novell.com/show_bug.cgi?id=857970 https://bugzilla.novell.com/show_bug.cgi?id=857970#c2 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mt@suse.com --- Comment #2 from Neil Brown <nfbrown@suse.com> 2014-02-17 03:03:47 UTC --- I think this problem should be handled by network-online.target forming a barrier between the remote mounts and the network interfaces. i.e network interfaces are started Before network-online.target and remote mounts are started After network-online.target On shutdown these are interpreted in reverse, so network interfaces will be stopped After network-online.target remote mounts will be stopped Before network-online.target On my test VM, the second of these conditions is met, the first is not. So I experience the same hang that you do. I edited /usr/lib/systemd/system/network@.service and added Before=network-online.target and the hang went away. I think this is a correct fix. If there is some other systemd unit which starts (and stops) network interfaces, then it needs to ordered Before=network-online.target too. Marius: do you look after sysconfig-network? Can you take this? -- 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.