Setup your time syncronisation to use 0.ubuntu.pool.ntp.org, 1.ubuntu.pool.ntp.org, etc. That way you'll always get a good time.
In NTP that's /etc/ntpsec/ntp.conf
With timedatectl that's in /etc/systemd/timesyncd.conf
In NTP that's /etc/ntpsec/ntp.conf
Code:
server 0.ubuntu.pool.ntp.org burst iburst maxpoll 11server 1.ubuntu.pool.ntp.org burst iburst maxpoll 11server 2.ubuntu.pool.ntp.org burst iburst maxpoll 11server 3.ubuntu.pool.ntp.org burst iburst maxpoll 11
With timedatectl that's in /etc/systemd/timesyncd.conf
Code:
NTP=0.ubuntu.pool.ntp.org 1.ubuntu.pool.ntp.org 2.ubuntu.pool.ntp.org 3.ubuntu.pool.ntp.org
Statistics: Posted by DougieLawson — Wed Jun 26, 2024 2:07 pm