I have a problem with the time displayed on my server. I displayed the seconds on the time applets but they don't get updated every seconds.
Code:
# date
Wed May 13 16:46:41 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
# date
Wed May 13 16:46:42 CEST 2009
When i restart ntpd, i get the messages:
Code:
May 13 16:46:34 localhost ntpd[5875]: ntpd 4.2.4p6@1.1549-o Mon Jan 12 14:07:28 UTC 2009 (1)
May 13 16:46:34 localhost ntpd[5876]: precision = 1000.061 usec
May 13 16:46:34 localhost ntpd[5876]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
May 13 16:46:34 localhost ntpd[5876]: Listening on interface #1 wildcard, ::#123 Disabled
May 13 16:46:34 localhost ntpd[5876]: Listening on interface #2 eth0, fe80::206:5bff:fefc:bd96#123 Enabled
May 13 16:46:34 localhost ntpd[5876]: Listening on interface #3 lo, ::1#123 Enabled
May 13 16:46:34 localhost ntpd[5876]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
May 13 16:46:34 localhost ntpd[5876]: Listening on interface #5 eth0, 10.0.21.17#123 Enabled
May 13 16:46:34 localhost ntpd[5876]: Listening on routing socket on fd #22 for interface updates
May 13 16:46:34 localhost ntpd[5876]: kernel time sync status 0040
May 13 16:46:34 localhost ntpd[5876]: frequency initialized 61.809 PPM from /var/lib/ntp/drift
May 13 16:46:34 localhost ntpd[5876]: Warning: the "dynamic" keyword has been obsoleted and will be removed in the next release
May 13 16:46:34 localhost ntpd[5876]: Warning: the "dynamic" keyword has been obsoleted and will be removed in the next release
May 13 16:46:34 localhost ntpd[5876]: Warning: the "dynamic" keyword has been obsoleted and will be removed in the next release
What can cause the time to slow down like that?
BB