PDA

View Full Version : system clock runs too fast?


Robby
13th February 2004, 04:04 PM
The hardware clock is fine (verified with hwclock), but the system time seems to be running a bit fast, a day of uptime shows already 2 hours and a couple of minutes ahead of the time it really is.
When setting the time correct again and waiting for 3 minutes and checking it again, it already is about 20 seconds ahead of time, again the hardware clock (checked with hwclock) is running OK.

Anyone else noticed this too?

vorte[x]
13th February 2004, 11:28 PM
Hi,

:?: Are you on hardware that uses HyperThreading technology? Or maybe an IBM Thinkpad?

BryanJField
24th May 2004, 04:52 PM

I too am having this problem and I am running on an IBM Thinkpad i1412 with 512MB RAM and a Celeron 366.

Anyone know why this is happening? It also seems to push the CPU to run at half the correct speed. I'm runnin at 182 MHz instead of 366 MHz :-(

automan
8th July 2004, 11:47 AM
I am also having the same problem on an IBM Thinkpad with Celeron 366. Any way to fix this issue?

duncan
9th July 2004, 12:30 AM
Try running adjtimex -a

sebfc4
31st August 2005, 06:22 PM
Hello,
I had this problem, which is linked to a 50% CPU usage (not very good).
What you have to do is add "no_time_check" in /boot/grub/grub.conf
______________________________________
default=0
timeout=20
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.12-1.1398_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.12-1.1398_FC4 ro root=/dev/vg00/lv00 rhgb quiet no_timer_check
initrd /initrd-2.6.12-1.1398_FC4.img
______________________________________
I added the ntpd (network time Protocol) to be sure to be always on the right time at startup.
Everything works fine now, my cpu usage is back to 1% at startup (that is a quick efficient tuning!)
Seb