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 difference) 
 | 
Revision as of 14:21, 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