Time services: Difference between revisions
From DWIKI
m (→systemd) |
m (→systemd) |
||
Line 12: | Line 12: | ||
timedatectl status | timedatectl status | ||
man timesyncd.conf | |||
===FAQ=== | |||
====Address family not supported by protocol==== | |||
Try setting IPv4 address in /etc/systemd/timesyncd.conf | |||
===chrony=== | ===chrony=== | ||
Revision as of 15:55, 1 August 2024
Links
Linux implementations
ntpd
ntpdate
systemd
systemctl status systemd-timesyncd
timedatectl status
man timesyncd.conf
FAQ
Address family not supported by protocol
Try setting IPv4 address in /etc/systemd/timesyncd.conf
chrony
timesyncd
FAQ
ntpdate: no servers can be used
you need to pass a server
Force IPv4 only
In ntpd.service
ExecStart=/usr/bin/ntpd -4 -g -u ntp:ntp
Or remove the 2.* lines from /etc/systemd/timesyncd.conf