On 2010-09-12 at 22:14:37, Kurt Roeckx wrote: > There are a few cases that might cause you problems. The most > likely is a config error. Please check that you have the > following 2 lines in your config file: > restrict 127.0.0.1 > restrict ::1 > > You most likely have a "restrict 127.0.0.1 nomodify"
This is what I've got in my /etc/ntp.conf: $ grep restrict /etc/ntp.conf # Note that "restrict" applies to both servers and clients, so a configuration restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery restrict 127.0.0.1 restrict ::1 #restrict 192.168.123.0 mask 255.255.255.0 notrust This is the error message I see in my logs: ntpdate[1547]: name server cannot be used, reason: Temporary failure in name resolution ntpd[1595]: signal_no_reset: signal 17 had flags 4000000 Cheers, Francois -- Francois Marier identi.ca/fmarier http://feeding.cloud.geek.nz twitter.com/fmarier -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

