Bonjour,
J'ai une question concernant la configuration du daemon "ntpd".
Dans les logs j'ai les messages suivants :
Apr 28 15:52:00 workstation ntpd[959]: synchronized to 88.191.121.203, stratum 2
Apr 28 15:54:11 workstation ntpd[959]: synchronized to 62.210.226.88, stratum 2
Apr 28 16:00:31 workstation ntpd[959]: synchronized to 213.251.172.92, stratum 2
Apr 28 16:02:45 workstation ntpd[959]: time reset +0.374070 s
Apr 28 16:03:15 workstation ntpd[959]: synchronized to 213.251.172.92, stratum 2
Apr 28 16:05:15 workstation ntpd[959]: synchronized to 62.210.226.88, stratum 2
Apr 28 16:05:52 workstation ntpd[959]: synchronized to 145.238.203.10, stratum 2
Apr 28 16:09:53 workstation ntpd[959]: synchronized to 62.210.226.88, stratum 2
Apr 28 16:13:51 workstation ntpd[959]: synchronized to 145.238.203.10, stratum 2
Apr 28 16:15:59 workstation ntpd[959]: synchronized to 88.191.121.203, stratum 2
Apr 28 16:21:19 workstation ntpd[959]: synchronized to 145.238.203.10, stratum 2
Apr 28 16:22:53 workstation ntpd[959]: time reset +0.302521 s
Est ce normal qu'il y ait des "time reset" ?
Sachant qu'a chaque fois que ça intervient, la colonne "reach" de la commande "ntpq -p" revient a 0 :
bernard@workstation:~# ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
+62.210.226.88 145.238.203.14 2 u 48 64 3 7.006 41.563 14.873
-213.251.172.92 213.251.128.249 2 u 52 64 3 6.387 23.627 6.116
*88.191.121.203 213.251.128.249 2 u 63 64 3 5.946 37.598 15.359
+145.238.203.10 145.238.203.14 2 u 65 64 3 7.860 36.406 14.969
Voici la configuration du fichier ntp.conf si besoin :
logfile /var/log/ntpstats/ntpdlog
statsdir /var/log/ntpstats/
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server core.fr.zeroloop.net iburst
server robert.elnounch.org iburst
server ntp.crifo.org iburst
server ntp.obspm.fr iburst
restrict default kod notrap nomodify nopeer noquery
restrict 127.0.0.1
restrict core.fr.zeroloop.net mask 255.255.255.255 nomodify notrap noquery
restrict robert.elnounch.org mask 255.255.255.255 nomodify notrap noquery
restrict ntp.crifo.org mask 255.255.255.255 nomodify notrap noquery
restrict ntp.obspm.fr mask 255.255.255.255 nomodify notrap noquery
driftfile /var/lib/ntp/ntp.drift
Merci par avance.