Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2002 11:28:54 -0400 (EDT)
From:      <doug@safeport.com>
To:        Annelise Anderson <andrsn@andrsn.stanford.edu>
Cc:        wes chow <wes@woahnelly.net>, Peter Leftwich <Hostmaster@Video2Video.Com>, FreeBSD Questions <FreeBSD-Questions@FreeBSD.ORG>
Subject:   Re: grr, stupid springforwardfallback (timed)
Message-ID:  <Pine.BSF.4.21.0204121126150.66738-100000@pemaquid.safeport.com>
In-Reply-To: <Pine.BSF.4.10.10204120107000.85434-100000@andrsn.stanford.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0204121126150.66738-100000>