https://bugzilla.novell.com/show_bug.cgi?id=803058 https://bugzilla.novell.com/show_bug.cgi?id=803058#c12 --- Comment #12 from Marius Tomaschewski <mt@suse.com> 2013-02-19 17:01:22 UTC --- I've tested with NETWORKMANAGER=yes and noticed, that we seem to need an explicit "enable" as well, otherwise the NetworkManager.service is enabled after "zypper dup", but the network.service link is missed. Going to retest using this code: case $NETWORKMANAGER in # explicitly disable, so /etc/init.d/network is used no) ACTION=disable ;; # explicitly enable to create network.service alias yes) ACTION=enable ;; *) ACTION="" ;; esac if [ -n "$ACTION" -x /bin/systemctl ] ; then /bin/systemctl --force $ACTION NetworkManager.service || : fi -- 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.