<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Clock ticking too fast in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972218#M68173</link>
    <description>HT presents it's self to the Linux kernel as two (virtual) processors, so using an SMP kernel would be good.&lt;BR /&gt;&lt;BR /&gt;The reference as to what CPU you've got however is still worrying me.&lt;BR /&gt;&lt;BR /&gt;All the documentation I can find says that the DL360 G4p has an 'Intel Xeon' processor in it.  If this is the case, using the x86_64 install is *VERY*VERY* wrong.&lt;BR /&gt;&lt;BR /&gt;If, however, I'm just bad at finding documentation, and it does infact have an 'AMD Opteron' or other EM64 processor, then you've got the right install.&lt;BR /&gt;&lt;BR /&gt;What do the contents of '/proc/cpuinfo' say?&lt;BR /&gt;&lt;BR /&gt;It should have a line that says either:&lt;BR /&gt;&lt;BR /&gt;model name : AMD Opteron (tm) Processor&lt;BR /&gt;(-- x86_64 happy, 64bit --)&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;model name : Intel(R) Xeon(TM) CPU 3.60GHz&lt;BR /&gt;(-- i386/i686 happy, 32bit --)</description>
    <pubDate>Fri, 07 Apr 2006 04:52:42 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2006-04-07T04:52:42Z</dc:date>
    <item>
      <title>Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972211#M68166</link>
      <description>I have a HP Proliant DL360 G4p server running&lt;BR /&gt;RH4 2.6.9-5 EL x86_64  (64bit). It only has one Xeon 3.6Ghz CPU.&lt;BR /&gt;&lt;BR /&gt;I'm experiancing a problem where the clock is ticking too fast (approx twice a second). I have tried adding "no_timer_check" and "noapic" to the grub.conf file and rebooting but to no avail.&lt;BR /&gt;&lt;BR /&gt;I have the same kernel version on many 32bit machines but without the time issue. This is my only 64bit linux OS I have installed so far.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to fix this problem? i'm pulling my hair out trying to resolve this and have resorted to adding an ntpdate command in cron to run every minute which is a very dirty quick fix which I don't like doing.&lt;BR /&gt;&lt;BR /&gt;Any help would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 08:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972211#M68166</guid>
      <dc:creator>MRSG</dc:creator>
      <dc:date>2006-04-06T08:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972212#M68167</link>
      <description>We solved our problem using an external ntp source, like pool.ntp.org.&lt;BR /&gt;&lt;BR /&gt;Configure your ntp.conf file to use these servers as time servers and start the ntp service, this is your best option instead of using ntpdate every minute.</description>
      <pubDate>Thu, 06 Apr 2006 08:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972212#M68167</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-06T08:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972213#M68168</link>
      <description>Umm, if it's a 64bit machine, then it's not a Xeon processor.  It'll be an Opteron.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152170" target="_blank"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152170&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152630" target="_blank"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=152630&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=153155" target="_blank"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=153155&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;These are details about this bug.  I believe if you browse around there, you'll find what you're after.&lt;BR /&gt;&lt;BR /&gt;But in all honesty, I'd start by updating your kernel to the latest eratta.. You're on 2.6.9-5, when they've released 2.6.9-34!</description>
      <pubDate>Thu, 06 Apr 2006 08:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972213#M68168</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-06T08:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972214#M68169</link>
      <description>I have tried syncing with ntpd but the clock is ticking too fast, which is why I have to set ntpdate. &lt;BR /&gt;&lt;BR /&gt;Interesting that you say Opteron because a &lt;BR /&gt;# dmidecode  shows Xeon. The chipset is EM64T but to be honest I get confused as to what is AMD and what is Intel nowadays.&lt;BR /&gt;&lt;BR /&gt;An interesting thing is that my hwclock is showing the correct time so i've ran&lt;BR /&gt;hwclock --hctosys  which sets the clock to the correct time but then races forward again.&lt;BR /&gt;&lt;BR /&gt;I will look into updating the kernel but unfortunately I have limited downtime.</description>
      <pubDate>Thu, 06 Apr 2006 09:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972214#M68169</guid>
      <dc:creator>MRSG</dc:creator>
      <dc:date>2006-04-06T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972215#M68170</link>
      <description>I'm sure you can see that this is a most necessary update.&lt;BR /&gt;&lt;BR /&gt;What does /proc/cpuinfo say?</description>
      <pubDate>Thu, 06 Apr 2006 15:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972215#M68170</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-06T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972216#M68171</link>
      <description>The adequate kernels for Xeon based computers are SMP / IA64, not x86_64. Last ones are optimized for AMD processors (Opteron/Athlon64), while the IA64 ones have Xeon/Itanium as targets.&lt;BR /&gt;In your case, I think that you should use either kernel-smp-2.6.9-34.EL.i686.rpm or kernel-2.6.9-34.EL.ia64.rpm.&lt;BR /&gt;&lt;BR /&gt;The SMP part is useful because of the hyper threading technology included in Xeon: linux will see each HT enabled processor as TWO processors instead of only one (hence the ability to run two tasks in parallel, provided you have a SMP enabled kernel). Upon successfull boot, you will have in /var/log/messages something similar to:&lt;BR /&gt; CPU#1: Intel P4/Xeon Extended MCE MSRs (12) available&lt;BR /&gt; CPU#1: Thermal monitoring enabled&lt;BR /&gt; CPU1: Intel(R) Xeon(TM) CPU 2.60GHz stepping 07&lt;BR /&gt; Total of 2 processors activated (10289.15 BogoMIPS).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 18:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972216#M68171</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-06T18:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972217#M68172</link>
      <description>Thank you all for supplying me with much needed info.&lt;BR /&gt;&lt;BR /&gt;I will be updating to the lastest errata using the Up2Date service. Hopefully this will resolve the problem (i'm crossing my fingers). &lt;BR /&gt;&lt;BR /&gt;I am still slightly confused with the SMP HT configurations. I do have HT enabled thru the bios and I only have 1 CPU. Does this mean I need to boot into an SMP kernel? I do have the kernel installed but have been using the EL version. My thinking was that the clock was ticking for 2 CPUs however i'm now thinking this was a red herring on my part.&lt;BR /&gt;&lt;BR /&gt;7 years as a hpux admin and only 3 months on linux i'm afraid.</description>
      <pubDate>Fri, 07 Apr 2006 04:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972217#M68172</guid>
      <dc:creator>MRSG</dc:creator>
      <dc:date>2006-04-07T04:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972218#M68173</link>
      <description>HT presents it's self to the Linux kernel as two (virtual) processors, so using an SMP kernel would be good.&lt;BR /&gt;&lt;BR /&gt;The reference as to what CPU you've got however is still worrying me.&lt;BR /&gt;&lt;BR /&gt;All the documentation I can find says that the DL360 G4p has an 'Intel Xeon' processor in it.  If this is the case, using the x86_64 install is *VERY*VERY* wrong.&lt;BR /&gt;&lt;BR /&gt;If, however, I'm just bad at finding documentation, and it does infact have an 'AMD Opteron' or other EM64 processor, then you've got the right install.&lt;BR /&gt;&lt;BR /&gt;What do the contents of '/proc/cpuinfo' say?&lt;BR /&gt;&lt;BR /&gt;It should have a line that says either:&lt;BR /&gt;&lt;BR /&gt;model name : AMD Opteron (tm) Processor&lt;BR /&gt;(-- x86_64 happy, 64bit --)&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;model name : Intel(R) Xeon(TM) CPU 3.60GHz&lt;BR /&gt;(-- i386/i686 happy, 32bit --)</description>
      <pubDate>Fri, 07 Apr 2006 04:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972218#M68173</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-07T04:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972219#M68174</link>
      <description>&amp;gt;I will be updating to the lastest errata&lt;BR /&gt;excellent choice. If the problem is not solved (and none of the boot time options like notsc / noapic -- see bugzilla for details -- solve it) please fill a bug on &lt;A href="https://bugzilla.redhat.com" target="_blank"&gt;https://bugzilla.redhat.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I am still slightly confused with the SMP HT configurations. I do have HT enabled thru the bios and I only have 1 CPU. Does this mean I need to boot into an SMP kernel?&lt;BR /&gt;YES.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I do have the kernel installed but have been using the EL version.&lt;BR /&gt;All RH kernels have EL in their name. I guess it's a shortcut from RHEL or smtg&lt;BR /&gt;&lt;BR /&gt;&amp;gt; My thinking was that the clock was ticking for 2 CPUs&lt;BR /&gt;No, it's a bug. Please see the bugzilla entries highlighted by Stuart.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;7 years as a hpux admin and only 3 months on linux i'm afraid.&lt;BR /&gt;I am using linux since '95 and I am still learning each day.So.. welcome to the club :)&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2006 04:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972219#M68174</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T04:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972220#M68175</link>
      <description>Ok,&lt;BR /&gt;&lt;BR /&gt;I have rebooted into the smp kernel. This was because a developer was having problems with code he had already written. Therefore here is some more info see attahed notepad doc.&lt;BR /&gt; uname gives the following:&lt;BR /&gt;&lt;BR /&gt;2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:29:47 EST 2005 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;Is the above install correct for my chipset? There is only 1 CPU in this server but cpuinfo is saying two.&lt;BR /&gt;&lt;BR /&gt;Many thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972220#M68175</guid>
      <dc:creator>MRSG</dc:creator>
      <dc:date>2006-04-07T05:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972221#M68176</link>
      <description>Yes, this is exactly as it should be. As we have said before, HT enabled processors are seen as two [identical] processors, each one being able to be used separately of the other. The kernel takes care of balancing the tasks among all existing "virtual" processors.&lt;BR /&gt;&lt;BR /&gt;But updating to latest Errata is still a good idea...</description>
      <pubDate>Fri, 07 Apr 2006 05:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972221#M68176</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T05:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972222#M68177</link>
      <description>Yes I think you are right and I will update to the latest errata. However I am a bit concerned that my CPU is an intel Xeon 3.6 EM64T running x86_64 which, if Stuart and Manuel are correct, is the wrong 64bit version.&lt;BR /&gt;&lt;BR /&gt;Unfortunatley I didn't install this and have just been passed the time problem. I seem to be opening a can of worms :) Is there any info I can get to give me the correct type of linux kernel I should be using with my chipset? I can't seem to find much on RedHat.&lt;BR /&gt;&lt;BR /&gt;Once again thank you all for helping me in my hour of need.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2006 07:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972222#M68177</guid>
      <dc:creator>MRSG</dc:creator>
      <dc:date>2006-04-07T07:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972223#M68178</link>
      <description>&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/&lt;/A&gt;</description>
      <pubDate>Fri, 07 Apr 2006 07:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972223#M68178</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-04-07T07:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972224#M68179</link>
      <description>I should have mentioned i'm running RHEL4. However using a simliar search from your post I was able to find the document albeit for RHEL 4 and have extracted this bit of info:&lt;BR /&gt;&lt;BR /&gt;Unlike earlier releases, Red Hat Enterprise Linux 4 kernel support for IntelÂ® Extended Memory 64 Technology (hereafter referred to as "IntelÂ® EM64T"), and AMD64 processors exist in a single "x86-64" kernel. There are no longer separate kernels for each processor type&lt;BR /&gt;&lt;BR /&gt;I'm thinking I do have the correct kernel for my chipset. I'm am going to sort out the errata update.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 07 Apr 2006 08:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972224#M68179</guid>
      <dc:creator>MRSG</dc:creator>
      <dc:date>2006-04-07T08:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972225#M68180</link>
      <description>Hrm, no, it's the right version.. I hadn't seen one of the newer series of Xeon's.</description>
      <pubDate>Sat, 08 Apr 2006 22:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972225#M68180</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-08T22:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Clock ticking too fast</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972226#M68181</link>
      <description>Gonna have to get some downtime to update the kernel. I will close this thread and if the problem still exists after the update I will raise a call with RH.&lt;BR /&gt;&lt;BR /&gt;Many thanks to all those who helped.</description>
      <pubDate>Tue, 11 Apr 2006 09:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clock-ticking-too-fast/m-p/4972226#M68181</guid>
      <dc:creator>MRSG</dc:creator>
      <dc:date>2006-04-11T09:31:48Z</dc:date>
    </item>
  </channel>
</rss>

