NTP broken, can't find primary cause

luz5020

Cadet
Joined
Jul 11, 2022
Messages
2
Issue encountered after migrating latest CORE to latest SCALE
Using a Router as custom NTP Server
Alert: NTP Health Check Failed - No Peers
upon checking my ntp peers I can see that peer 1 (my router ip) is still in .INIT.

service ntp status return
TIME_ERROR 0x41: Clock Unsynchronized

ntpd -gq returns
Unable to bind to wildcard address :: - another process may be running -EXITING

I can't even search for a solution because I can't find the Issue, Google says ntpd is blocking a port from ntp but ntp and ntpd have the same PID. Any help on diagnosing the issue would be great
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Don't you mean ntpq instead of ntpd? You want to query the running NTP service, not start a competing NTP daemon. However, you should check your networking as well, since all the interface names changed with the Core->Scale migration. Make sure your interfaces have the correct IP and mask, you have the correct default router configured, and DNS servers configured.
 
Top