From owner-freebsd-questions@FreeBSD.ORG Wed Nov 16 16:57:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C18316A426 for ; Wed, 16 Nov 2005 16:57:49 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DB643D45 for ; Wed, 16 Nov 2005 16:57:48 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1702918nzo for ; Wed, 16 Nov 2005 08:57:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F4SPcJQStxjlfXjuaLSuXuj8n81XAU9IwNoQUtlUz81FXnlwGUQ65qXtmLabV/maB4t9ElIcveoTrZsz+dQ8xbaCOqZ1OFXyIVwaJQnUXHjEiXdGHSKofMA7mm/XMlTS+jtSqLhVrWbuORIPj8yOFEJKREKGzw7ODf1CD5S4Df8= Received: by 10.36.3.15 with SMTP id 15mr6552271nzc; Wed, 16 Nov 2005 08:57:48 -0800 (PST) Received: by 10.37.20.33 with HTTP; Wed, 16 Nov 2005 08:57:48 -0800 (PST) Message-ID: Date: Wed, 16 Nov 2005 19:57:48 +0300 From: "Andrew P." To: dick hoogendijk In-Reply-To: <20051116162615.0a3b7707.dick@nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051115214101.fb30f4fa.dick@nagual.st> <20051116162615.0a3b7707.dick@nagual.st> Cc: Ivailo Tanusheff , fbsdq Subject: Re: ntpdate 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, 16 Nov 2005 16:57:49 -0000 On 11/16/05, dick hoogendijk wrote: > On Wed, 16 Nov 2005 17:15:24 +0200 > Ivailo Tanusheff wrote: > > > Why you need to do this? > > Your system is not fully operationl in the time you try to run > > ntpdate. Just edit your /etc/ntp.conf to connect to some time > > servers. Per example mine is: > > [cut very nice example] > > Thank you. I > You are probably right. I'll get rid of ntpdate in rc.conf. > I have two timeservers at the moment. I will look for some more in the > Netherlands. Yours are to far away ;-) Last time I checked ntpd docs there was no way to tell ntpd to set the time to correct at once at startup. Imagine that you've left your box off for a few days. Your clock might get inaccurate by quite a few seconds (about 2-5 minutes a month on some hardware). So ntp either converges for the whole eternity, or just fails to work. Ntpdate at startup solves this problem.