From owner-freebsd-stable@FreeBSD.ORG Wed Dec 15 00:46:12 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 B4DDD1065670 for ; Wed, 15 Dec 2010 00:46:12 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id 9B4E68FC14 for ; Wed, 15 Dec 2010 00:46:12 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp026.mac.com (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 64bit)) with ESMTPSA id <0LDG00IXG24Y3F30@asmtp026.mac.com> for freebsd-stable@freebsd.org; Tue, 14 Dec 2010 16:46:10 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1010190000 definitions=main-1012140187 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2010-12-14_14:2010-12-14, 2010-12-14, 1970-01-01 signatures=0 From: Chuck Swiger In-reply-to: Date: Tue, 14 Dec 2010 16:46:10 -0800 Message-id: <7B9EB743-7C87-42AF-85DE-C05352E4A429@mac.com> References: To: Dan Allen X-Mailer: Apple Mail (2.1082) Cc: FreeBSD-STABLE Mailing List 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: Wed, 15 Dec 2010 00:46:12 -0000 On Dec 14, 2010, at 4:38 PM, 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. Change the REQUIRE line in /etc/rc.d/ntpd to indicate whatever dependency you need to have so that your network connection is up before ntpd tries to run. "man rcorder" is informative.... Regards, -- -Chuck