настройки: # cat /etc/ntpd.conf # $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $ # sample ntpd configuration file, see ntpd.conf(5) # Addresses to listen on (ntpd does not listen by default) listen on * #listen on 127.0.0.1 #listen on ::1 # sync to a single server #server ntp.example.org # use a random selection of 8 public stratum 2 servers # see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers servers pool.ntp.org server ntp.ru # control ntpd server на той же машине: # ntpdate 10.2.0.5 21 Feb 12:33:24 ntpdate[17622]: the NTP socket is in use, exiting (всё верно, всё работает). С соседней машины: # ntpdate 10.2.0.5 21 Feb 12:33:33 ntpdate[27419]: no server suitable for synchronization found
# rpm -q openntpd openntpd-3.9p1-alt5
Reassigned to current maintainer.
Кстати, оно заработало, само по себе через некоторое время... странно почему не сразу ?
(In reply to comment #3) > Кстати, оно заработало, само по себе через некоторое время... > > странно почему не сразу ? птому что: # service ntpd restart # ntpdate -d 127.0.0.1
Я ничего не понял из предлагаемого: # ntpdate -d 127.0.0.1 21 Feb 15:30:12 ntpdate[23294]: ntpdate 4.2.2p4@1.1585 Sun Nov 26 13:37:56 UTC 2006 (1) Looking for host 127.0.0.1 and service ntp host found : amd64.malta.altlinux.ru transmit(127.0.0.1) receive(127.0.0.1) transmit(127.0.0.1) receive(127.0.0.1) transmit(127.0.0.1) receive(127.0.0.1) transmit(127.0.0.1) receive(127.0.0.1) transmit(127.0.0.1) 127.0.0.1: Server dropped: strata too high server 127.0.0.1, port 123 stratum 16, precision -19, leap 11, trust 000 refid [127.0.0.1], delay 0.02568, dispersion 0.00000 transmitted 4, in filter 4 reference time: 00000000.00000000 Thu, Feb 7 2036 9:28:16.000 originate timestamp: c986b9d4.2d0397ff Wed, Feb 21 2007 15:30:12.175 transmit timestamp: c986b9d4.2cffda40 Wed, Feb 21 2007 15:30:12.175 filter delay: 0.02574 0.02568 0.02568 0.02568 0.00000 0.00000 0.00000 0.00000 filter offset: 0.000050 0.000026 0.000024 0.000023 0.000000 0.000000 0.000000 0.000000 delay 0.02568, dispersion 0.00000 offset 0.000026 21 Feb 15:30:12 ntpdate[23294]: no server suitable for synchronization found
(In reply to comment #5) > Я ничего не понял из предлагаемого: > 127.0.0.1: Server dropped: strata too high Какое слово перевести? ntp сервер должен поработать какое-то время после запуска, прежде чем с него можно будет обновляться. Это фича всех серверов.
Ссылки по теме: http://lists.freebsd.org/pipermail/freebsd-questions/2005-March/080474.html http://www.merit.edu/mail.archives/nanog/2005-12/msg00581.html
Raorn всё рассказал.
А какое время должен поработать? У меня уже минут 40 висит ntp сервер и всё что он пишет, так: 192.168.0.3: Server dropped: Leap not in sync Как это лечить ?
(In reply to comment #9) > А какое время должен поработать? По моим наблюдениям - час-полтора.
Ясно, спасибо.
Если он у тебя в контейнере OVZ, то см. #11175