SuSe 10.2 - System shuts down - Problem

I am using Suse 10.2 on AMD Turion 64 machine. Problem is, every day when I switch on machine, after about 10 minutes of usage system shuts down without giving any warning or error. Then I switch it on and it works fine whole day.

It seems this is heating problem, but I am not 100% sure. Sometimes I have seen system shutting down even when it is not heated. Also I have set system to notify me in case of excessive heating, but I never get any notification. This happens only once every day. Can someone give any hint/solution to this problem?

regards
Varun

check
/var/log
see if you can find anything there

Of course 10.2 has come to end of life, so that is not going to help you.

Thanks, I see following under /var/log/warn

an 21 11:29:46 localhost zmd: Daemon (WARN): Not starting remote web server
Jan 21 11:30:00 localhost kernel: hda-intel: Invalid position buffer, using LPIB read method instead.
Jan 21 11:34:44 localhost kernel: ACPI: Transitioning device [C399] to D0
Jan 21 11:34:44 localhost kernel: ACPI: Transitioning device [C399] to D0
Jan 21 11:34:44 localhost kernel: ACPI: Unable to turn cooling device [ffff810037fce270] ‘on’
Jan 21 11:58:51 localhost kernel: ACPI: Transitioning device [C39B] to D0
Jan 21 11:58:51 localhost kernel: ACPI: Transitioning device [C39B] to D0
Jan 21 11:58:51 localhost kernel: ACPI: Unable to turn cooling device [ffff810037fcef50] ‘on’
Jan 21 12:29:29 localhost zmd: ShutdownManager (WARN): Preparing to sleep…
Jan 21 12:29:29 localhost zmd: ShutdownManager (WARN): Going to sleep, waking up at 01/22/2009 11:19:29
Jan 21 12:35:55 localhost kernel: ACPI: Transitioning device [C39C] to D0
Jan 21 12:35:55 localhost kernel: ACPI: Transitioning device [C39C] to D0
Jan 21 12:35:55 localhost kernel: ACPI: Unable to turn cooling device [ffff810037fceed0] ‘on’
Jan 21 12:43:12 localhost kernel: ACPI: Transitioning device [C39A] to D0
Jan 21 12:43:12 localhost kernel: ACPI: Transitioning device [C39A] to D0
Jan 21 12:43:12 localhost kernel: ACPI: Unable to turn cooling device [ffff810037fcefd0] ‘on’

From following 2 messages, does it mean it’s going to shutdown:

zmd: ShutdownManager (WARN): Preparing to sleep…
zmd: ShutdownManager (WARN): Going to sleep, waking up at 01/22/2009 11:19:29

Looks like it’s fan problem, right?

try using acpi=off in the kernel argument at boot

Thanks will try that.
I have an off-topic question. Can you suggest a book on linux to get better at understanding its architecture and its capabilities, basically to get better at it (right now all I can do is learn new commands and execute them - but that does not raise my confidence in this subject).