Overheating causing system shutdowns

Hello,

I have a Toshiba Satellite A505-S6965. My hardware is as attached via the Hardinfo report in pdf format.

Here is the most recent kernel error. It never says it is shutting down. It just "dies" even after saying the temp/speed is normal.

Jun 16 19:28:00 localhost kernel: [  845.153389] CPU0: Temperature above threshold, cpu clock throttled (total events = 1)
Jun 16 19:28:00 localhost kernel: [  845.153394] Disabling lock debugging due to kernel taint
Jun 16 19:28:00 localhost kernel: [  845.155063] CPU0: Temperature/speed normal
Jun 16 19:28:55 localhost kernel: [  900.040028] Machine check events logged
Jun 16 19:29:37 localhost kernel: [  942.068464] CPU1: Temperature above threshold, cpu clock throttled (total events = 1)
Jun 16 19:29:37 localhost kernel: [  942.070516] CPU1: Temperature/speed normal
Jun 16 19:31:25 localhost kernel: [ 1050.040028] Machine check events logged
Jun 16 19:36:33 localhost kernel: [ 1358.494903] CPU0: Temperature above threshold, cpu clock throttled (total events = 12)
Jun 16 19:36:33 localhost kernel: [ 1358.494926] CPU1: Temperature above threshold, cpu clock throttled (total events = 67)
Jun 16 19:36:33 localhost kernel: [ 1358.498717] CPU0: Temperature/speed normal
Jun 16 19:36:33 localhost kernel: [ 1358.498740] CPU1: Temperature/speed normal
Jun 16 22:41:54 localhost kernel: imklog 4.2.0, log source = /var/run/rsyslog/kmsg started.

From earlier in the day, I get this:

Jun 16 12:17:22 localhost kernel: [177322.466688] CPU1: Temperature above threshold, cpu clock throttled (total events = 37741)
Jun 16 12:17:22 localhost kernel: [177322.466719] CPU0: Temperature above threshold, cpu clock throttled (total events = 37635)
Jun 16 12:17:22 localhost kernel: [177322.470516] CPU1: Temperature/speed normal
Jun 16 12:17:22 localhost kernel: [177322.470525] CPU0: Temperature/speed normal
Jun 16 12:18:11 localhost kernel: [177370.900315] iwlagn 0000:03:00.0: No space for Tx
Jun 16 12:18:11 localhost kernel: [177370.900321] iwlagn 0000:03:00.0: Error sending REPLY_RXON: enqueue_hcmd failed: -28
Jun 16 12:18:11 localhost kernel: [177370.900342] iwlagn 0000:03:00.0: Error setting new RXON (-28)
Jun 16 12:18:11 localhost kernel: [177370.900353] iwlagn 0000:03:00.0: No space for Tx
Jun 16 12:18:11 localhost kernel: [177370.900374] iwlagn 0000:03:00.0: Error sending REPLY_SCAN_CMD: enqueue_hcmd failed: -28
Jun 16 12:18:11 localhost kernel: [177370.900410] iwlagn 0000:03:00.0: No space for Tx
Jun 16 12:18:11 localhost kernel: [177370.900413] iwlagn 0000:03:00.0: Error sending REPLY_RXON: enqueue_hcmd failed: -28
Jun 16 12:18:11 localhost kernel: [177370.900415] iwlagn 0000:03:00.0: Error setting new RXON (-28)
Jun 16 12:18:11 localhost kernel: [177370.900417] iwlagn 0000:03:00.0: No space for Tx
Jun 16 12:18:11 localhost kernel: [177370.900437] iwlagn 0000:03:00.0: Error sending REPLY_RXON: enqueue_hcmd failed: -28
Jun 16 12:18:11 localhost kernel: [177370.900439] iwlagn 0000:03:00.0: Error setting new RXON (-28)
Jun 16 12:18:11 localhost kernel: [177370.900444] iwlagn 0000:03:00.0: No space for Tx
Jun 16 12:18:11 localhost kernel: [177370.900447] iwlagn 0000:03:00.0: Error sending REPLY_TX_POWER_DBM_CMD: enqueue_hcmd failed: -28
Jun 16 19:15:11 localhost kernel: imklog 4.2.0, log source = /var/run/rsyslog/kmsg started.

