https://bugzilla.novell.com/show_bug.cgi?id=732930 https://bugzilla.novell.com/show_bug.cgi?id=732930#c11 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |carlos.e.r@opensuse.org --- Comment #11 from Marius Tomaschewski <mt@suse.com> 2011-12-21 10:26:58 UTC --- Yes, it returns non-zero status when it is unable to configure in the time specified in /etc/sysconfig/network/config: WAIT_FOR_INTERFACES (default: 30 sec) This message is not a problem, just an info: ifup[571]: Service network not started and mode 'auto' -> skipping and means, that the eth0 became visible but could not be started via udev hotplug, because the network service (rcnetwork) were not yet started. The question is what is the reason for. A call of "ps axf" as soon as possible (while the network is still waiting/running) should show it. It is very likely the if-up.d/21-dhcpcd-hook-samba script blocks here (not only the 21-cifs) trying "systemdctl force-reload nmb.service" that blocks, even nmb service is completely unused. OK, rcnetwork has been started in the second 7: [ 7.598059] systemd[1]: About to execute: /etc/init.d/network start [ 7.602976] systemd[1]: Forked /etc/init.d/network as 855 [ 7.603095] systemd[1]: network.service changed dead -> start .. [ 12.104185] systemd[1]: Trying to enqueue job nmb.service/reload/replace [ 12.104207] systemd[1]: Installed new job nmb.service/reload as 192 [ 12.104212] systemd[1]: Enqueued job nmb.service/reload as 192 [ 12.104333] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.GetUnit() on /org/freedesktop/systemd1 [ 12.104409] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Properties.Get() on /org/freedesktop/systemd1/unit/nmb_2eservice This is (one of) the nmb reload mentioned above. .. [ 19.763112] eth0: no IPv6 routers present OK, here the interface setup basically finished (IPv6 autoconf)... [ 39.490158] systemd[1]: Received SIGCHLD from PID 855 (network). [ 39.490192] systemd[1]: Got SIGCHLD for process 855 (network) [ 39.490234] systemd[1]: Child 855 died (code=exited, status=7/NOTRUNNING) [ 39.490237] systemd[1]: Child 855 belongs to network.service [ 39.490242] systemd[1]: network.service: control process exited, code=exited status=7 [ 39.490245] systemd[1]: network.service got final SIGCHLD for state start [ 39.490272] systemd[1]: network.service changed start -> failed [ 39.490341] systemd[1]: Job network.service/start finished, result=failed [ 39.490356] systemd[1]: Unit network.service entered failed state. rcnetwork failed due to timeout (39 sec - 7 sec > 30 sec). [ 39.490441] systemd[1]: network.target changed dead -> active [ 39.490446] systemd[1]: Job network.target/start finished, result=done [ 39.490454] systemd[1]: Job nmb.service/reload finished, result=skipped The nmb.service reload returned finally... So this seems to be duplicate of bug 735943 / bug 725503 / bug 724777. A "rm -f /etc/sysconfig/network/if-up.d/21*" should solve the problem as workaround. Does it? Please attach also the output of "ps axwwwf" when possible to catch the moment where rcnetwork is still waiting (executes ifstatus again and again). -- 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.