ntpq -p でエラー発生
【対象】
ntp.x86_64のバージョンが「4.2.6p5-1.el6」
【事象】
ntpq -p を実行した際、以下のエラーが表示される
localhost: timed out, nothing received
***Request timed out
【対処法】
ntp.confのローカルPC設定部分を以下のように設定したら回避できた
restrict 127.0.0.1
↓
restrict localhost
最終更新:2014年06月26日 18:02