This shows you the differences between two versions of the page.
linux:linux_systemd_chrony [2021/01/01 21:25] 127.0.0.1 external edit |
linux:linux_systemd_chrony [2021/02/12 10:54] (current) manu |
||
---|---|---|---|
Line 105: | Line 105: | ||
Update interval : 518.4 seconds | Update interval : 518.4 seconds | ||
Leap status : Normal | Leap status : Normal | ||
+ | </cli> | ||
+ | |||
+ | Check a particular NTP server (like **ntpdate** command) | ||
+ | <cli prompt='#'> | ||
+ | [root@fedora22 ~]# systemctl stop chronyd | ||
+ | [root@fedora22 ~]# chronyd -q 'server 10.10.10.1 iburst' | ||
+ | 2021-02-12T09:36:28Z chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) | ||
+ | 2021-02-12T09:36:28Z Initial frequency -84.650 ppm | ||
+ | 2021-02-12T09:36:33Z System clock wrong by 0.003007 seconds (step) | ||
+ | 2021-02-12T09:36:33Z chronyd exiting | ||
+ | [root@fedora22 ~]# systemctl start chronyd | ||
</cli> | </cli> |