Sponsored Content
Special Forums Hardware Overheating causing system shutdowns Post 302430198 by Narnie on Thursday 17th of June 2010 12:26:29 AM
Old 06-17-2010
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.

Code:
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:

Code:
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:

Code:
$ 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
 

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

HTML is causing problems

I have to suggest that we turn HTML back off. The problem is that angle brackets are used in code and this is causing stuff to get dropped from posts. I know that we can use the constructs that PxT mentions in this thread. But look how hard it is to educate folks about code tags and the search... (4 Replies)
Discussion started by: Perderabo
4 Replies

2. UNIX for Dummies Questions & Answers

Causing a disk to be corrupt

Hmm, how to ask this without sounding too malicious... How might one go about causing a disk corruption in OS X specifically or via the command line in UNIX in general? Doesnt matter the severity of the problem, I just want to scare the person a little, then fix the problem for them. Any... (1 Reply)
Discussion started by: Yummator
1 Replies

3. UNIX for Dummies Questions & Answers

GCC causing problems it seems.

Hi, I seem to be getting errors in relation to GCC it seems as I cant upgrade alot of pkgs until I can upgrade or use a later version of GCC. The error I get is along the lines of ( cc1: error: unrecognized command line option "-Wno-pointer-sign" *** Error code 1 ) Anyway I was wondering if... (2 Replies)
Discussion started by: Browser
2 Replies

4. Shell Programming and Scripting

Nohup causing issues

Hi folks... I really need some help soon with this issue I am having when I run my script using 'nohup'. Below is a function 'checkReturn' that my script uses to check whether other functions or tasks errored out with a non-zero exit code. function checkReturn { if ; then ... (2 Replies)
Discussion started by: ChicagoBlues
2 Replies

5. AIX

Which Process is causing Paging?

Hello On one of our systems (AIX 5) I am seeing (vmstat) paging intermittently I want to know which process is causing the paging? I understand that first I would need to find out which process is consuming most memory 1) Is that right? 2) How to find it out? 3) By googling I found... (8 Replies)
Discussion started by: Chetanz
8 Replies

6. AIX

How to know which process is causing the closed_wait?

I do have a friend who have this script already but lost it. Can you please help to give me a script that can capture the closed_wait on the stack and identify which process using it. I am thinking of using netstat and rmsock. (2 Replies)
Discussion started by: depam
2 Replies

7. BSD

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (0 Replies)
Discussion started by: naveeng
0 Replies

8. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (1 Reply)
Discussion started by: naveeng
1 Replies

9. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (6 Replies)
Discussion started by: naveeng
6 Replies
All times are GMT -4. The time now is 11:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy