Hi,
I am not able to bind ntpd service to unix socket or loopback interface via rc.conf
this error is generated
running the ntpd with no flags works as expected but the socket is exposed outside, netstat -an | grep 123
Thanks
I am not able to bind ntpd service to unix socket or loopback interface via rc.conf
Code:
ntpd_enable="YES"
ntpd_flags="-p /var/run/ntpd.sock"
this error is generated
Code:
Starting ntpd.
ntpd error: only one pidfile option allowed
ntpd - NTP daemon program - Ver. 4.2.8p17
Usage: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
[ <server1> ... <serverN> ]
Try 'ntpd --help' for more information.
/etc/rc.d/ntpd: WARNING: failed to start ntpd
running the ntpd with no flags works as expected but the socket is exposed outside, netstat -an | grep 123
Code:
udp4 0 0 *.123 *.*
udp6 0 0 *.123 *.*
Thanks
Last edited by a moderator: