<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
On Mon, 2005-12-12 at 17:47 -0500, Murphy, Patrick wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">I had the same time drift issue.  I have an Athlon64 X2 chip and an</FONT>
<FONT COLOR="#000000">MSI-7100.  It seems that the default system timer detection in newer</FONT>
<FONT COLOR="#000000">kernels has changed.  After searching the net, I found that adding the</FONT>
<FONT COLOR="#000000">option  clock=pmtmr to the /boot/grub/grub.conf for the kernel you are</FONT>
<FONT COLOR="#000000">loading solves the problem (at least with my motherboard).  A code</FONT>
<FONT COLOR="#000000">sample from my system is below:</FONT>

<FONT COLOR="#000000">default=0</FONT>
<FONT COLOR="#000000">timeout=10</FONT>
<FONT COLOR="#000000">splashimage=(hd0,1)/grub/splash.xpm.gz</FONT>
<FONT COLOR="#000000">hiddenmenu</FONT>
<FONT COLOR="#000000">title Fedora Core (2.6.14-1.1644_FC4smp)</FONT>
<FONT COLOR="#000000">  root (hd0,1)</FONT>
<FONT COLOR="#000000">  kernel /vmlinuz-2.6.14-1.1644_FC4smp ro root=/dev/VolGroup00/LogVol00</FONT>
<FONT COLOR="#000000">rhgb clock=pmtmr quiet</FONT>
<FONT COLOR="#000000">&nbsp; initrd /initrd-2.6.14-1.1644_FC4smp.im</FONT>g
</PRE>
</BLOCKQUOTE>
<BR>
Ok. Thanks for the suggestion. Have added it to the kernel line, and it seems to have solved the problem (for now).<BR>
<BR>
I noticed a difference between different kernel versions. 2.6.12-1.1381 (FC3) has the problem, but 2.6.14-1.1644 (FC4) does not. Not really in the mood to upgrade my entire production server to FC4 just yet, so I will be testing the clock line and seeing if that works for me.<BR>
<BR>
Again, thanks!<BR>
Steve<BR>
<BR>
<BR>
</BODY>
</HTML>