前提・実現したいこと
AWSのEC2上でCentOS7を利用しています、
時刻設定をJST(日本標準時)に合わせたいです。
発生している問題・エラーメッセージ
Job for chronyd.service failed because the control process exited with error code. See "systemctl status chronyd.service" and "journalctc -xe" for details.
ターミナル上の入力
初めに以下の入力を行いました。
sudo vi /etc/chrony.conf
ファイル編集部分
viの編集モードで以下のように記述しEsc+:wqでエスケープしました。
grep -i iburst /etc/chrony.conf #server http://0.centos.pool.ntp.org iburst #server http://1.centos.pool.ntp.org iburst #server http://2.centos.pool.ntp.org iburst #server http://3.centos.pool.ntp.org iburst server http://ntp2.jst.mfeed.ad.jp iburst
ターミナル上の入力
そして、ターミナル上で以下の入力をしたところ、今回のようなエラーが出ています。
sudo systemctl restart chronyd
試したこと
エラー内容には、”error code" と出ているので、行間隔やスペルミスがないかをチェックしましたが同じような応答でした。
補足情報(FW/ツールのバージョンなど)
PC // Surface Pro
OS // Windows 10 64bit Home
Terminal // Tera Term
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。