From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 30 14:38:47 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C609A16A41F for ; Tue, 30 Aug 2005 14:38:47 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6327143D46 for ; Tue, 30 Aug 2005 14:38:47 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j7UEb9Qx059848; Tue, 30 Aug 2005 08:37:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 30 Aug 2005 08:37:31 -0600 (MDT) Message-Id: <20050830.083731.122805682.imp@bsdimp.com> To: gurney_j@resnet.uoregon.edu From: "M. Warner Losh" In-Reply-To: <20050830065931.GD61824@funkthat.com> References: <20050829.170125.88345281.imp@bsdimp.com> <20050830065931.GD61824@funkthat.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.village.org [127.0.0.1]); Tue, 30 Aug 2005 08:37:09 -0600 (MDT) Cc: freebsd-hackers@freebsd.org, dmitry.mityugov@gmail.com Subject: Re: ntpd and cmos clock update X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 14:38:47 -0000 In message: <20050830065931.GD61824@funkthat.com> John-Mark Gurney writes: : Warner Losh wrote this message on Mon, Aug 29, 2005 at 17:01 -0600: : > In message: : > Dmitry Mityugov writes: : > : That's why I always thought that ntpd did not work in FreeBSD 5.x! : > : > ntpd works perfectly on FreebSD 5.x : : I think he refers to the fact that after a reboot, the time has to be : adjusted by n seconds, so obviously the time that FreeBSD thought it : was just before the reboot was just as far off... hence ntpd wasn't : working... When ntpd is running, ntpd sets the time. The TODR is just something that gets things kinda close for ntpd to actually do its work. Of course, since all my 5.x experience is done on machines that get the time from GPS and the local time doesn't matter at all, I might not have noticed something like that. Warner