Hi,
I just installed and configured openntpd and the daemon is complaining:
Note that my system time has been updated correctly for Summer time and I did not configure openntpd to listen to port 123. My /usr/local/etc/ntpd.conf file looks like this:
Is there a permission I need to set or changes I need to make to my config file?
Thanks!
I just installed and configured openntpd and the daemon is complaining:
Code:
ntpd[1040]: sendto permission denied
Note that my system time has been updated correctly for Summer time and I did not configure openntpd to listen to port 123. My /usr/local/etc/ntpd.conf file looks like this:
Code:
# sample ntpd configuration file, see ntpd.conf(5)
# Addresses to listen on (ntpd does not listen by default)
#listen on *
# sync to a single server
#server ntp.example.org
# use a random selection of NTP Pool Time Servers
# see http://support.ntp.org/bin/view/Servers/NTPPoolServers
#servers pool.ntp.org
server 0.ca.pool.ntp.org
server 1.ca.pool.ntp.org
server 2.ca.pool.ntp.org
server 3.ca.pool.ntp.org
Is there a permission I need to set or changes I need to make to my config file?
Thanks!