LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-25-2006, 12:48 PM   #1
lavluda
Member
 
Registered: Jan 2006
Location: Dhaka, Bangladesh
Distribution: Debian sid, Suse 9.3 pro, Mandrake 10.0, Redhat 7-9, FC-2,3, Gentoo 2006,2006.1
Posts: 89
Blog Entries: 2

Rep: Reputation: 15
CPU0: Temperature above threshold


Code:
Message from syslogd@tanha2 at Sun Feb 26 00:22:43 2006 ...
tanha2 kernel: CPU1: Temperature above threshold

Message from syslogd@tanha2 at Sun Feb 26 00:22:43 2006 ...
tanha2 kernel: CPU0: Temperature above threshold

Message from syslogd@tanha2 at Sun Feb 26 00:22:43 2006 ...
tanha2 kernel: CPU0: Running in modulated clock mode

Message from syslogd@tanha2 at Sun Feb 26 00:22:43 2006 ...
tanha2 kernel: CPU1: Running in modulated clock mode
Some time i am getting this message in console.

My kernel:
Code:
tanha2:/home/ibrahim# uname -a
Linux tanha2 2.6.8-2-686-smp #1 SMP Thu May 19 17:27:55 JST 2005 i686 GNU/Linux

So what i need to do, and how can i change this setting?
I never got this messege with the kernel 2.6.8-2-386

I am using EM64T P-IV (3.0 GHz with 2 MB l2 cache) in debian

Last edited by lavluda; 02-25-2006 at 01:07 PM.
 
Old 02-25-2006, 01:13 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Could be a few things.
Are the fans working on the cpus?
If so are they big enough for the cpu capacity?
Is there plenty of air entering and leaving the box?
Are any vent opens blocked?
Is it in a cabinet with door closed? If so leave door open.
Can be an underpowered power supply or a powersupply going bad.

Now what tempertures are you getting when this happens?

I would say it gets this info from lmsensors package. You might need to edit /etc/sensors.conf to match your hardware. Run the command ' sensors ' to see what it is seeing.

Lets go from here.
Brian1
 
Old 04-11-2006, 05:12 PM   #3
The00Dustin
Member
 
Registered: Jan 2006
Posts: 70

Rep: Reputation: 15
I am having this problem as well. I can easily recreate it on many of my servers by running
Code:
dd if=/dev/urandom of=randblah bs=10M count=100
(among other more true to life ways).
sensors is installed, and if I kill (CTRL+C) dd when the message pops up and run sensors, I get output similar to the following:
[HTML]it87-isa-0290
Adapter: ISA adapter
fan1: 6490 RPM (min = 3013 RPM, div = 8)
fan2: 4440 RPM (min = 3013 RPM, div = 8)
CPU Temp: +61°C (low = +15°C, high = +70°C) sensor = diode
[/HTML]
The high is set to 70 and the warning appears to be going off at 60. Furthermore, the high was previously set to 65 and the end result was no different (the process didn't run longer or anything). Everything I have read (which isn't that much) says to adjust sensors for the processor, but from the looks of my trials, I don't think sensors is what is actually telling the kernel the temperature threshold has been reached... Output of sensors prior to running the command above:
[HTML]it87-isa-0290
Adapter: ISA adapter
fan1: 6490 RPM (min = 3013 RPM, div = 8)
fan2: 4440 RPM (min = 3013 RPM, div = 8)
CPU Temp: +38°C (low = +15°C, high = +65°C) sensor = diode
[/HTML]
I am running sensors as quickly as I can by pressing (CTRL+C)(CTRL+SHIFT+V) in a terminal window as fast I can as soon as I see the message pop up. I have "sensors(ENTER)" in the clipboard and "sensors" shows up in the terminal before the next prompt and executes immediately.
I tried one more time with the threshold set to 75 and the same thing still happened; the temperature immediately afterwards was 61.
The server I used for testing had the same issues with large scripts. Reseating the heatsink with fresh thermal paste made no difference. This server is running CentOS 2.6.9-34.ELsmp but was running a much older version when the problem originally started showing up. I am having similar problems on several of my servers and would love to know how to convince the kernel to let the CPU run warmer than 60C°. TIA
 
Old 04-11-2006, 10:44 PM   #4
kg4ysy
Member
 
Registered: May 2005
Location: North Carolina
Distribution: Gentoo
Posts: 123

Rep: Reputation: 19
are the fans even kicking on? if not, acpi may not be built into the kernel
 
Old 04-12-2006, 10:15 AM   #5
The00Dustin
Member
 
Registered: Jan 2006
Posts: 70

Rep: Reputation: 15
My servers are 1U rack servers, all fans are always on full speed. Turns out the p4thermal interrupt kicks in at 60°C. I'm recompiling the kernel without p4thermal interrupt support (/usr/src/kernels/2.6.9-34.EL-smp-i686/include/config/x86/mce/p4thermal.h) right now, hopefully that resolves the problem. I will try to remember to post an update when I'm done. =)
 
Old 04-12-2006, 10:33 AM   #6
lavluda
Member
 
Registered: Jan 2006
Location: Dhaka, Bangladesh
Distribution: Debian sid, Suse 9.3 pro, Mandrake 10.0, Redhat 7-9, FC-2,3, Gentoo 2006,2006.1
Posts: 89

Original Poster
Blog Entries: 2

Rep: Reputation: 15
Great,
I am using a EM64T 3.0 GHz processor. How can i see the heat of the processor.
 
Old 04-12-2006, 09:08 PM   #7
The00Dustin
Member
 
Registered: Jan 2006
Posts: 70

Rep: Reputation: 15
It was a pain, as CentOS 4.3 uses a 2.6.9 kernel whose source has some misformatted QLogic source files, but I got it done, and now I don't get those messages or the associated slowdown. The CPU doesn't appear to get much hotter under full load either. Can anyone verify for me whether or not lm_sensors will actually tell the kernel to throttle the CPU down in case of overheating?

lavluda, try running sensors-detect as root. If it doesn't run, you need to get lm_sensors and install it. If it does, then you can go through it and follow the on screen instructions. Afterwards, running sensors should tell you all of the information that lm_sensors is can see. That data won't necessarily be accurate, and you may have to modify sensors.conf (followed by running sensors -s) a few times, but if it is accurate, or if you get it straightened out by tinkering, then you'll be good to go. If there is no info, on the other hand, all you can do is wait for updates and see if drivers for your chips have been added to lm_sensors. Good luck.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
CPU Temperature above threshold? matrixtna Linux - General 7 11-30-2008 07:44 AM
Temperature above threshold. usaf_sp Linux - Hardware 1 11-12-2005 02:37 PM
Temperature above threshold? Belegdol Linux - Hardware 3 10-20-2005 01:08 AM
temperature above threshold Niflheim Linux - General 13 03-21-2005 08:44 AM
Keep getting message about Temperature above threshold lordg Linux - General 1 09-27-2004 08:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration