[Bug 857524] New: troublesome disabling of network.service [systemd]
https://bugzilla.novell.com/show_bug.cgi?id=857524 https://bugzilla.novell.com/show_bug.cgi?id=857524#c0 Summary: troublesome disabling of network.service [systemd] Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: nettezzaumanaa@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 hello suse devels, i'd like to report at least confusing behaviour of network.service: when i stopped network.service (systemctl stop network - and it worked) and disabled it via `systemctl disable network; chkconfig network off' (also this is confusing) this service was still reported as enabled and systemctl returned zero (exit 0) when disabling: # systemctl disable network; echo $?; systemctl show network | grep ^UnitF 0 UnitFileState=enabled i also checked NetworkManager.service: # tail -n6 /usr/lib/systemd/system/NetworkManager.service [Install] WantedBy=multi-user.target Alias=network.service Also=NetworkManager-dispatcher.service "Alias" is there explanatory so disabling also NM service was needed to achieve disabled state for network.service This is weird and confusing behaviour .. Again, i didn't dive too deep into debugging, please check it .. regards, daniel Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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=857524 https://bugzilla.novell.com/show_bug.cgi?id=857524#c Jan Engelhardt <jengelh@inai.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@suse.com, | |jengelh@inai.de AssignedTo|bnc-team-screening@forge.pr |mt@suse.com |ovo.novell.com | -- 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=857524 https://bugzilla.novell.com/show_bug.cgi?id=857524#c1 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Marius Tomaschewski <mt@suse.com> 2014-01-08 13:57:28 UTC --- See "systemctl show -p Id network.service" it will show you which service is currently the network.sevice (provides /etc/.../network.service link) and has to be used in disable (and enable calls). To enable NM, use: systemctl stop network.service ; systemctl --force enable NetworkManager.service to enable sysconfig: systemctl stop network.service ; systemctl --force enable network.service More details in: https://www.suse.com/releasenotes/x86_64/openSUSE/12.3/#sec.123.systemd-nm -- 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