1
21.7 Legacy Series / Re: ntpdNetwork Time Daemon :error
« on: August 22, 2021, 10:57:46 pm »I'm assuming wildcard address port 123. So
# pgrep ntpd
yields a PID, but
# cat /var/run/ntpd.pid
is not the same?
Cheers,
Franco
This is correct and I am reporting the exact same behaviour since I am on the 21.7.1 as well and noticed that issue recently.
Code: [Select]
root@opn1:~ # pgrep ntpd
70102
root@opn1:~ # cat /var/run/ntpd.pid
64059
root@opn1:
I killed ntpd and removed the ntpd.pid file in /var/run folder which let the ntp service restart from the UI.
Is there any indication of what could have caused that issue?