Under FreeBSD 14.1, I have openntpd installed and in my rc.conf;
ntpd_enable="NO"
openntpd_enable="YES"
openntpd_flags="-s"
However I see in my dmesg outputs;
Sep 7 09:40:52 mybsdb0x ntpd[58854]: -s option no longer works and will be removed soon.
Please reconfigure to use constraints or trusted servers.
That's a new message I guess did not see it before.
So it seems I should remove the -s switch, how to keep my server's time synched all the time, during boot and afterwards with openntpd?
Regards.
ntpd_enable="NO"
openntpd_enable="YES"
openntpd_flags="-s"
However I see in my dmesg outputs;
Sep 7 09:40:52 mybsdb0x ntpd[58854]: -s option no longer works and will be removed soon.
Please reconfigure to use constraints or trusted servers.
That's a new message I guess did not see it before.
So it seems I should remove the -s switch, how to keep my server's time synched all the time, during boot and afterwards with openntpd?
Regards.