Skip to content

Instantly share code, notes, and snippets.

@rlaager
Created November 7, 2017 01:09
Show Gist options
  • Save rlaager/60fa986ca7b7b753a6ebdfbcf65c0fe5 to your computer and use it in GitHub Desktop.
Save rlaager/60fa986ca7b7b753a6ebdfbcf65c0fe5 to your computer and use it in GitHub Desktop.
ntpdig destroys clock
# 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