From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 17:44:19 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 368A516A405 for ; Wed, 28 Mar 2007 17:44:19 +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 22C6013C45B for ; Wed, 28 Mar 2007 17:44:19 +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 1HWbGH-000EXK-Uk for freebsd-questions@freebsd.org; Wed, 28 Mar 2007 09:44:38 -0700 From: "Don O'Neil" To: References: <000901c7710d$03be86c0$0600020a@mickey> <20070328080324.GB76147@osiris.chen.org.nz><00ba01c77153$f07badd0$0600020a@mickey> <460A9763.5000107@daleco.biz> Date: Wed, 28 Mar 2007 10:44:13 -0700 Message-ID: <014d01c77160$b34633b0$0600020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: AcdxTfkplj9l/ZCWRKm7KnY0vOFm7QAEgLpg In-Reply-To: <460A9763.5000107@daleco.biz> 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 17:44:19 -0000 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?