|
From: Bruce S. <bw...@ar...> - 2007-11-16 14:29:34
|
Some versions of NTP have a problem with IPV6 In /etc/sysconfig/config, try setting: START_IPV6_ROUTING=no - BS On Fri, 2007-11-16 at 10:10 +0100, Peter de Zoeten wrote: > Hello all, > > we are using ntp to sync the time on our firewalls, but since we upgraded from > 1.2.11 to 1.2.13 ntp doesn't function anymore. > I use the same config, but it just doesn't start, here some debug info: > > ~ # /usr/bin/ntpd -D10 -c /etc/ntp.conf > ntpd 4.2.4@1.1437-o Thu Mar 1 00:29:38 UTC 2007 (1) > addto_syslog: signal_no_reset: signal 13 had flags 4000000 > adding new filegen > adding new filegen > adding new filegen > adding new filegen > adding new filegen > adding new filegen > addto_syslog: set_process_priority: Leave priority alone: priority_done is <2> > addto_syslog: precision = 1.000 usec > create_sockets(123) > addto_syslog: ntp_io: estimated max descriptors: 1024, initial socket > boundary: 16 > setsockopt SO_TIMESTAMP enabled on fd 16 address 0.0.0.0 > bind() fd 16, family 2, port 123, addr 0.0.0.0, flags=0x89 > flags for fd 16: 0x802 > Searching for addr 0.0.0.0 in list of addresses - NOT FOUND > Added addr 0.0.0.0 to list of addresses > addto_syslog: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled > addto_syslog: bind() fd 17, family 10, port 123, scope 0, addr ::, > in6_is_addr_multicast=0 flags=129 fails: Address already in use > addto_syslog: unable to bind to wildcard socket address :: - another process > may be running - EXITING > > > ~ # netstat -apn | grep 123 > unix 2 [ ACC ] STREAM LISTENING 12396 2400/master > public/cleanup > unix 3 [ ] STREAM CONNECTED 262452 12341/imap-login > unix 3 [ ] STREAM CONNECTED 262447 12341/imap-login > unix 3 [ ] STREAM CONNECTED 262423 12333/pop3-login > unix 3 [ ] STREAM CONNECTED 262418 12333/pop3-login > unix 3 [ ] STREAM CONNECTED 12399 2400/master > unix 3 [ ] STREAM CONNECTED 12398 2400/master > unix 3 [ ] STREAM CONNECTED 12395 2400/master > unix 3 [ ] STREAM CONNECTED 12394 2400/master > unix 3 [ ] STREAM CONNECTED 12390 2400/master > unix 3 [ ] STREAM CONNECTED 12389 2400/master > unix 3 [ ] STREAM CONNECTED 12387 2400/master > unix 3 [ ] STREAM CONNECTED 12386 2400/master > > > ~ # more /etc/ntp.conf > restrict default ignore > restrict 127.0.0.1 > restrict 172.31.1.0 mask 255.255.255.0 > > server 193.79.237.14 > server 138.96.64.10 > server ntps1-1.cs.tu-berlin.de > server 192.36.143.150 > > driftfile /etc/ntp/drift > broadcastdelay 0.008 > > Nothing special i think, it complains another process is using port 123, but > nothing is running. > Anyboday have a clue? |