- Have confirmed correct server is configured in
/etc/ntp.conf - It can ping that server.
It definitely has the ntp package
/home/admin# dpkg -s ntp Package: ntp Status: install ok installedBut the daemon is not running
/home/admin# ps wax | grep ntp 21959 pts/0 S+ 0:00 grep ntpStatus check
/home/admin# ntpstat Unable to talk to NTP daemon. Is it running?I get this when I try to restart it
/home/admin# systemctl start ntpd Failed to start ntpd.service: Unit ntpd.service failed to load: No such file or directory.
What should try next?