Re: Why the command 'service ntpd stop' cause the time reversed?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



> On Feb 11, 2015, at 8:53 PM, David chen <c77_cn@xxxxxxx> wrote:
> 
> The script should be executed at 14:00, the first line of the fragment also should indicate that the command 'service ntpd stop' have executed successfully, but why the second line timestamp(13:59:59) is less than the first line's(14:00:01)?

Because at 14:00, ntpd was stopped, then ntpdate was run which caused the clock to jump back in time, and ntpd started, and logged that it starts with the new time.  Syslog doesn't know the clock has changed, it's just logging what it thinks the current time is.  This is why you use ntpd instead of ntpdate out of cron -- ntpd is *supposed* to gradually change the clock until the OS clock matches the upstream NTPd server times.

I think you might want to check your ntpd configuration, because clearly its not keeping your clock in time.  Either that, or it's set up to talk to different clocks than what you're telling ntpdate to use.

--
Jonathan Billings <billings@xxxxxxxxxx>


_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux