Bugzilla – Bug 802422
When installing over ssh, stage 2 stops at "Writing firewall settings"
Last modified: 2015-02-27 10:58:40 UTC
Created attachment 523601 [details] y2logs When installing over ssh, stage 2 stops at "Writing firewall settings"
After I kill "/bin/systemctl start SuSEfirewall2.service" twice, installation continues.
And stops at "Configuring display manager", after I kill corresponding process, installation continues, could it have something to do with https://bugzilla.novell.com/show_bug.cgi?id=799872 ?
Hopefully some duplicate?
I vote for bnc#800365
Reproduced the problem. YaST logs show: -->-- 2015-02-27 11:43:40 <1> linux-nfdg(3803) [YCP] SuSEFirewall.ycp:2413 Starting firewall services 2015-02-27 11:43:40 <1> linux-nfdg(3803) [YCP] Service.ycp:495 Starting service SuSEfirewall2 2015-02-27 11:43:40 <1> linux-nfdg(3803) [YCP] Service.ycp:355 Running service initscript SuSEfirewall2 start --<-- # pstree systemd─┬─YaST2.Second-St───sleep ├─avahi-daemon ├─bash ├─cron ├─2*[dbus-daemon] ├─dbus-launch ├─dhcpcd ├─gconfd-2 ├─haveged ├─master─┬─pickup │ └─qmgr ├─nscd───10*[{nscd}] ├─ntpd ├─rsyslogd───4*[{rsyslogd}] ├─sshd─┬─sshd───bash───pstree │ └─sshd───bash───yast.ssh───YaST2.call───y2base─┬─ag_udev_persist │ ├─y2base───y2base───systemctl───systemd-tty-ask │ └─{y2base} # ps aux | grep systemd-tty-ask root 1372 0.0 0.0 10368 924 pts/1 S+ 11:51 0:00 grep --color=auto systemd-tty-ask root 4368 0.0 0.0 12744 744 pts/0 S+ 11:43 0:00 /usr/bin/systemd-tty-ask-password-agent --watch # ll /run/systemd/ask-password* /run/systemd/ask-password: total 0 /run/systemd/ask-password-block: total 0 prw------- 1 root root 0 Feb 27 11:43 136:0 prw------- 1 root root 0 Feb 27 11:41 4:1 It waits for a password, but the password prompt is not shown. So, it is indeed a duplicate of bnc#800365. -> closing *** This bug has been marked as a duplicate of bug 800365 ***