Hi,
I have a redhat 7.2, ntp-4.1.0-4.
I have a single host I try to synchronise with external servers. I took the
servers from my country (france) in the list of public servers. I put them in
my /etc/ntp.conf:

#begin /etc/ntp.conf
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10

server ntp.univ-lyon1.fr
server ntp.via.ecp.fr
server ntp.tuxfamily.net
server ntp.obspm.fr

driftfile /etc/ntp/drift
#multicastclient                        # listen on default 224.0.1.1
broadcastdelay  0.008

#logconfig =syncall +clockall
logconfig all
authenticate no

#end of ntp.conf

After starting, it seems that I can only synchronize with the local clock, here
is the ntpq output of peer and associations:

[root@zeus root]# ntpq
ntpq> pe
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 LOCAL(0)        LOCAL(0)        10 l   17   64    7    0.000    0.000   0.008
 dns.univ-lyon1. 0.0.0.0         16 u    -   64    0    0.000    0.000 4000.00
 lptfpc46.obspm. 0.0.0.0         16 u    -   64    0    0.000    0.000 4000.00
 zen.via.ecp.fr  0.0.0.0         16 u    -   64    0    0.000    0.000 4000.00
 sherkan.tuxfami 0.0.0.0         16 u    -   64    0    0.000    0.000 4000.00
ntpq> ass
ind assID status  conf reach auth condition  last_event cnt
===========================================================
  1  8812  9014   yes   yes  none    reject   reachable  1
  2  8813  8000   yes   yes  none    reject
  3  8814  8000   yes   yes  none    reject
  4  8815  8000   yes   yes  none    reject
  5  8816  8000   yes   yes  none    reject
ntpq>

Here is my /etc/sysconfig/clock:
ZONE="Europe/Paris"
UTC=true
ARC=false

and the date is quite good allready.
mar mar  5 16:19:02 CET 2002

Note: I run timed, but with the options such that it is a master:
[root@zeus sysconfig]# ps -awx | grep timed
3028 ?        S      0:00 timed -t -M -F localhost

Any help apreciated.

Pat



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to