Привет всем
Не хотелось создавать новый топик на избитую тему:
Есть FreeBSD 6.4-RELEASE с установленным на ней ntp-4.2.6p2
Конфиг файл вроде стандартный
ntp.conf
Код: Выделить всё
#### Time Servers #################################################
server 1.europe.pool.ntp.org
server 0.europe.pool.ntp.org
server ntp0.mao.kiev.ua
server time.nist.gov
server ntp2.fau.de
server time2.stupi.se
server clock.nyc.he.net
###################################################################
server 127.127.1.0
fudge 127.127.1.0 stratum 8
driftfile /etc/ntpd.drift
#logfile /var/log/ntp.log
enable kernel
enable ntp
tinker panic 0
restrict default ignore # Default all ignore
restrict 127.0.0.1 # Allow local system everything
#### Allow these servers to correct our time ######################
restrict 1.europe.pool.ntp.org noquery notrap
restrict 0.europe.pool.ntp.org noquery notrap
restrict ntp0.mao.kiev.ua noquery notrap
restrict time.nist.gov noquery notrap
restrict ntp2.fau.de noquery notrap
restrict time2.stupi.se noquery notrap
restrict clock.nyc.he.net noquery notrap
###################################################################
#### Allow this net to get time ###################################
restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap
restrict 192.168.8.0 mask 255.255.255.0 nomodify notrap
###################################################################
в /etc/rc.conf
Код: Выделить всё
####### Time Syncronisation ####################################################
################################################################################
ntpd_enable="YES"
ntpd_program="/usr/local/bin/ntpd"
ntpd_flags="-p /var/run/ntpd.pid -f /etc/ntpd.drift"
сам демон запущен, но ntpq -p выдает такую еруднду
ntpq: read: Connection refused
а вот
ntpq -p 127.0.0.1 прорабатывает нормально
remote refid st t when poll reach delay offset jitter
==============================================================================
pyrrha.fi.muni. .XFAC. 16 u - 512 0 0.000 0.000 0.000
server.tossot.r .XFAC. 16 u - 512 0 0.000 0.000 0.000
-194.44.35.24 81.17.128.133 2 u 40 128 377 8.480 -4.315 0.366
+time.nist.gov .ACTS. 1 u 41 128 377 180.013 -3.283 0.798
*ntp2.rrze.uni-e .PPS. 1 u 42 128 377 61.662 -5.332 0.683
Time2.Stupi.SE .XFAC. 16 u - 512 0 0.000 0.000 0.000
+clock.nyc.he.ne .CDMA. 1 u 37 128 377 127.038 -4.858 140.830
LOCAL(0) .LOCL. 8 l 170 64 374 0.000 0.000 0.002
в логе иногда проскакивала строка
Код: Выделить всё
ntp_io: estimated max descriptors: 3549, initial socket boundary: 20
Что это могет быть и как с этим бороться ?