[CentOS] NTP problems

2008-11-15 Thread Anne Wilson
My server is supposed to be using ntp, with nothing changed from the defaults set up by CentOS5. However, daily I see log entries like Total synchronizations 2 (hosts: 2) **Unmatched Entries** sendto(193.6.222.20) (fd=21): Invalid argument: 1 time(s) sendto(141.89.226.2) (fd=21):

Re: [CentOS] NTP problems

2008-11-15 Thread Olaf Mueller
Anne Wilson wrote: Hello. **Unmatched Entries** sendto(193.6.222.20) (fd=21): Invalid argument: 1 time(s) sendto(141.89.226.2) (fd=21): Invalid argument: 1 time(s) Does this mean that ntp is failing? I assume so, and if so, how do I change the sources to something that will work?

Re: [CentOS] NTP problems

2008-11-15 Thread Anne Wilson
On Saturday 15 November 2008 10:41:14 Olaf Mueller wrote: Anne Wilson wrote: Hello. **Unmatched Entries** sendto(193.6.222.20) (fd=21): Invalid argument: 1 time(s) sendto(141.89.226.2) (fd=21): Invalid argument: 1 time(s) Does this mean that ntp is failing? I assume so, and

Re: [CentOS] NTP problems

2008-11-15 Thread Olaf Mueller
Anne Wilson wrote: On Saturday 15 November 2008 10:41:14 Olaf Mueller wrote: Anne Wilson wrote: No, the server is on a fixed IP, internally and externally. Ok, here is my config file, hope this helps. There was an option in the 'restrict default' line that I had to remove for working properly,

Re: [CentOS] NTP problems

2008-11-15 Thread Dirk H. Schulz
Anne, please check your /etc/ntp.conf for the server statement; CentOS original is server 0.rhel.pool.ntp.org server 1.rhel.pool.ntp.org server 2.rhel.pool.ntp.org These 2 server ips you listed do not belong to this pool (you can check via dns), and resolved backwardly their names do not

Re: [CentOS] NTP problems

2008-11-15 Thread Anne Wilson
On Saturday 15 November 2008 14:13:44 Olaf Mueller wrote: Anne Wilson wrote: On Saturday 15 November 2008 10:41:14 Olaf Mueller wrote: Anne Wilson wrote: No, the server is on a fixed IP, internally and externally. Ok, here is my config file, hope this helps. There was an option in the