https://bugzilla.novell.com/show_bug.cgi?id=731308 https://bugzilla.novell.com/show_bug.cgi?id=731308#c0 Summary: systemd deadlocks starting network on if-up.d/21-dhcpcd-hook-samba Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jslaby@suse.com QAContact: qa@suse.de CC: werner@suse.com, fcrozat@suse.com Found By: --- Blocker: --- Created an attachment (id=462858) --> (http://bugzilla.novell.com/attachment.cgi?id=462858) ps -f of the state When booting, systemd tries to start network. It starts dhcpcd. Dhcpcd calls if-up.d scripts after it gains an address. if-up.d/21-dhcpcd-hook-samba calls /etc/init.d/nmb force-reload. It calls /bin/systemctl force-reload nmb.service. It stalls until network script times out (WAIT_FOR_INTERFACES) because /sbin/ifstatus-dhcp returns 12 and says "is just beeing set up". If I add exit 0 at the top of the samba script, it indeed works perfectly. -- 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.