NTPの設定をしてみる。
改めてNTPの設定をNTP - wiki@nothingを見ながら。FEED元はOCNのNTPサーバを選択するように/etc/ntp.confを編集(以前は有名どころから取得していた。反省)。ちなみに、ポート番号は123番である。
% /etc/init.d/ntpd stop
% ntpdate -b xxx-xxxx.ocn.ad.jp
% hwclock --systohc
% /etc/init.d/ntpd start
とした。つぎに、Openblocks266の下流につなげる玄箱の時刻設定。Linkstation/玄箱 HackBBSの記事によれば、カーネルが直接ハードウェアクロックを操作しているようなので、ケアしなくて良さそう。 % ntpdate -b xxx-xxxx.ocn.ad.jp
% hwclock --systohc
% /etc/init.d/ntpd start