the NTP socket is in use, exiting

CDH 时钟偏差,将 nn02 的时钟同步为 nn01:

ssh nn02
ntpdate nn01

显示 socket 已被使用,

28 Oct 16:15:52 ntpdate[32414]: the NTP socket is in use, exiting

因为 ntpd 服务正在运行,先停掉再同步一次:

service ntpd stop
service ntpd start
ntpdate nn01

你可能感兴趣的:(the NTP socket is in use, exiting)