解决办法,使用htpdate进行定时同步安装:git clone https://github.com/iridium77/htpdate
make&&make install
htpdate -t -s ntp.neu.edu.cn-t:关闭时间检查,默认情况下,时间偏移量大于一年,本地时间无法修改,使用-t设置,任何时间戳都将被接受。-s:立即设置时间。
缺点:时间误差可能在0.5s之内
htpdate代替ntpdate同步时间
原文:http://blog.51cto.com/sjitwant/2094442