From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 16:01:26 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 E5D6A16A4CF for ; Wed, 22 Sep 2004 16:01:26 +0000 (GMT) Received: from whitecortex.net (whitecortex.net [62.142.244.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8277343D5C for ; Wed, 22 Sep 2004 16:01:26 +0000 (GMT) (envelope-from mikko@whitecortex.net) Received: from localhost (localhost.net [127.0.0.1]) by whitecortex.net (Postfix) with ESMTP id 3260254A8; Wed, 22 Sep 2004 19:01:25 +0300 (EEST) Received: from whitecortex.net ([127.0.0.1]) by localhost (whitecortex.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19527-02; Wed, 22 Sep 2004 19:01:24 +0300 (EEST) Received: from whitecortex.net (whitecortex.net [10.0.0.1]) by whitecortex.net (Postfix) with ESMTP id AA7DE54A7; Wed, 22 Sep 2004 19:01:24 +0300 (EEST) Message-ID: <4151A1D4.50601@whitecortex.net> Date: Wed, 22 Sep 2004 19:01:24 +0300 From: Mikko Heiskanen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "alden.pierre" References: <415197F9.3080901@verizon.net> In-Reply-To: <415197F9.3080901@verizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at whitecortex.net cc: FreeBSD Questions list 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: Wed, 22 Sep 2004 16:01:27 -0000 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. > > Thank You > Alden Louis-Pierre > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" man ntpd and ntpdate show that these are two different things. Ntpdate makes clock sync in restart, xntpd keeps it that way. ntpdate, to my understanding, doesn't use the config file. Mikko