Created
November 7, 2017 01:09
-
-
Save rlaager/60fa986ca7b7b753a6ebdfbcf65c0fe5 to your computer and use it in GitHub Desktop.
ntpdig destroys clock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# systemctl stop ntp ; date ; ntpdig -S -j -t 1 69.89.207.199 ; date | |
Mon Nov 6 19:08:04 CST 2017 | |
{"time":"2017-11-06T19:08:04.789112+0500","offset":0.018044,"precision":0.000507,"host":"69.89.207.199",ip:"69.89.207.199","stratum":2,"leap":"no-leap","adjusted":true} | |
CLOCK: time stepped by 77497897.000000 | |
Tue Apr 21 19:19:41 CDT 2020 | |
# ntpdig -s -j -t 1 69.89.207.199 | |
{"time":"2017-11-06T19:09:05.150707+0500","offset":0.000038,"precision":0.000524,"host":"69.89.207.199",ip:"69.89.207.199","stratum":2,"leap":"no-leap","adjusted":false} | |
CLOCK: adj_systime: Invalid argument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment