caker wrote:
I believe your Linode gets the initial time from the host at each boot. But, I think it acts like a software clock from there.
$ ./sntpclock `dnsip ntp2.kansas.net` | ./clockview
before: 2003-08-11 11:31:54.395679000000000000
after: 2003-08-11 11:33:16.993675980730354785
$ uptime
11:32:10 up 16 days, 6:09, 1 user, load average: 0.07, 0.02, 0.00
$ ./sntpclock `dnsip ntp2.kansas.net` | ./clockview && echo && ./sntpclock `dnsip clock.redhat.com` | ./clockview
before: 2003-08-11 11:39:29.600608000000000000
after: 2003-08-11 11:40:52.257771671075329184
before: 2003-08-11 11:39:30.094399000000000000
after: 2003-08-11 11:40:52.750950499869413673
Before then after a reboot. The clock on my linode seems consistent, just looks like host2's clock is off by 82 seconds. Of course, if it really bothered me that much I could just change the time on my linode
Kenny