From: Gerfried Maier <moali-ArvQUR6U0fYD0fefG/KofA@public.gmane.org>
To: pavel-AlSwsSmVLrQ@public.gmane.org
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Random shutdowns - some new details
Date: Tue, 16 Sep 2003 07:54:58 +0200 [thread overview]
Message-ID: <3F66A5B2.2060400@sbox.tugraz.at> (raw)
In-Reply-To: <20030908095253.GC3944-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1469 bytes --]
Pavel Machek wrote:
> In-kernel ACPI will happily call /sbin/halt for you in case of system overheat.
> Watch /proc/acpi/thermal/*/*
Thank you for this information - when digging through the sources I was
able to locate the responsible lines.
To get behind these shutdowns I added some lines dealing with thermal
events, mainly cat'ting /proc/acpi/thermal_zone/THRx/temperature, to the
script /usr/sbin/acpid_proxy.
This script is called by acpid with the text of the occured event as
parameter (The SuSE-way of handling acpi-events).
Three days ago another shutdown occured, showing two things:
1) I made some mistake when extending acpid_proxy. But the temperatures
were logged.
2) The temperature logged are far below the trip-points for a shutdown.
(see the attached files)
The trip-point for my thermal zone THRS is 92C, the actual temperature
when the event occured was 46C (logged)
What does this mean?
Any hints are welcome
Regards,
Maier Gerfried
Please mind the attached files:
acpid - a cut from the acpid-logfile
THRC-trip_points - /proc/acpi/thermal_zone/THRC/trip_points
THRS-trip_points - /proc/acpi/thermal_zone/THRS/trip_points
The System is an Acer Travelmate Notebook with
Kernel 2.4.22 acpi and the
preemptive-patch (although I do not think that preemptive has anything
todo with my problems - the shuthdowns already occured when I knew
nothing about preemptive, meaning with vanilla 2.4.xx + acpi-patch)
Base-system: SuSE 8.1
[-- Attachment #2: acpid --]
[-- Type: text/plain, Size: 1980 bytes --]
[Sat Sep 13 14:46:31 2003] starting up
[Sat Sep 13 14:46:32 2003] 1 rule loaded
[Sat Sep 13 17:39:58 2003] received event "button/sleep SLPB 00000080 00000001"
[Sat Sep 13 17:39:58 2003] executing action "/usr/sbin/acpid_proxy button/sleep SLPB 00000080 00000001"
[Sat Sep 13 17:39:58 2003] BEGIN HANDLER MESSAGES
ACPI event button/sleep SLPB 00000080 00000001
No action defined for ACPI event button/sleep SLPB 00000080 00000001
[Sat Sep 13 17:39:58 2003] END HANDLER MESSAGES
[Sat Sep 13 17:39:58 2003] action exited with status 0
[Sat Sep 13 17:39:58 2003] completed event "button/sleep SLPB 00000080 00000001"
[Sat Sep 13 17:48:07 2003] received event "thermal_zone THRS 000000f0 00000001"
[Sat Sep 13 17:48:07 2003] executing action "/usr/sbin/acpid_proxy thermal_zone THRS 000000f0 00000001"
[Sat Sep 13 17:48:07 2003] BEGIN HANDLER MESSAGES
ACPI event thermal_zone THRS 000000f0 00000001
Sat Sep 13 17:48:07 CEST 2003: event thermal_zone THRS 000000f0 00000001, THRS temperature: 46 C, /
/usr/sbin/acpid_proxy: line 109: THRC temperature: 44 C: command not found
[Sat Sep 13 17:48:07 2003] END HANDLER MESSAGES
[Sat Sep 13 17:48:07 2003] action exited with status 0
[Sat Sep 13 17:48:07 2003] completed event "thermal_zone THRS 000000f0 00000001"
[Sat Sep 13 17:48:07 2003] received event "thermal_zone THRS 000000f0 00000000"
[Sat Sep 13 17:48:07 2003] executing action "/usr/sbin/acpid_proxy thermal_zone THRS 000000f0 00000000"
[Sat Sep 13 17:48:07 2003] BEGIN HANDLER MESSAGES
ACPI event thermal_zone THRS 000000f0 00000000
Sat Sep 13 17:48:07 CEST 2003: event thermal_zone THRS 000000f0 00000000, THRS temperature: 46 C, /
/usr/sbin/acpid_proxy: line 109: THRC temperature: 44 C: command not found
[Sat Sep 13 17:48:07 2003] END HANDLER MESSAGES
[Sat Sep 13 17:48:07 2003] action exited with status 0
[Sat Sep 13 17:48:07 2003] completed event "thermal_zone THRS 000000f0 00000000"
[Sat Sep 13 17:48:14 2003] exiting
[-- Attachment #3: THRC-trip_points --]
[-- Type: text/plain, Size: 99 bytes --]
tical (S5): 100 C
passive: 86 C: tc1=2 tc2=5 tsp=300 devices=0xc12c6a80
[-- Attachment #4: THRS-trip_points --]
[-- Type: text/plain, Size: 101 bytes --]
critical (S5): 92 C
passive: 80 C: tc1=2 tc2=5 tsp=300 devices=0xc12c6a80
next prev parent reply other threads:[~2003-09-16 5:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-03 5:49 Random shutdowns Gerfried Maier
[not found] ` <20030908095253.GC3944@openzaurus.ucw.cz>
[not found] ` <20030908095253.GC3944-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
2003-09-16 5:54 ` Gerfried Maier [this message]
[not found] ` <3F66A5B2.2060400-ArvQUR6U0fYD0fefG/KofA@public.gmane.org>
2003-09-16 12:02 ` Random shutdowns - some new details Pavel Machek
[not found] ` <20030916120243.GD602-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2003-10-20 7:14 ` Random shutdowns - again " Gerfried Maier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F66A5B2.2060400@sbox.tugraz.at \
--to=moali-arvqur6u0fyd0fefg/kofa@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=pavel-AlSwsSmVLrQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox