System Clock Sliding
[root@atom1 ~]# uname -a
Linux atom1.barkerjr.net 2.6.18.8-linode22 #1 SMP Tue Nov 10 16:12:12 UTC 2009 i686 i686 i386 GNU/Linux
[root@atom1 ~]# cat /proc/sys/xen/independent_wallclock
0
[root@atom1 ~]# grep xen /etc/sysctl.conf
[root@atom1 ~]#
9 Replies
apt-get install ntp-simple
One of my Linodes runs 2.6.18.8-linode22 and keeps perfect time without needing to run ntp.
File a ticket, too.
@mnordhoff:
It's possible the host's ntpd is simply malfunctioning. Try an "ntpq -p $yourhost.linode.com". Some of them allow such queries; some do not.
If that were true, I wouldn't expect things to be corrected on a reboot, since it would still be getting the incorrect host clock. (Unless there's something in reboot processing that is doing a one-time sync like an ntpdate call from a network location).
Definitely sounds odd though, so once it gets resolved I'd be curious as to what it turns out to have been.
– David
@BarkerJr:
Time will tell if the fix takes.
Ha