https://bugzilla.novell.com/show_bug.cgi?id=841315 https://bugzilla.novell.com/show_bug.cgi?id=841315#c6 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |fcrozat@suse.com --- Comment #6 from Marius Tomaschewski <mt@suse.com> 2013-09-20 10:58:31 UTC --- This is IMO a dependency issue. A "systemctl show network.service" shows: Requires=basic.target Wants=network.target system.slice RequiredBy=network@nic0.service WantedBy=multi-user.target graphical.target ConsistsOf=network@nic0.service Conflicts=shutdown.target Before=network.target shutdown.target multi-user.target graphical.target After=YaST2-Firstboot.service YaST2-Second-Stage.service SuSEfirewall2_init.service local-fs.target earlysyslog.service isdn.service openibd.service systemd-journald.socket basic.target system.slice A "systemctl show network@nic0.service" shows: Requires=basic.target Requisite=network.service Wants=system-network.slice BindsTo=sys-subsystem-net-devices-nic0.device PartOf=network.service Conflicts=shutdown.target Before=shutdown.target After=systemd-journald.socket basic.target system-network.slice A "systemctl --all" before and after isolate shows: +accounts-daemon.service loaded active running Accounts Service network.service loaded active exited LSB: Configure network interfaces and set up routing -network@nic0.service loaded active running ifup managed network interface nic0 -xdm.service loaded inactive dead LSB: X Display Manager +xdm.service loaded active running LSB: X Display Manager -system-network.slice loaded active active system-network.slice -graphical.target loaded inactive dead Graphical Interface +graphical.target loaded active active Graphical Interface -sound.target loaded active active Sound Card +sound.target loaded inactive dead Sound Card Question is how to define correctly, that it should not be stopped? Perhaps we have to set "IgnoreOnIsolate=no" in network@.service unit? # systemctl show network@nic0.service | grep -i isolate CanIsolate=no AllowIsolate=no OnFailureIsolate=no IgnoreOnIsolate=no Werner, Frederic, any ideas? -- 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.