From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 14:28:16 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 E716316A4CE for ; Thu, 23 Sep 2004 14:28:15 +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 8C3C343D2D for ; Thu, 23 Sep 2004 14:28:15 +0000 (GMT) (envelope-from zlists@mgm51.com) Received: from winbloat (unknown [10.0.0.38]) by sentry.24cl.com (Postfix) with ESMTP id 18A0237278 for ; Thu, 23 Sep 2004 10:28:15 -0400 (EDT) Message-ID: <200409231028150112.00B9913F@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:28:15 -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:28:16 -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. |> ============= A couple of other suggestions: 1) Add the -sv flag to the ntpdate flags: ntpdate_flags="-sv timex.cs.columbia.edu" That will give you some good ntpdate info in the messages log file. 2) Add the following to yout ntp.conf file: # enable logging logfile /var/log/ntp.log That will give you some info on the ntpd daemon.