https://bugzilla.novell.com/show_bug.cgi?id=800365 https://bugzilla.novell.com/show_bug.cgi?id=800365#c5 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsuchome@suse.com, | |lnussel@suse.com --- Comment #5 from Frederic Crozat <fcrozat@suse.com> 2013-01-28 13:49:24 UTC --- * the --ignore-dependencies deadlock has been fixed in systemd upstream this week-end and I've backported the fix, in Base:System (sr 150151) * the ordering dependency in SuSEfirewall2_init.service should be removed, to ensure only YaST2-Second-Stage.service contains dependencies against other services (easier to maintain). See attached patch * I think we should remove in YaST2-Second-Stage.service (and Firstboot) Before=network.service NetworkManager.service and uses instead : After=network.target and replacing --ignore-dependencies with --no-ask-password (the latter is needed to prevent some lockup since password agent isn't started by the time yast2 second stage is started) (see https://github.com/fcrozat/yast-installation/commit/6b317d27cbeba2c7368fda15... ) This would prevent deadlock on other services waiting for network to be up to be started. While testing this setup, I found two issues in the way YaST uses the network stack : - /etc/resolv.conf was not updated at all (calling netconfig update fixed it) - once yast2 second stage was finished, network.service was stopped otherwise, I was able to do a ssh install. -- 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.