标签:时间异常
Xen VPS 时间异常的解决方法
蓝鹰 | CentOS | 2013-03-22
1.通过SSH登陆到VPS.
2. vim /etc/sysctl.conf
3.在文件底部加入
xen.independent_wallclock=1
4.执行:
sysctl -p
5.执行以下命令:
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
yum install -y ntp
ntpdate us.pool.ntp.org
date
[阅读全文]