Hi I wonder if anyone can help me. I have just installed NTP on our Linux (Fedora) server but I can't get ntp to update the system clock. This is the error log:
[EMAIL PROTECTED] ~]# ntpd -q -d -l /root/ntp.log addto_syslog: logging to file /root/ntp.log ntpd [EMAIL PROTECTED] Thu May 11 09:19:35 EDT 2006 (1) addto_syslog: logging to file /root/ntp.log addto_syslog: ntpd [EMAIL PROTECTED] Thu May 11 09:19:35 EDT 2006 (1) addto_syslog: precision = 3.000 usec create_sockets(123) bind() fd 3, family 2, port 123, addr 0.0.0.0, flags=8 addto_syslog: Listening on interface wildcard, 0.0.0.0#123 bind() fd 6, family 10, port 123, addr ::, flags=0 addto_syslog: Listening on interface wildcard, ::#123 bind() fd 7, family 2, port 123, addr 127.0.0.1, flags=0 addto_syslog: Listening on interface lo, 127.0.0.1#123 bind() fd 8, family 2, port 123, addr 192.168.33.179, flags=8 addto_syslog: Listening on interface eth0, 192.168.33.179#123 init_io: maxactivefd 8 local_clock: time 0 clock 0.000000 offset 0.000000 freq 0.000 state 0 key_expire: at 0 peer_clear: at 0 assoc ID 35532 refid INIT newpeer: 192.168.33.179->194.25.115.122 mode 3 vers 4 poll 6 10 flags 0x201 0x1 ttl 0 key 00000000 key_expire: at 0 peer_clear: at 0 assoc ID 35533 refid INIT newpeer: 192.168.33.179->193.2.10.101 mode 3 vers 4 poll 6 10 flags 0x201 0x1 ttl 0 key 00000000 resolving 2.europe.pool.net.org report_event: system event 'event_restart' (0x01) status 'sync_alarm, sync_unspec, 1 event, event_unspec' (0xc010) transmit: at 1 192.168.33.179->194.25.115.122 mode 3 auth_agekeys: at 1 keys 1 expired 0 timer: refresh ts 0 transmit: at 2 192.168.33.179->193.2.10.101 mode 3 transmit: at 3 192.168.33.179->194.25.115.122 mode 3 transmit: at 4 192.168.33.179->193.2.10.101 mode 3 transmit: at 5 192.168.33.179->194.25.115.122 mode 3 transmit: at 6 192.168.33.179->193.2.10.101 mode 3 transmit: at 7 192.168.33.179->194.25.115.122 mode 3 transmit: at 8 192.168.33.179->193.2.10.101 mode 3 transmit: at 9 192.168.33.179->194.25.115.122 mode 3 transmit: at 10 192.168.33.179->193.2.10.101 mode 3 transmit: at 11 192.168.33.179->194.25.115.122 mode 3 transmit: at 12 192.168.33.179->193.2.10.101 mode 3 transmit: at 13 192.168.33.179->194.25.115.122 mode 3 transmit: at 14 192.168.33.179->193.2.10.101 mode 3 transmit: at 15 192.168.33.179->194.25.115.122 mode 3 transmit: at 16 192.168.33.179->193.2.10.101 mode 3 addto_syslog: no reply; clock not set This is the /etc/ntp.conf: # Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. #restrict default kod nomodify notrap nopeer noquery restrict default ignore # Permit all access over the loopback interface. This could # be tightened as well, but to do so would effect some of # the administrative functions. #restrict 127.0.0.1 # -- CLIENT NETWORK ------- # restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # --- OUR TIMESERVERS ----- # Use public servers from the pool.ntp.org project. # Please consider joining the pool (http://www.pool.ntp.org/ join.html). #server 0.fedora.pool.ntp.org #server 1.fedora.pool.ntp.org #server 2.fedora.pool.ntp.org server 0.europe.pool.ntp.org server 1.europe.pool.ntp.org server 2.europe.pool.net.org # --- NTP MULTICASTCLIENT --- #multicastclient # listen on default 224.0.1.1 # restrict 224.0.1.1 mask 255.255.255.255 nomodify notrap # restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # Undisciplined Local Clock. This is a fake driver intended for backup # and when no outside source of synchronized time is available. #server 127.127.1.0 # local clock #fudge 127.127.1.0 stratum 10 # Drift file. Put this in a directory which the daemon can write to. # No symbolic links allowed, either, since the daemon updates the file # by creating a temporary in the same directory and then rename()'ing # it to the file. driftfile /var/lib/ntp/drift # Keys file. If you want to diddle your server at run time, make a # keys file (mode 600 for sure) and define the key number to be # used for making requests. keys /etc/ntp/keys I'm able to ping europe.pool.ntp.org without any problems, but I can't traceroute to that address. Thanks Toby _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
