ntpdate时间同步遇到的错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ntpdate时间同步遇到的错误相关的知识,希望对你有一定的参考价值。
#ntpdate时间同步遇到的错误
[[email protected] tools]# ntpdate pool.ntp.org
22 Nov 22:19:50 ntpdate[30028]: no server suitable for synchronization found
#同步完成,先date一下现在的时间,是错误的。正确的应该是中午十一点
[[email protected] tools]# date
Tue Nov 22 22:22:44 EST 2016
问题说明:
时间同步了,但是时区不对,
也就是你再安装操作系统的时候选择的是默认时区。
解决方法:
ntpdate pool.ntp.org
#把定位时区配置文件拷贝到/etc下面(重要一步)
/bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
然后再date,时间对了。
[[email protected] tools]# date
Wed Nov 23 11:39:02 CST 2016
本文出自 “11002498” 博客,请务必保留此出处http://11012498.blog.51cto.com/11002498/1875717
以上是关于ntpdate时间同步遇到的错误的主要内容,如果未能解决你的问题,请参考以下文章
linux部署时间服务器出现错误no server suitable for synchronization found
解决Linux 服务器ntpdate同步时间报错 the NTP socket is in use, exiting