From owner-freebsd-questions@FreeBSD.ORG Thu Nov 30 19:28:46 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F47C16A586 for ; Thu, 30 Nov 2006 19:28:46 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A1D43CB3 for ; Thu, 30 Nov 2006 19:28:32 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout01/MantshX 4.0) with ESMTP id kAUJSfrJ022506; Thu, 30 Nov 2006 11:28:42 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kAUJSdZH009794; Thu, 30 Nov 2006 11:28:40 -0800 (PST) In-Reply-To: <20061130191611.25722.qmail@web90606.mail.mud.yahoo.com> References: <20061130191611.25722.qmail@web90606.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6A9D9325-7320-4A39-A860-51C3068ED594@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 30 Nov 2006 11:28:39 -0800 To: Kris Anderson X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: questions@freebsd.org Subject: Re: NTPD not keeping time 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: Thu, 30 Nov 2006 19:28:46 -0000 On Nov 30, 2006, at 11:16 AM, Kris Anderson wrote: > I first ran ntpdate from /etc/rc.d/ntpdate and that > set the date and time. Good. That should have gotten your clock reasonably sync'ed. > Then I ran /etc/rc.d/ntpd and that started up fine. > > The followind day I find that the system still thinks > it is the previous day and such. > > I thought the purpose of ntp was to keep the time > correct, why would it be off? NTPd does a good job of keeping the clock synced if properly configured, so there is likely to be something wrong with your specific circumstances. What does "ntpq -p" show? -- -Chuck