From owner-freebsd-questions@FreeBSD.ORG Sat Mar 13 19:52:42 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFB741065675 for ; Sat, 13 Mar 2010 19:52:42 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id E2C0B8FC39 for ; Sat, 13 Mar 2010 19:52:41 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id EA4E7E0442; Sun, 14 Mar 2010 08:52:37 +1300 (NZDT) Date: Sun, 14 Mar 2010 08:52:37 +1300 From: Jonathan Chen To: Programmer In Training Message-ID: <20100313195237.GB59182@osiris.chen.org.nz> References: <3f1c29e71003120257h23ecc310w730bbc6396b27a37@mail.gmail.com> <795fc2b81003120622o2162463dv6697e26a86188cbe@mail.gmail.com> <20100312145405.742da070@gumby.homeunix.com> <3f1c29e71003120706q692fbc1cgebd2463dcf95b35d@mail.gmail.com> <20100312152732.377a92a2@gumby.homeunix.com> <86r5npun1e.fsf@blue.stonehenge.com> <3f1c29e71003130647x8e78411w82fcdde6f1f78479@mail.gmail.com> <4B9BD37E.1060801@infracaninophile.co.uk> <20100313190838.2197cdc8@gumby.homeunix.com> <4B9BE55A.1000909@joseph-a-nagy-jr.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B9BE55A.1000909@joseph-a-nagy-jr.us> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: ntpdate problem 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: Sat, 13 Mar 2010 19:52:43 -0000 On Sat, Mar 13, 2010 at 01:19:54PM -0600, Programmer In Training wrote: > On 03/13/10 13:08, RW wrote: > > > ntpd_sync_on_start="YES" > > > you can run ntpdate at boot with > > > > ntpdate_enable=YES > > > > the rc script gets the servers from ntp.conf > > Can you have both in rc.conf without abusing the ntp server(s) or should > it just be one or the other? I'd like my clock to be as accurate as > possible when I start up the system. Yes. I have both enabled on my multi-boot laptop to account to huge jumps in time when coming back from Windows. -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}