Ntp: Difference between revisions
(Created page with "Ubuntu messed about with several ways to do ntp clock sync. This finally worked: * make sure systemd-timesyncd is installed and active (it is by default) sudo systemctl stat...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
FallbackNTP=ntp.ubuntu.com # might as well fallback, tho | FallbackNTP=ntp.ubuntu.com # might as well fallback, tho | ||
RootDistanceMaxSec=55 # THIS SEEMS VERY IMPORTANT, the default of 5 was timing out | RootDistanceMaxSec=55 # THIS SEEMS VERY IMPORTANT, the default of 5 was timing out | ||
* This should say yes, haven't seemed to get this working yet... TBD... | |||
sudo timedatectl status | |||
--- | |||
System clock synchronized: no | |||
NTP service: active | |||
* So i fucking forced it for the moment, P I T A ... | |||
sudo date 12072037 |
Latest revision as of 14:24, 8 December 2020
Ubuntu messed about with several ways to do ntp clock sync. This finally worked:
- make sure systemd-timesyncd is installed and active (it is by default)
sudo systemctl status systemd-timesyncd.service
- update /etc/systemd/timesyncd.conf, fixing two things:
sudo emacs -nw /etc/systemd/timesyncd.conf --- [Time] NTP=time.google.com # google more reliable than ubuntu, perhaps FallbackNTP=ntp.ubuntu.com # might as well fallback, tho RootDistanceMaxSec=55 # THIS SEEMS VERY IMPORTANT, the default of 5 was timing out
- This should say yes, haven't seemed to get this working yet... TBD...
sudo timedatectl status --- System clock synchronized: no NTP service: active
- So i fucking forced it for the moment, P I T A ...
sudo date 12072037