NTP: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 35: | Line 35: | ||
=FAQ= | =FAQ= | ||
==ntpd off by 10 minutes== | |||
try | |||
ntpdate -b | |||
===ntpdate[26875]: no servers can be used, exiting=== | |||
something is wrong :) | |||
==systemd ntp equivalent== | ==systemd ntp equivalent== | ||
timedatectl status | timedatectl status | ||
or | or | ||
systemctl status systemd-timesyncd.service | systemctl status systemd-timesyncd.service |
Revision as of 13:16, 19 August 2024
Network Time Protocol
Software
ntpd
ntpq
Query status:
ntpq -p
Jitter: variance in latency on the network Offset: time difference between the peers or between the server and client
Which one on which OS
Centos 8
Ubuntu 20
timedated and friends: https://ubuntu.com/server/docs/network-ntp
HOWTO
Check ntp server
ntpdate -q ntp.server.name
FAQ
ntpd off by 10 minutes
try
ntpdate -b
ntpdate[26875]: no servers can be used, exiting
something is wrong :)
systemd ntp equivalent
timedatectl status
or
systemctl status systemd-timesyncd.service