XNTPD and Operation not permitted
--------------------- XNTPD Begin ------------------------
**Unmatched Entries**
sendto(2a01:4f8:160:542e::2) (fd=20): Operation not permitted: 85 time(s)
---------------------- XNTPD End -------------------------
On my other dedicated servers, I never has this message in the logs. Only in my Linode VPS. I have setup ntp like this:
rm /etc/localtime
ln -s /usr/share/zoneinfo/Europe/Oslo /etc/localtime
/etc/init.d/ntpd stop
chkconfig ntpd on
ntpdate pool.ntp.org
/etc/init.d/ntpd start
Does anybody know what is wrong that give the XNTPD "Operation not permitted" message?