Hi all, dns2 is my FreeBSD backup DNS box, and today I discovered that there may be a problem on my LAN with the time sync from the NTP server on the edge router, so I went to check and force sync each machine on the LAN and got this error on this particular one:
I've never seen this error and found little to no information about it on Google, so looking for the knowledgeable community's help.
Code:
zq@dns2:~ % sudo ntpq -pn
Password:
ntpq: write to localhost failed: Permission denied
use0@dns2:~ % ntpq 127.0.0.1
ntpq> pe
ntpq: write to 127.0.0.1 failed: Permission denied
ntpq> ^D
use0@dns2:~ % su -
Password:
root@dns2:~ # ntpq -pn
ntpq: write to localhost failed: Permission denied
I've never seen this error and found little to no information about it on Google, so looking for the knowledgeable community's help.