ntpdate报错the NTP socket is in use, exiting
ntpdate报错the NTP socket is in use, exiting
客户端使用ntpdate与NTP服务器进行时钟同步时,报错”the NTP socket is in use, exiting”,如下:
1 | [root@h3 vdsm]# ntpdate us.pool.ntp.org |
原因:ntp服务已运行
解决办法:
1 | [root@h3 vdsm]# service ntpd stop |
更新完之后记得重新启动ntpd
1 | service ntpd start |