Hi,
I set up OpenNTPD with the following config:
	
	
	
		
I can start OpenNTPD but I get error messages in /var/log/messages:
	
	
	
		
When I run ntpd I get the following output:
	
	
	
		
I disabled the firewall but it doesn't help. Any idea what could be wrong? I am running FreeBSD 10.1.
Thanks.
				
			I set up OpenNTPD with the following config:
		Code:
	
	listen on 127.0.0.1
server 0.de.pool.ntp.org
server 1.de.pool.ntp.org
server 2.de.pool.ntp.org
server 3.de.pool.ntp.org
	I can start OpenNTPD but I get error messages in /var/log/messages:
		Code:
	
	Jan 17 20:16:56 btx03 ntpd[4527]: dispatch_imsg in main: pipe closed
Jan 17 20:16:56 ABC ntpd[4548]: sendto: Operation not permitted
Jan 17 20:17:56 ABC ntpd[4548]: sendto: Operation not permitted
Jan 17 20:19:55 ABC last message repeated 2 times
Jan 17 20:22:56 ABC last message repeated 3 times
Jan 17 20:23:10 ABC ntpd[4549]: dispatch_imsg in main: pipe closed
	When I run ntpd I get the following output:
		Code:
	
	listening on 127.0.0.1 
ntp engine ready
sendto: Operation not permitted
	I disabled the firewall but it doesn't help. Any idea what could be wrong? I am running FreeBSD 10.1.
Thanks.