On Tue, Dec 14, 2010 at 05:38:49PM -0700, Dan Allen wrote:
> Recently my network connection now is setup AFTER ntpd is launched rather 
> than before.
> 
> So when ntpd starts there is no net connection and it gives up.

Let me guess: You're on a DHCP network and the network script are
running before the network address is assigned. The solution is to
wait for DHCP negotiation to complete before letting the rest of the
network scripts to complete. I added the following to /etc/rc.conf:

    ifconfig_re0="SYNCDHCP"

Change re0 to your network device.

Cheers.
-- 
Jonathan Chen <j...@chen.org.nz>
----------------------------------------------------------------------
      "The things we know best are the things we haven't been taught."
                                             - Marquis de Vauvenargues
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to