Xen VPS 时间异常的解决方法

作者: 蓝鹰 分类: CentOS 发布时间: 2013-03-22 22:35 ė113 浏览数 6Xen VPS 时间异常的解决方法已关闭评论

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

本文出自 蓝鹰博客,转载时请注明出处及相应链接。

本文永久链接: http://www.lanyingblog.com/blog/29.html

Ɣ回顶部