https://bugzilla.novell.com/show_bug.cgi?id=800365 https://bugzilla.novell.com/show_bug.cgi?id=800365#c13 --- Comment #13 from Marius Tomaschewski <mt@suse.com> 2013-02-01 09:49:43 UTC --- (In reply to comment #12)
801654 is probably due to
-> Unit network.service: Description: LSB: Configure the localfs depending network interfaces ... After: YaST2-Second-Stage.service
See comment 3, it is caused by "Before=network.service" in y2ss. "After" is adjusted by systemd automatically because of "Before".
And this service is not yet started from the systemd PoV
YaST2-Second Stage.service loaded activating start start YaST2 Second Stage
May be second stage should fork and continue to run so that service startup is "completed" from systemd PoV. Setting KillMode=none will prevent it from being "cleaned up". Otherwise you will continue to play catch game with dependencies.
You can't continue here. The yast2 2nd stage has to run in foreground (it starts yast2 UI) and it is to finish the configuration. It (re)configures and restarts services. -- 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.