Old way most of us are used to is not working with underlying operating systems that use systemd. After trying a lot of things with ntpd and ntpdate I found out that correct way to force sync the clock is:
timedatectl set-ntp true
Old way most of us are used to is not working with underlying operating systems that use systemd. After trying a lot of things with ntpd and ntpdate I found out that correct way to force sync the clock is:
timedatectl set-ntp true
This is actually not true (or perhaps no longer true). I believe the correct way to force sync the clock on a systemd-based system is:
# systemctl restart systemd-timesyncd
It was true at the time of the article writing, but ok I guess it has changed.