Bug 802422

Summary: When installing over ssh, stage 2 stops at "Writing firewall settings"
Product: [openSUSE] openSUSE 12.3 Reporter: Martin Pluskal <mpluskal>
Component: InstallationAssignee: systemd maintainers <systemd-maintainers>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Major    
Priority: P5 - None CC: jsuchome, thomas.blume
Version: RC 1   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 12.3   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs

Description Martin Pluskal 2013-02-06 17:32:05 UTC
Created attachment 523601 [details]
y2logs

When installing over ssh, stage 2 stops at "Writing firewall settings"
Comment 1 Martin Pluskal 2013-02-06 17:34:11 UTC
After I kill "/bin/systemctl start SuSEfirewall2.service" twice, installation continues.
Comment 2 Martin Pluskal 2013-02-06 17:36:08 UTC
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 ?
Comment 3 Jiří Suchomel 2013-02-26 15:14:12 UTC
Hopefully some duplicate?
Comment 4 Frederic Crozat 2013-02-26 15:24:35 UTC
I vote for bnc#800365
Comment 5 Thomas Blume 2015-02-27 10:58:40 UTC
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 ***