https://bugzilla.novell.com/show_bug.cgi?id=800365 https://bugzilla.novell.com/show_bug.cgi?id=800365#c15 --- Comment #15 from Andrey Borzenkov <arvidjaar@gmail.com> 2013-02-01 10:21:41 UTC --- (In reply to comment #13)
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.
OK, so the problem is cause by a) network.service being started by default and job is waiting for YaST2 second stage to complete b) "systemctl restart" blocking for unit which has pending job It seems that replacing "systemctl restart" with explicit "systemctl cancel <pending job>; systemctl start" works around this issue. "systemctl cancel" removes pending job. Which allows later to use "systemctl start --ignore-dependencies". Work for naive testing using two oneshot 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.