guys. I got a bizarre problem which is the system clock always runs a lot faster than the hardware clock. For example, I set both system clock and hardware clock to20:00. After about 15minutes later, the system clock will probably run to20:17, while the hardware clock remains correct, which is20:15.
feedback
|
migrated from stackoverflow.com Jan 19 '11 at 14:07
This question came from our site for professional and enthusiast programmers.
closed as not a real question by Mokubai, Diago Jan 20 '11 at 17:48
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
There might be an NTP daemon running, which will gradually adjust the system time to the world time. As far as I know, the system time is written to the hardware clock only on shutdown. | |||
|
feedback
|
|
If you're talking about a linux system install the command / package "adjtimex" (In Ubuntu, it's called this way). The command adjtimex gives you access to the kernel time variables and provide you with further hints what's the situation or problem on your system. You might also take a look into the "hwclock" manpage which discusses a lot of things that might lead you in the correct direction. | |||
|
feedback
|
|
Your CMOS battery may be running out; try replacing it. | |||
|
feedback
|