https://bugzilla.novell.com/show_bug.cgi?id=774502 https://bugzilla.novell.com/show_bug.cgi?id=774502#c9 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |shaggyman@bobsown.net --- Comment #9 from Marius Tomaschewski <mt@suse.com> 2012-08-17 14:56:48 UTC --- (In reply to comment #8)
from what I see, your system is configured to use ifup/ifdown (not NetworkManager) to configure your network, and network.service is being started after 3s, so it should wait until network is up.
Sorry, but I don't understand what last commenter wanted to say here :-) AFAIS, the start order is OK but you're using ifplugd. When you're using it, change to start all network related services via network hooks, see "man ifservices". In ifplugd mode, rcnetwork returns "done" as soon as possible and starts the interface in the background... Please disable it -- change /etc/sysconfig/network/ifcfg-eth0 to use: STARTMODE=auto When really required (I don't think so), set LINK_READY_WAIT="15" in the same file. Alternatively, you can also use STARTMODE=nfsroot -- it causes that network will be persistent / a stop does not remove IP addresses. -- 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.