From owner-freebsd-stable@FreeBSD.ORG Thu Dec 16 16:07:13 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6A3D106564A for ; Thu, 16 Dec 2010 16:07:13 +0000 (UTC) (envelope-from mvoorhis@cs.wpi.edu) Received: from MAIL1.WPI.EDU (MAIL1.WPI.EDU [130.215.36.91]) by mx1.freebsd.org (Postfix) with ESMTP id A5F088FC13 for ; Thu, 16 Dec 2010 16:07:13 +0000 (UTC) Received: from SMTP.WPI.EDU (SMTP.WPI.EDU [130.215.36.186]) by MAIL1.WPI.EDU (8.14.5.Beta0/8.14.5.Beta0) with ESMTP id oBGG7CkA018033; Thu, 16 Dec 2010 11:07:12 -0500 Received: from APPLIANCE4.WPI.EDU (appliance4.wpi.edu [130.215.36.61]) by SMTP.WPI.EDU (8.14.4/8.14.4) with ESMTP id oBGG7Bki021827; Thu, 16 Dec 2010 11:07:12 -0500 (envelope-from mvoorhis@cs.wpi.edu) Received: from [130.215.28.97] (eressea.wpi.edu [130.215.28.97]) (authenticated authen=mvoorhis) by APPLIANCE4.WPI.EDU (8.14.5.Beta0/8.14.5.Beta0) with ESMTP id oBGG7BpV013112 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 16 Dec 2010 11:07:11 -0500 Message-ID: <4D0A392F.2070204@cs.wpi.edu> Date: Thu, 16 Dec 2010 11:07:11 -0500 From: Michael Voorhis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Jeremy Chadwick , freebsd-stable@freebsd.org References: <20101215004712.GA56065@icarus.home.lan> In-Reply-To: <20101215004712.GA56065@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ntpd fails on boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 16:07:14 -0000 My high-tech solution to NTPDATE (et.al.) running before the link was up was to edit /etc/rc.d/NETWORKING and append these two lines at the bottom of the file: ====== /bin/echo "Waiting 10s for network link to wake up." /bin/sleep 10 ====== This has solved this startup problem in all the cases where it had previously been a problem.