From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 22:25:57 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 B1B64106566B for ; Sat, 5 Nov 2011 22:25:57 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4158FC0A for ; Sat, 5 Nov 2011 22:25:56 +0000 (UTC) Received: by wyg36 with SMTP id 36so4650434wyg.13 for ; Sat, 05 Nov 2011 15:25:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.3.71 with SMTP id a7mr3816174wia.0.1320531956080; Sat, 05 Nov 2011 15:25:56 -0700 (PDT) Received: by 10.180.81.193 with HTTP; Sat, 5 Nov 2011 15:25:56 -0700 (PDT) In-Reply-To: References: <20111105220349.GA49530@freebsd.org> Date: Sat, 5 Nov 2011 15:25:56 -0700 Message-ID: From: Michael Sierchio To: Robert Simmons Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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 22:25:57 -0000 The keywords in /etc/rc.d/ntpdate have # PROVIDE: ntpdate # REQUIRE: NETWORKING syslogd named # KEYWORD: nojail which means that networking must be up first. The question in your case is why name resolution is failing. See what happens if you pick some public stratum 1 or stratum 2 servers for your ntp.conf. Then try specifying IP addrs instead of FQDNs