On 2007-04-11, Steve Kostecke <[EMAIL PROTECTED]> wrote: > On 2007-04-10, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> My /etc/ntp.conf file has one line: >> >> server 192.168.222.100 > > Your ntp.conf does not specify a drift file. This causes ntpd to perform > a 15 minute clock evaluation every time it starts up. > > Your ntp.conf should look like this: > > logfile /var/log/ntp/main.log > driftfile /var/lib/ntp/ntp.drift
Make that: logfile /var/log/ntp/main.log driftfile /var/lib/ntp/ntp.drift server 192.168.222.100 iburst -- Steve Kostecke <[EMAIL PROTECTED]> NTP Public Services Project - http://ntp.isc.org/ _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
