From owner-freebsd-questions@FreeBSD.ORG Thu Mar 29 07:19:27 2007 Return-Path: X-Original-To: freebsd-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 1EF8016A400 for ; Thu, 29 Mar 2007 07:19:27 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id 094A413C455 for ; Thu, 29 Mar 2007 07:19:26 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from ip72-193-85-114.lv.lv.cox.net ([72.193.85.114] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.66) (envelope-from ) id 1HWnz9-0000fM-Mg; Wed, 28 Mar 2007 23:19:47 -0700 From: "Don O'Neil" To: "'Chuck Swiger'" References: <000901c7710d$03be86c0$0600020a@mickey> <20070328080439.GA96047@xor.obsecurity.org> <00b901c77153$bd55ce90$0600020a@mickey> <20070328174918.GA24245@xor.obsecurity.org> <20070328181245.D83E9B852@mail.totaldiver.net> <018d01c7716a$6db48e50$0600020a@mickey> Date: Thu, 29 Mar 2007 00:19:22 -0700 Message-ID: <000001c771d2$933c4560$0600020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcdxYy3zDuptvc23SnaU3+pNvKn9hQAbz7xA In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Cc: 'FreeBSD Mailing List' Subject: RE: Time changed back to old daylight savings 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, 29 Mar 2007 07:19:27 -0000 Ok... Well, I rebooted the server, and still it's an hour behind: kermit# /usr/sbin/ntpdate -v -b 0.us.pool.ntp.org 28 Mar 23:17:15 ntpdate[1429]: ntpdate 4.2.0-a Mon Aug 7 17:44:27 UTC 2006 (1) 28 Mar 23:17:17 ntpdate[1429]: step time server 199.103.21.233 offset 3580.00057 Any ideas now? If the CMOS clock is off, could this be affecting the operation? -----Original Message----- From: Chuck Swiger [mailto:cswiger@mac.com] Sent: Wednesday, March 28, 2007 12:02 PM To: Don O'Neil Cc: FreeBSD Mailing List Subject: Re: Time changed back to old daylight savings On Mar 28, 2007, at 11:53 AM, Don O'Neil wrote: > So it looks like my zone info files are correct... could the ntp pool > be off for some reason, or does ntpdate need to be updated? > > 28 Mar 10:53:51 ntpdate[90706]: ntpdate 4.2.0-a Mon Aug 7 17:44:27 > UTC 2006 > (1) Nope, the NTP protocol uses GMT (or UTC, if you prefer that name) exclusively. However, once you've updated the timezone files, you either need to restart all of the processes which have cached the old TZ file info, or simply reboot. You might find running "ntpdate -b" to reset your clock once before starting ntpd will help correctly sync if your local clock is one hour off (depends on whether your BIOS is trying to keep local time or GMT time)...see "man adjkerntz". -- -Chuck