From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 23:10:22 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 C37E0106566C for ; Sat, 5 Nov 2011 23:10:22 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8493F8FC14 for ; Sat, 5 Nov 2011 23:10:22 +0000 (UTC) Received: by ywt32 with SMTP id 32so5096811ywt.13 for ; Sat, 05 Nov 2011 16:10:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=kr3gSk/AuLK8XWzEhiytlpOw2/o+WboMzYbjG1pmrIM=; b=P6SagDLbxfL4HfaKXUjXI38m1TrGRciDzSUSc3swqGad3QD/ZX3kq8WMDp+2VYctFI kZd++l3j8Xi9puubuRbWl8KfzFPYRmTIVG936V6m6JNaDWVpmGhkDercfFP8CvyFqd+D DzHiI7cVRPFP+6F2oFKQLf254ERrl2eIl6Aow= MIME-Version: 1.0 Received: by 10.101.113.1 with SMTP id q1mr749237anm.126.1320534621735; Sat, 05 Nov 2011 16:10:21 -0700 (PDT) Received: by 10.100.143.13 with HTTP; Sat, 5 Nov 2011 16:10:21 -0700 (PDT) In-Reply-To: References: Date: Sat, 5 Nov 2011 19:10:21 -0400 Message-ID: From: Robert Simmons To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:10:22 -0000 On Sat, Nov 5, 2011 at 6:55 PM, Warren Block wrote: > On Sat, 5 Nov 2011, Robert Simmons wrote: >> Is there a way to make sure that the interface is UP and working >> before running ntpdate at boot on a box with a static IP address? > Yes, it is. =A0FreeBSD 8-STABLE and 9 have /etc/rc.d/netwait just for thi= s. Thanks, could you elaborate as to how I use netwait at boot to run ntpdate?