From owner-freebsd-questions Fri Apr 12 8:29:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id A41F537B400 for ; Fri, 12 Apr 2002 08:29:12 -0700 (PDT) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.11.6/8.11.6) with ESMTP id g3CFSsR69142; Fri, 12 Apr 2002 11:28:54 -0400 (EDT) (envelope-from doug@safeport.com) Date: Fri, 12 Apr 2002 11:28:54 -0400 (EDT) From: To: Annelise Anderson Cc: wes chow , Peter Leftwich , FreeBSD Questions Subject: Re: grr, stupid springforwardfallback (timed) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quite correct. But is there any reason ntpd will not start after ntpdate has run? This would seem to be the case from rc.network. : : network_pass2() { echo -n 'Doing additional network setup:' case ${named_enable} in [Yy][Ee][Ss]) echo -n ' named'; ${named_program:-named} ${named_flags} ;; esac case ${ntpdate_enable} in [Yy][Ee][Ss]) echo -n ' ntpdate' ${ntpdate_program:-ntpdate} ${ntpdate_flags} >/dev/null 2>&1 ;; esac case ${xntpd_enable} in [Yy][Ee][Ss]) echo -n ' ntpd'; ${xntpd_program:-ntpd} ${xntpd_flags} ;; esac : : On Fri, 12 Apr 2002, Annelise Anderson wrote: > On Fri, 12 Apr 2002, doug wrote: > > > That is not exactly true. ntpd will eventually sync up a clock but it has > > a maximum offset that it will apply. So it you are off by a day or two it > > will be quite a while before the time will be correct. As said before > > ntpdate will do this all at once. > > > > On my laptop I use both: > > > > : > > # Time Synchronization > > ntpdate_flags="pemaquid.safeport.com" > > ntpdate_enable="YES" > > xntpd_enable="YES" > > : > > > > It seems to work okay. All you ever wanted to know about Time > > Synchronization Servers: http://www.eecis.udel.edu/~ntp/ > > ntpdate on boot may correct the clock; it won't run if ntpd is > running. > > Annelise _____ Douglas Denault doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message