椎原です。
Vine Linux 3.1をthinkpad A30で使用しております。
システムツール > 時刻と日付の設定
を起動し、インターネット上のサーバーと時刻を同期させる、のチェックボック
スを選んで、サーバーを選択しても時刻あわせが行われていない様でした。
# ntpq -p
remote refid st t when poll reach delay offset
jitter
==============================================================================
ntp.kj.yamagata .RSTR. 16 u - 64 0 0.000 0.000
4000.00
/etc/ntp.conf を見ると
restrict default noquery notrust nomodify
restrict 127.0.0.1
restrict 192.168.11.0 mask 255.255.255.0
fudge 127.127.1.0 stratum 3
server ntp.kj.yamagata-u.ac.jp
driftfile /etc/ntp.drift
logfile /var/log/ntp.log
となっておりました。
ntp.confを
server ntp.kj.yamagata-u.ac.jp
driftfile /etc/ntp.drift
lgfile /var/log/ntp.log
と書き換えてみると
]# ntpq -p
remote refid st t when poll reach delay offset
jitter
==============================================================================
ntp.kj.yamagata .GPS. 1 u 5 64 1 1.737 29.707
0.001
となり、時刻あわせが行われている様でした。
元々あった、ntp.conf 内の記述
restrict default noquery notrust nomodify
restrict 127.0.0.1
restrict 192.168.11.0 mask 255.255.255.0
fudge 127.127.1.0 stratum 3
の意味は?
--
-------------------------------
Takashi Shiihara
(^o^)
Don't worry, Be happy.
-------------------------------