NTPサーバを参照させ、時刻同期をさせるぞ!!
sudo apt-get install ntp
cd /etc
nano ntp.conf
:以下を変更
# You do need to talk to an NTP server or two (or three).
server ntp.ubuntu.com
↓↓
# You do need to talk to an NTP server or two (or three).
#server ntp.ubuntu.com (コメントアウト)
server ntp1.jst.mfeed.ad.jp (追加)
server ntp2.jst.mfeed.ad.jp (追加)
server ntp3.jst.mfeed.ad.jp (追加)
保存 ⇒ permission deny 保存できない
『ctrl』+『z』
でnanoを抜ける
ntp.conf 644 を確認
sudo chmod 777 ntp.conf
fg(nanoに戻る)
保存
644に戻す
現在の確認
$ ntpq -p
remote refid st t when poll reach delay offset jitter
========================================================
*ntp.ubuntu.com 192.36.133.17 2 u 27 64 37 266.607 8.310 4.549
再起動
sudo /etc/init.d/ntp restart
* Stopping NTP server ntpd
...done.
* Starting NTP server ntpd
...done.
確認
$ ntpq -p
remote refid st t when poll reach delay offset jitter
========================================================
ntp1.jst.mfeed. 210.173.160.86 2 u 35 64 1 3.075 9.734 0.001
ntp2.jst.mfeed. 210.173.160.86 2 u 34 64 1 3.006 9.800 0.001
ntp3.jst.mfeed. 210.173.160.86 2 u 33 64 1 3.080 9.654 0.001
おし!!
0 件のコメント:
コメントを投稿