Hello everyone, I’ve seem a couple of posts here about NTP time sync but I it’s not clear that fly.io VMs sync time by default using a NTP server.
I have an Alpine Linux machine and installed a NTP client using:
apk add chrony
Then I tried to check if the machine is using a NTP server executing:
chronyc tracking
But I just get “506 Cannot talk to daemon” error.
Trying ntpq doesn’t work either:
ntpq -p
***Socket error; probably ntpd is not running