vwvr6vw wrote: > I think to perform a jump NTP calls the unix routine adjtime() saying > "adjust by 500ms". AIX itself, under the covers, does not apply this > all at once, but rather applies it at a 100ms/second rate. That is > why NTP continues to report that a big offset still exists, over the > next few seconds. >
So it's not actually doing a step, then, and "-x" is doing what it's supposed to. What would otherwise be a step is carried out as an adjtime() rather than as a settimeofday() (or equivalent), despite the misleading message in the log. The question remains, though, of why it needed a 1/2 second correction in the first place. I think I'd look at your server for that answer. -Tom _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
