Hi,
I asked this question to linode support. The support told me my host clock was correct and asked me to ask this question here.
I am using ubuntu 12.04. It's kinda fresh without many modifications. The only system level modification I can think of is creating a nonroot user. (install web servers?)
After I issue "sudo reboot" in terminal and the system is up, the date is incorrect. Then after about 3 minutes, the date gets fixed to the correct one. (should be fixed by ntpd). I have ntp installed.
The following are two continuous calls to date command:
Code:
~$ date
Thu Jan 10 14:20:39 CST 2013
~$ date
Thu Jan 10 18:07:42 CST 2013
This problem causes my web server quits with timeout error.
Thanks.