Добрый день,
Прошу помочь разобраться с проблемой синхронизации с ntp сервером. Гугл читал, ситуаций похожих на свою не нашел. Дано: 2 сервера на centos, ntp.conf идентичные за исключением наличия логирования на проблемном сервере:
driftfile /var/lib/ntp/drift
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict -6 ::1
server 10.144.18.133
server 10.191.0.65
server 10.144.18.165
server 10.144.6.1
includefile /etc/ntp/crypto/pw
logfile /var/log/ntpstats/ntp1.log
keys /etc/ntp/keys
На первом синхронизация проходит успешно, на втором -засада
‘ntpq -p’
remote | refid | st | t | when | poll | reach | delay | offset | jitter |
---|---|---|---|---|---|---|---|---|---|
10.144.18.133 | 0.0.0.0 | 1 | u | 48 | 64 | 1 | 1.145 | 10904.3 | 0.000 |
10.191.0.65 | 10.144.18.133 | 2 | u | 47 | 64 | 1 | 0.534 | 11015.3 | 0.000 |
10.144.18.165 | 0.0.0.0 | 1 | u | 46 | 64 | 1 | 1.623 | 11126.3 | 0.000 |
10.144.6.1 | 10.191.0.65 | 3 | u | 45 | 64 | 1 | 0.500 | 11237.5 | 0.000 |
В логи попадает всего 2 строки:
‘cat /var/log/ntpstats/ntp1.log’
11 Apr 21:21:25 ntpd[3901]: ntpd exiting on signal 15
11 Apr 21:22:21 ntpd[3928]: ntpd exiting on signal 15
В системных информации побольше:
Apr 11 22:32:42 ntpd[3956]: ntpd 4.2.4p8@1.1612-o Wed Aug 25 13:54:50 UTC 2010 (1)
Apr 11 22:32:42 ntpd[3958]: precision = 0.059 usec
Apr 11 22:32:42 ntpd[3958]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Apr 11 22:32:42 ntpd[3958]: Listening on interface #1 wildcard, ::#123 Disabled
Apr 11 22:32:42 ntpd[3958]: Listening on interface #2 eth0, fe80::20c:29ff:fe28:cca4#123 Enabled
Apr 11 22:32:42 ntpd[3958]: Listening on interface #3 lo, ::1#123 Enabled
Apr 11 22:32:42 ntpd[3958]: Listening on interface #4 eth1, fe80::20c:29ff:fe28:ccae#123 Enabled
Apr 11 22:32:42 ntpd[3958]: Listening on interface #5 lo, 127.0.0.1#123 Enabled
Apr 11 22:32:42 ntpd[3958]: Listening on interface #6 eth0, 10.144.6.33#123 Enabled
Apr 11 22:32:42 ntpd[3958]: Listening on interface #7 eth1, 217.118.72.58#123 Enabled
Apr 11 22:32:42 ntpd[3958]: Listening on routing socket on fd #24 for interface updates
Apr 11 22:32:42 ntpd[3958]: kernel time sync status 2040
Apr 11 22:32:42 ntpd[3958]: frequency initialized 123.949 PPM from /var/lib/ntp/drift
Спасибо!