From owner-freebsd-stable@FreeBSD.ORG Thu Dec 30 20:34:43 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88FE16A4CF for ; Thu, 30 Dec 2004 20:34:43 +0000 (GMT) Received: from zeus.del.ufrj.br (zeus.del.ufrj.br [146.164.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA80543D2F for ; Thu, 30 Dec 2004 20:34:42 +0000 (GMT) (envelope-from fico@del.ufrj.br) Received: from [127.0.0.1] (zeus.del.ufrj.br [146.164.70.190]) by zeus.del.ufrj.br (8.12.9p1/8.12.9) with ESMTP id iBUKYXOW020369; Thu, 30 Dec 2004 18:34:39 -0200 (BRST) Message-ID: <41D46659.7010808@del.ufrj.br> Date: Thu, 30 Dec 2004 21:34:33 +0100 From: Federico Galvez-Durand Besnard User-Agent: Mozilla Thunderbird 1.0 (X11/20041209) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <41D43A7A.2000500@bluewin.ch> <20041230110953.T17743@atlantis.flyingjoke.org> <20041230193244.GB2987@odin.ac.hmc.edu> <20041230193704.GS64741@mta-a.kjsl.com> <20041230201318.GE2987@odin.ac.hmc.edu> In-Reply-To: <20041230201318.GE2987@odin.ac.hmc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: clock running fast X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 20:34:43 -0000 Brooks Davis wrote: >On Thu, Dec 30, 2004 at 11:37:04AM -0800, Javier Henderson wrote: > > >>>>/usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid \ >>>>- -f /var/db/ntpd.drift >>>> >>>> >>>It's generally recommended that you never trust your own clock since >>>it's completely crap as time sources go. It's also recommended that you >>>use at least 5 time sources to avoid problems with bad clocks. >>> >>> >>But isn't that what the drift file is for, to improve the accuracy of >>the local clock during those times when the configured NTP servers aren't >>available? >> >> > >Yes, but it can only do so much. The clock crystals in your average PC >are OK as clocks, but much better as thermometers so the drift >calculations are only approximate. > >-- Brooks > > > Yeap, but only if your NTPD is running fine and stable, otherwise drift-file can be very messy. Check your dmesg for NTPD log before you trust drift-files.