From owner-freebsd-questions Fri Sep 20 11:34:17 2002 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 635C737B401 for ; Fri, 20 Sep 2002 11:34:15 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D6B43E6A for ; Fri, 20 Sep 2002 11:34:14 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id MUA74016; Fri, 20 Sep 2002 11:34:14 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 082FC5D04; Fri, 20 Sep 2002 11:34:12 -0700 (PDT) To: Steven Goodwin Cc: Len Conrad , freebsd-questions@FreeBSD.ORG Subject: Re: time off by 30 minutes In-reply-to: Your message of "Fri, 20 Sep 2002 23:50:56 +1000." Date: Fri, 20 Sep 2002 11:34:12 -0700 From: "Kevin Oberman" Message-Id: <20020920183412.082FC5D04@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Fri, 20 Sep 2002 23:50:56 +1000 (EST) > From: Steven Goodwin > Sender: owner-freebsd-questions@FreeBSD.ORG > > On Fri, 20 Sep 2002, Len Conrad wrote: > > > > > > > > >Check your /etc/localtime is correct for your timezone. > > > > > >ln -s /usr/share/zoneinfo/America/xxxx localtime > > > > > >where xxxx is the correct location. > > > > rm /etc/localtime > > > > from /usr/share/zoneinfo/zone.tab: > > > > US +415100-0873900 America/Chicago Central Time > > US +450628-0873651 America/Menominee Central Time - Michigan - > > Wisconsin border > > US +470659-1011757 America/North_Dakota/Center Central Time - > > North Dakota - Oliver County > > > > I've tried rm old + ln new with all three of above, still 30 minutes late. > > > > Where else is this determined? > > I think the problem could be the -d (debug) option to ntpdate. Try > > ntpdate time.nist.gov > > as root and that should set your system clock to GMT. I think that the one you want is: ntpdate -b That will force the system clock to reset even if it is off by more than the maximum allowed step. It is normally used at boot time when you want the time to be set correctly immediately since the existing state of the clock is unknown. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message