From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 18:07:42 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 3090616A50E for ; Wed, 28 Mar 2007 18:07:42 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id 0550F13C4C1 for ; Wed, 28 Mar 2007 18:07:41 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 22204 invoked from network); 28 Mar 2007 18:07:41 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Mar 2007 18:07:41 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9A79228467; Wed, 28 Mar 2007 14:07:40 -0400 (EDT) To: "Don O'Neil" References: <000901c7710d$03be86c0$0600020a@mickey> <20070328080324.GB76147@osiris.chen.org.nz> <00ba01c77153$f07badd0$0600020a@mickey> <460A9763.5000107@daleco.biz> <014d01c77160$b34633b0$0600020a@mickey> From: Lowell Gilbert Date: Wed, 28 Mar 2007 14:07:40 -0400 In-Reply-To: <014d01c77160$b34633b0$0600020a@mickey> (Don O'Neil's message of "Wed\, 28 Mar 2007 10\:44\:13 -0700") Message-ID: <44mz1xgs2b.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org 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: Wed, 28 Mar 2007 18:07:42 -0000 "Don O'Neil" writes: > Ok, Thanks to Paul who sent me the previous tzdata file I was able to > download the port and install it... However that didn't solve the problem! > > Here's my output from the make/make install: > > make install > ===> Installing for zoneinfo-2007.c > ===> Generating temporary packing list > ===> Checking if misc/zoneinfo already installed > /bin/mkdir -p /usr/share/zoneinfo > /bin/cp -R -p /home/don/zoneinfo/work/zoneinfo/ /usr/share/zoneinfo > install -o root -g wheel -m 444 /home/don/zoneinfo/work/zone.tab > /usr/share/zon einfo > Now run tzsetup(8) again to install the right file to /etc/localtime. > ===> Registering installation for zoneinfo-2007.c > > kermit# date > Wed Mar 28 09:37:23 PDT 2007 > > kermit# /usr/sbin/ntpdate -v -b 0.us.pool.ntp.org > 28 Mar 09:37:27 ntpdate[52308]: ntpdate 4.2.0-a Mon Aug 7 17:44:27 UTC 2006 > (1) > 28 Mar 09:37:29 ntpdate[52308]: step time server 204.186.233.118 offset > 3583.019 > > I ran tzsetup and then ran ntpdate. > > It was 10:37 when I ran ntpdate.... Not 9:37. > > This is strange... Any more ideas? You didn't update your ports tree before installing the port, I'll bet. That was an essential part of the advice that Kevin Kinsey gave you.