+ Reply to Thread
Results 1 to 2 of 2

Thread: Losing some ticks... checking if CPU frequency changed.

  1. #1
    Sitemon's Avatar
    Sitemon is offline Registered User Achievements:
    31 days registeredTagger Second Class100 Experience Points500 Experience Points1000 Experience Points
    Awards:
    Master Tagger
    Sitemon ?????????
    Join Date
    2009-12-14
    Posts
    52

    Default Losing some ticks... checking if CPU frequency changed.

    The error message from `dmesg` listed below:

    Losing some ticks... checking if CPU frequency changed.
    warning: many lost ticks.
    Your time source seems to be instable or some driver is hogging interupts
    rip __do_softirq+0x4d/0xd0
    Falling back to HPET

    Here's a related bug report at Redhat.com

    https://bugzilla.redhat.com/show_bug.cgi?id=55223

    Updating to recent kernel will fix it for you.
    Last edited by Sitemon; 2010-04-21 at 06:21 AM.

  2. #2
    Sitemon's Avatar
    Sitemon is offline Registered User Achievements:
    31 days registeredTagger Second Class100 Experience Points500 Experience Points1000 Experience Points
    Awards:
    Master Tagger
    Sitemon ?????????
    Join Date
    2009-12-14
    Posts
    52

    Default

    Its due to poor ACPI implementation for CPU throttling.
    Change the clock source by changing your kernel boot options to clock=pmtmr or clock=pit

    Disable Dynamic overclocking @BIOS

    Code:
    title Red Hat Enterprise Linux AS (2.6.9-5.ELsmp)
            root (hd0,0)
            kernel /vmlinuz-2.6.9-5.ELsmp ro root=LABEL=/ rhgb quiet clock=pit
    #       kernel /vmlinuz-2.6.9-5.ELsmp ro root=LABEL=/ rhgb quiet
            initrd /initrd-2.6.9-5.ELsmp.img

+ Reply to Thread

Similar Threads

  1. LWN: Checking in on CodePlex (The Standards Blog)
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-11-07, 01:51 AM
  2. LXer: Checking out the Jolicloud Netbook OS
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-07-18, 11:21 AM
  3. LXer: Linux losing netbook ground
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-03-18, 10:53 PM
  4. Hostpry changed name to ADMON
    By admon.org in forum Linux System
    Replies: 0
    Last Post: 2008-09-23, 01:19 AM
  5. [dmesg] warning: many lost ticks.
    By joseph in forum Linux System
    Replies: 0
    Last Post: 2008-09-15, 04:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts