From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 23:52:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA0B71065742 for ; Sat, 5 Nov 2011 23:52:23 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 691768FC1B for ; Sat, 5 Nov 2011 23:52:23 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id pA5NqMrj029183 for ; Sat, 5 Nov 2011 17:52:22 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id pA5NqMT1029180 for ; Sat, 5 Nov 2011 17:52:22 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 5 Nov 2011 17:52:22 -0600 (MDT) From: Warren Block To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 05 Nov 2011 17:52:22 -0600 (MDT) Subject: Re: ntpdate on boot problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 23:52:23 -0000 On Sat, 5 Nov 2011, doug@safeport.com wrote: > On Sat, 5 Nov 2011, Warren Block wrote: >> On Sat, 5 Nov 2011, Robert Simmons wrote: >> >>> I've had this problem with machines using DHCP and the solution was to >>> use SYNCDHCP rather than DHCP in rc.conf. However, this box is using >>> a static IP address. But the problem seems to be similar. >> >> Yes, it is. FreeBSD 8-STABLE and 9 have /etc/rc.d/netwait just for this. > > I do not see this in the handbook. Did I just miss it?. IMO the necessary > synchronization should just be built in to booting. AFAIK it's not in the Handbook yet. The problem is that some network interfaces actually take a while to come up after ifconfig is done setting them up. The amount of time taken could depend on the local network with autonegotiation and such. Another approach is to set up the DHCP server--if there is one--to assign static addresses based on MAC address.