局域网中做网站,自己做资金盘网站,沈阳网站建设建设公司,德阳网站制作公司1、安装ntp服务后#xff0c;启动ntpd正常#xff0c;但是在查看ntpd服务状态时#xff0c;有一个红色的报错#xff0c;报错信息如下#xff1a;
inappropriate address 127.0.0.1 for the fudge command, line ignored 2、解决方法#xff1a;编辑ntp配置文件#xf…1、安装ntp服务后启动ntpd正常但是在查看ntpd服务状态时有一个红色的报错报错信息如下
inappropriate address 127.0.0.1 for the fudge command, line ignored 2、解决方法编辑ntp配置文件vim /etc/ntp.conf将fudge修改为Fudge 注意F大写 3、然后重启ntpd服务。
systemctl restart ntpd
4、再次查看服务状态已显示正常。 systemctl status ntpd