From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 22:20:43 2006 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 0ABAA16A4DD for ; Thu, 13 Jul 2006 22:20:43 +0000 (UTC) (envelope-from mj001@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E1EC43D45 for ; Thu, 13 Jul 2006 22:20:42 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 85702 invoked from network); 13 Jul 2006 22:20:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=vjmIboxYQ8ptM27jQQGomdx2s3OfZmt6sANjD+XjKaN7P8vKVoG5PQHAZxoLztZ7lKryABQHxr5dm8VHwXXhtTm9f8GrZNsVcr+2CgAM1VpBZt8cuC3FP90AReSxSujeeJyaOrtZU3H+XNQJ4BXyN1wnQzGu7nrqh4oqoD454zw= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@24.43.50.5 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 13 Jul 2006 22:20:41 -0000 From: Mike Jeays To: Chris Hill In-Reply-To: <20060713172641.Q43814@tripel.monochrome.org> References: <3A85D7EF44E1C744BF6434691F5659E997548B@www.fcimail.org> <20060713172641.Q43814@tripel.monochrome.org> Content-Type: text/plain Date: Thu, 13 Jul 2006 18:20:40 -0400 Message-Id: <1152829240.809.110.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Jean-Paul Natola , Andy Greenwood , "Peter A. Giessel" , freebsd-questions@freebsd.org Subject: RE: TIME loss 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: Thu, 13 Jul 2006 22:20:43 -0000 On Thu, 2006-07-13 at 17:35 -0400, Chris Hill wrote: > On Thu, 13 Jul 2006, Jean-Paul Natola wrote: > > > But as I mentioned earlier > > > > ntpd is running , when I do top > > ...? > > Anyway, make sure your drift file exists and is writeable. Mine looks > like this: > > $ ls -l /var/db/ntpd.drift > -rw-r--r-- 1 root wheel 6 Jul 13 17:01 /var/db/ntpd.drift > > If it's not there, just > # touch /var/db/ntpd.drift > ...and verify permissions. ntpd should be able to take over from there. > > > > Another thing: (assuming you don't want to use ntpdate) ntpd may not > sync to the time server if the local clock is "very" different from the > server's clock. To sync the clock on boot, you can add > > ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high > > ...to /etc/rc.conf. > > > > HTH. > > -- > Chris Hill chris@monochrome.org > ** [ Busy Expunging <|> ] > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Wouldn't 'ntpd_sync_on_start="YES"' work better? Or is it a very non-intuitive parameter? Refer to http://www.qnd-guides.org/qnd-ntpd.html