解决linux下用ntpdate同步时间 出现ntpdate asia.pool.ntp.org
[root@www init.d]# ntpdate asia.pool.ntp.org
28 Sep 17:34:13 ntpdate[20614]: the NTP socket is in use, exiting
[root@www init.d]# /etc/init.d/ntpd stop
关闭 ntpd: [确定]
[root@www init.d]# ntpdate asia.pool.ntp.org
28 Sep 17:35:47 ntpdate[20671]: adjust time server 114.80.81.13 offset 0.042432 sec
也就是说客户机同步时间服务器,客户机不要启动ntpd服务。只要服务器开启就OK了。
本文出自 “陈胜纲的博客” 博客,请务必保留此出处http://chenshengang.blog.51cto.com/4399161/1389229