From owner-freebsd-questions@FreeBSD.ORG Tue Nov 21 20:53:31 2006 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 BC4A216A416 for ; Tue, 21 Nov 2006 20:53:31 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EBAF43D6A for ; Tue, 21 Nov 2006 20:52:56 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id kALKrHuF032337; Tue, 21 Nov 2006 14:53:18 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <45636738.2030307@daleco.biz> Date: Tue, 21 Nov 2006 14:53:12 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060925 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Neil Short References: <39854.56921.qm@web56511.mail.re3.yahoo.com> In-Reply-To: <39854.56921.qm@web56511.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD date drifts significantly 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: Tue, 21 Nov 2006 20:53:31 -0000 Neil Short wrote: > my FreeBSD date drifts out of sync with the system > date. > > When I set it, it is absolutely correct and matches > the system (CMOS) date. I then reboot and - shezam! > it's jumped 12 hours forward. Reboot again - another > 12 hour jump ... until the FreeBSD date is about 2 and > a half days beyond today's date - and the CMOS date. > > When I set up the system I said that the system clock > is NOT set to UTC - but just to be sure, I went back > into sysinstall and re-set the time zone the same way > (MST - Arizona). > > I suspect this has something to do with maybe the > server that is synchronizing my time; but I don't > recall how to synchronize my time with an up-stream > server. Can't find documentation on it either. > > Any pointers? Hi, Neil! Could you tell us something about the system's hardware, your FreeBSD version, and in particular, the output of `sysctl -a | grep timecounter` run as root? IIRC, some (older) processors had troubles similar to what you seem to be describing, when used with certain values of "kern.timecounter.hardware". You might experiment with setting "kern.timecounter.hardware" equal to each of the other values given in "kern.timecounter.choice" and seeing if the problem rectifies itself (or, possibly, becomes worse). YMMV, of course ;-) HTH, Kevin Kinsey