From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 14:21:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 677AE16A4CE for ; Thu, 23 Sep 2004 14:21:18 +0000 (GMT) Received: from sentry.24cl.com (174.113.sn.ct.dsl.thebiz.net [216.238.113.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB15243D46 for ; Thu, 23 Sep 2004 14:21:17 +0000 (GMT) (envelope-from zlists@mgm51.com) Received: from winbloat (unknown [10.0.0.38]) by sentry.24cl.com (Postfix) with ESMTP id D11DB37278 for ; Thu, 23 Sep 2004 10:21:16 -0400 (EDT) Message-ID: <200409231021160875.00B32F75@sentry.24cl.com> In-Reply-To: <4151A12F.8070309@verizon.net> References: <415197F9.3080901@verizon.net> <200409221119470428.042A55B0@sentry.24cl.com> <4151A12F.8070309@verizon.net> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (K) Date: Thu, 23 Sep 2004 10:21:16 -0400 From: "MikeM" To: "FreeBSD Questions list" Content-Type: text/plain; charset="us-ascii" Subject: Re: Ntpd assistance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 14:21:18 -0000 On 9/22/2004 at 11:58 AM alden.pierre wrote: |MikeM wrote: | |>On 9/22/2004 at 11:19 AM alden.pierre wrote: |> |>|/etc/rc.conf contains the following: |>| |>|ntpdate_enable="YES" |>|ntpdate_flags="timex.cs.columbia.edu" |>|xntpd_enable="YES" # Run ntpd Network Time Protocol |>| |>|/etc/ntpd.conf contains the following: |>| |>|driftfile /etc/ntp/drift |>|server 65.211.109.1 |>|server 65.211.109.11 |>|server 209.51.161.238 |>|server 128.59.59.177 |>| |>| |>|Am I doing something wrong here? My time seems to go out of sync after |>|my FreeBSD 4.10 box has been up for a couple of hours. Any help would |>|be greatly appreciated. |> ============= |> |>Post the results of the command |> |> ntpq -c peer |> |> |No association ID's returned | |Is what I get. | |Thank You |Alden Louis-Pierre ============= It looks like the ntpd daemon isn't running. I note the ntpd.conf typo you had. Does changing it to ntp.conf resolve your problem?