https://bugzilla.novell.com/show_bug.cgi?id=800365 https://bugzilla.novell.com/show_bug.cgi?id=800365#c0 Summary: systemd: rcnetwork start in YaST2-Second-Stage.service blocks Classification: openSUSE Product: openSUSE Factory Version: 12.3 Beta 1 Platform: All URL: http://w3.suse.de/~mt/bnc798348/ OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: fcrozat@suse.com ReportedBy: mt@suse.com QAContact: jsrain@suse.com CC: locilka@suse.com, mfilka@suse.com Blocks: 798348 Found By: --- Blocker: --- This happens on factory + $OBS/home:mtomaschewski:tests/* packages also with systemd from Base:System -- most recent changelog entry: Tue Jan 22 17:02:04 UTC 2013 - fcrozat@suse.com - Add systemctl-options.patch: handle SYSTEMCTL_OPTIONS internaly (bnc#798620). ... The $OBS/home:mtomaschewski:tests/* are using network.service alias link instead of the NETWORKMANAGER=yes/no variable. While 2nd stage boot, YaST2-Second-Stage.service starts a script (and yast2-network which may restart it), which is trying to start the network. The service file is using "systemctl --ignore-dependencies" option for all services it starts/stops inside of the script via: [Unit] Before=[...]network.service[...] [Service] Type=oneshot Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux [...] but the systemctl triggers a start of systemd-tty-ask-password-agent and it hangs then, see: http://w3.suse.de/~mt/bnc798348/network-start.console2.png Try to use "systemctl --ignore-dependencies --no-ask-password --no-block start network.service" does not help. The call returns and yast2 starts, but network is not started. It gets merged with the pending regular network.service start, see last boot in http://w3.suse.de/~mt/bnc798348/journal.txt: 2013-01-24T17:53:43.494104+01:00 linux rcnetwork[1734]: redirecting to "systemctl --ignore-dependencies --no-ask-password --no-block start network.service" 2013-01-24T17:53:43.496111+01:00 linux systemd[1]: Trying to enqueue job network.service/start/ignore-dependencies 2013-01-24T17:53:43.496113+01:00 linux systemd[1]: Merged into installed job network.service/start as 71 2013-01-24T17:53:43.496115+01:00 linux systemd[1]: Enqueued job network.service/start as 71 -- 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.