Checking sensors I get:

$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:       +66.0�C  (crit = +104.0�C)                  

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +52.0�C  (high = +85.0�C, crit = +85.0�C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +51.0�C  (high = +85.0�C, crit = +85.0�C) 

I've never seen the Core 0 and Core 1 get 85+ in working with the system.

The above readings are what I'm used to seeing (sometimes around 60 if I'm working the cores).

Any idea what is going on and how to stop it?

I don't hear a lot of fan-control revving up like I used to before upgrading from Linux Mint Gloria (Ubuntu 9.04) to Linux Mint Helena (Ubuntu 9.10).

Not quite ready to do an upgrade yet as I need more time to set things up.

With thanks,
Narnie

Where are you getting these errors? If you're reading them from the logfile, understand that severe things like kernel panics won't be written to it -- a crashed system writes no files. To get really bad messages you have to watch the messages from a raw system console.

Where it says "machine check events logged" you can get more info by running the "mcelog" command. Though I think that buffer gets cleared by a reboot...

It's pretty hard for the kernel to fake a thermal throttling, I think it's really overheating. If linux has taken control of the fans away from your BIOS, glitched readings from lm_sensors could keep your fans at low speed even under heavy load. Bad calibration in lm_sensors.conf could prevent the fans speeding up as fast as they need to. Try disabling lm_sensors so it doesn't seize control of the sensors, leaving the fan under BIOS control. Try cat-ing the temperature from something like /proc/acpi/processor/CPU0/THRM (if available).

1 Like

Thank you so much for this info.

I'll look into disabling lm_sensors (either uninstall or modprobe -r coretemp). Crossing my fingers.

Is there any way to monitor temps without taking control of the fans? I guess I need to look into more of what the lm_sensors package actually does.

I wrote a script that is logging the temps every 10 secs with alerts for "warm, hot, and critical." So far it has only hit warm (65 deg C -- 84 is critical) for no more than 4 inconsecutive times. I put a line that also logs the top processor utilizers to see if I could see what was doing it. Did have about 80 percent total processor utilization at those 4 separate times.

Thanks again for these tips.

I'll post back here with the results (but I won't be able to monitor the temps anymore).

Yours,
Narnie

PS

The logging was from /var/log/kern.log

---------- Post updated 06-19-10 at 08:26 AM ---------- Previous update was 06-18-10 at 11:35 PM ----------

For anyone reading this thread having the same problem as I, lm_sensors is a service and can be diabled with :

sudo /etc/init.d/lm-sensors stop

I'm not sure if this is sufficient or of removing the module it loads is sufficient (in my case, the module was coretemp).

---------- Post updated at 08:35 AM ---------- Previous update was at 08:26 AM ----------

OK, this is strange.

It shut down last night with the last temp reading of 49 deg C.

Strange.

After booting back up, I wsa running nothing windowed but a terminal. I was checking some things when I just happened to check my temps manually.

The temps were at 82 deg C. Huh??? I did a quick

top

and found that gnome-do was using 200% of my CPU (double-huh???).

I quickly pkilled it and watched as the temp came back down to where I'm used to seeing it. It seems, gnome-do on my system does some run-away things. Bad gnome-do.

Then after i uninstalled lm-sensors and removed the coretemp module, I stressed the CPU. I am using the generic ati drivers as the proprietary is too buggy for me, so I fired up 5 instances of glxgears and watched the temp go up. With coretemp removed, only another temp sensor worked (still called CPU, but called virtual--another huh?). It's critical max is listed at 104 deg C.

It normally is in the upper 60s/low 70s. With this CPU rendering stress, it went up to 89 deg C, but no higher.

Unless there is an answer to this posting to tell me otherwise, I'm going to try to reenable coretemp and see if all is well under this CPU stress and see if just the lm-sensors service is the culprit.

Narnie

1 Like

Each core can go up to 100%. On a two-core system full utilization would be 200%, quad core 400%, etc.

IC, didn't know that. Thanks. I've never seen something use that much CPU. Don't know what it was doing, but whatever it was, it was literally toasting my system.

Narnie