PS. Not sure if this have anything to do with it (the message mentions CPU
time, not the clock), but I'm running a ntp daemon, to synchronize time...
Highly likely it has a Lot to do with it :-) Maybe the master time
server had `date` run manually, or otherwise shifted, or came back
on net after an outage, & the systems noticed drifted time & corrected etc.
man ntpd
man ntp.conf
etc :-)
AFAIK, under normal circumstances ntpd should never reset the current
time the hard way. Ntpd slows down (slews) or increases (steps) the
speed of your clock, such that it will catch up or fall behind enough to
become in line with the ntp servers it is listening to (since resetting
the time the hard way is usually not a good idea; think makefiles,
cronjobs that could run twice, etc..). You could check out the -x flag
to nptd, to prevent setting the clock the hard way all together (since
network congestion and stuff like that might result in ntpd setting the
clock the hard way).
Re: Easy NTP Time Server question for the experts out there. ... >> I want to setup my server to automatically check the time on an NTP ... >> able to set the time from the command prompt with the ntpdate command. ... In some cases it may not be practical for ntpd to run continuously. ... to exit just after setting the clock for the first time. ... (alt.os.linux.suse)
Re: Time steping regardless of "-x" slew only option ... In ntpd the -x otion is still there, but has a slightly different interpretation. ... The xntpd and early ntpd used a different feedback loop for ordinary and slew modes. ... In this design a step forward is implemented directly, but a step backward up to one second causes the system clock to stop for one second or increment slowly during that second. ... I only have one time server,... (comp.protocols.time.ntp)
Re: NTP no internet connection ...ntpd synchronizes computer clocks to a common timebase over networks; ... and then let the clients all go to it to update their time. ... Choose the system with the most stable clock to be the master clock ...server 127.127.1.0 maxpoll 2 ... (comp.protocols.time.ntp)
Re: ntpd Not Converging ... I have a Dell server running Red Hat Enterprise Linux....real-time clock typically gains about 500ms. ... do not use those # systems as peers for synchronization.... I'd suggest starting ntpd with the -x option. ... (comp.protocols.time.ntp)
Re: [opensuse] 10.2 system clock too fast and NTP ... always running and always correcting ntpd.... /etc/ntp.conf but once you do that if your clock is close at boot time it will keep it in sync forever. ... I have the ntp daemon configured with a working server, and it produces no error logs. ... (SuSE)