Joined
·
267 Posts
Having recently marked a thread here, on 'Linux System Freeze', as closed, I find that I need to do more investigation - hence the question in this thread title.
To recap: my Ubuntu 10.10 was freezing far too frequently. With help from this forum I was guided into changing the source for timing from its kernel default to use hpet timers. This appeared to fix the problem. Since then there has been a kernel upgrade (from ...27 to ...28) and the freeze problem is back. The Linux boot option 'hpet=force clocksource=hpet' is still in place.
The messages part of my system log show, at the start of boot:
then
and then
and at that stage the system freezes.
Other posts on Ubuntu Forum show people continuing to be able to use their system after the 'clock source unstable' message. Indeed it is pointed out that with AMD processors the motherboard is frequently changing the CPU frequency - implying an unstable clock - but those systems continue to run.
Why does my system freeze?
(And, yes, I have got the BIOS set to 'Auto' for system frequency, which I think means that frequency can be changed as much as 3% depending on CPU load).
To recap: my Ubuntu 10.10 was freezing far too frequently. With help from this forum I was guided into changing the source for timing from its kernel default to use hpet timers. This appeared to fix the problem. Since then there has been a kernel upgrade (from ...27 to ...28) and the freeze problem is back. The Linux boot option 'hpet=force clocksource=hpet' is still in place.
The messages part of my system log show, at the start of boot:
Code:
Mar 20 15:17:33 Advent kernel: [ 0.000000] Fast TSC calibration using PIT
Code:
Mar 20 15:17:33 Advent kernel: [ 0.184114] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Mar 20 15:17:33 Advent kernel: [ 0.184121] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Mar 20 15:17:33 Advent kernel: [ 0.184126] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Mar 20 15:17:33 Advent kernel: [ 0.192041] Switching to clocksource hpet
Code:
Mar 21 09:22:51 Advent kernel: [ 85.144090] Clocksource tsc unstable (delta = -250014055 ns)
Other posts on Ubuntu Forum show people continuing to be able to use their system after the 'clock source unstable' message. Indeed it is pointed out that with AMD processors the motherboard is frequently changing the CPU frequency - implying an unstable clock - but those systems continue to run.
Why does my system freeze?
(And, yes, I have got the BIOS set to 'Auto' for system frequency, which I think means that frequency can be changed as much as 3% depending on CPU load).