Re: Trouble with clock

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On 2006-09-07 06:29:31 +1000, historystamp@xxxxxxxxx said:

I am running Ubuntu 6.0.1 in my VPC 6.1. I my boot log (dmesg) is
filled with the messages:
Losing some ticks... checking if cpu frequency changed.

Any way of getting rid of this message?

Maybe this is an Ubuntu issue but I am not sure.

Robert

No, this is not to do with (Ubuntu) Linux... but rather, the fact
that you're running the Linux kernel in an environment where its
execution is subjected to various latencies induced by the virtual
machine.

If you had a hardware fault on a real PC where the CPU clock was
inconsistent, you'd get the same result.

Virtual PC uses just-in-time compilation to translate Intel x86
instructions to PowerPC instructions. As a result, your Linux
kernel, and everything above it, will keep stalling-and-resuming
as the virtual machine (re)compiles instructions that need to be
translated before your Mac can execute them.

You cannot resolve this behaviour -- it's inherent in the virtual
machine's design, and because Linux responds to this behaviour as
something that can cause the kernel to fail, it'll something
that will keep appearing in your system log!


--
--
-- tonza (to e-mail, grab my "UUCP-like address", and translate
it to the usual SMTP/sendmail form; hint, the translation
is ridiculously simple!)

.



Relevant Pages

  • Page fault question (zero-filling)
    ... specific questions as they pertain to the linux kernel. ... I have been exploring optimizing code under linux, ... Am I missing some more important role for this zero-filling? ... The fast zeroing uses mmx instructions, ...
    (comp.arch)
  • Linux 2.6.11.5 on R3912 problems
    ... I have now been trying to get Linux 2.6.11.5 (built ... The kernel runs up fine, ... Synthesized TLB handler (17 instructions). ... Helio Boot ROM: probing for ROM ...
    (Linux-Kernel)
  • Re: Open z architecture and Linux questions
    ... or not leads me to wonder a bit about Linux on system z. ... IBM contributes kernel patches and tool chain code to support the z ... Q1) Are any closed/proprietary instructions and hardware ... There is no proprietary code in the kernel itself. ...
    (bit.listserv.ibm-main)
  • Newbie Question - What is actually executing the binary?
    ... type say "ls -l" what is actually executing the "ls" binary in the ... What I am getting out of Linux books is that there is a shell which is ... interacting with the user and there is the kernel which is actually ... executing the instructions but I want to know more. ...
    (RedHat)
  • Re: mmap() between 2 programs
    ... >>shared memory would seem to be a better mechanism for this. ... any old address and the translate them to a local virtual address using ... This is expensive (4-8 instructions per translation, ... Shared memory works, but is too limited on Linux, and I won't re-configure ...
    (comp.unix.solaris)