Archive for October, 2011

Linux Xen VPS Guest Setting the Damn Time!!!!

Took far too long to figure this shit out…. so I’m gunna write it down!!!
in /etc/sysctl.conf
Add the line:
xen.independent_wallclock = 1
Then run
/sbin/sysctl -p
Then install ntp
yum install ntp
vi /etc/sysconfig/ntp
Then dd a “-x” to the begining of the OPTIONS= Line
OPTIONS=”-x -u ntp:ntp -p /var/run/ntpd.pid”
/etc/init.d/ntpd start  (or /etc/init.d/ntpd restart if it was already installed!)