LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-18-2010, 07:57 PM   #1
abh
Member
 
Registered: Aug 2009
Posts: 30

Rep: Reputation: 1
Linux crashing for no reason


I run Debian squeeze on a Toshiba A200 notebook.

I came home today and the computer had shut itself down.
It did this a few weeks ago while I was using it too.

Here's the log from today:


Code:
Nov 19 12:39:13 icebreaker avahi-daemon[2514]: Withdrawing workstation service for ppp0.
Nov 19 12:39:13 icebreaker postfix/master[2898]: reload -- version 2.7.1, configuration /etc/postfix
Nov 19 12:39:13 icebreaker pppd[3590]: Script /etc/ppp/ip-down finished (pid 3760), status = 0x0
Nov 19 12:39:13 icebreaker pppd[3590]: Exit.
Nov 19 12:57:04 icebreaker -- MARK --
Nov 19 13:29:19 icebreaker syslogd 1.5.0#6: restart.
Nov 19 13:29:19 icebreaker acpid: starting up with proc fs

As you can see, no clues about what caused the crash. That's not surprising as it crashes instantly, no chance to write anything.

How can I diagnose this problem? It doesn't happen very often, but it hardly makes Linux look more stable than Microsoft!

Any ideas welcome.

Thanks,
Andrew

Last edited by abh; 11-18-2010 at 08:06 PM.
 
Old 11-18-2010, 08:52 PM   #2
tiredofbilkyyaforallican
Member
 
Registered: Aug 2010
Location: 3rd rock from the sun
Distribution: LMDE/Peppermint/Mint 9,&10/along with a few others
Posts: 152

Rep: Reputation: 22
Just a wild guess here but have you checked the power management settings?looked like the comp was idle for a while and then shut down instead of going to hibernate/suspend.
 
Old 11-18-2010, 09:08 PM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
At first, I don't think that there is a crash without reason, and comparing two OSes without knowing the reason for the crashes is straight unfair. May be that both OSes would run fine on your machine, but you have an hardware issue?

To your problem: Sudden shutdowns can have more than one reason. Check your temperatures, the A200 is a little bit older, mab you have to clean your cooling system. It also can be a power failure, did the shutdown happen on battery or on AC power? We need more infos to help you.
 
Old 11-18-2010, 09:42 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
What TobiSGD said. Overheating is the single biggest cause of unexpected shutdowns, all other things being equal.

It may be enough to turn off the computer and point the vacuum cleaner hose at the cooling vents.

You could try running GKrellM (it's in the Debian repos). It has a temperature sensor; it's not on by default but it's easy to turn on in the configuration. If your CPU has a temperature sensor, GkrellM will display the temperature.

My laptop commonly runs in the low 100s Fahrenheits.
 
Old 11-18-2010, 10:41 PM   #5
joec@home
Member
 
Registered: Sep 2009
Location: Galveston Tx
Posts: 291

Rep: Reputation: 70
You will also want to check the /var/log/dmesg to see if any hardware information got stored there.
 
Old 11-18-2010, 10:51 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by joec@home View Post
You will also want to check the /var/log/dmesg to see if any hardware information got stored there.
That gets overwritten on boot. It's just a highly volatile
on disk excerpt of the kernel ring buffer.



Cheers,
Tink
 
Old 11-19-2010, 11:21 PM   #7
abh
Member
 
Registered: Aug 2009
Posts: 30

Original Poster
Rep: Reputation: 1
Must be overheating

I was just annoyed when I made that comparison with Microsoft. Because Linux has always been so stable, this problem threw me.

Code:
cat /proc/acpi/thermal_zone/TZ00/temperature /proc/acpi/thermal_zone/TZ01/temperature
(I have a function called therm in ~/.bash_aliases so I don't have to keep typing these out.)

typically gives me temperatures of 52 and 46 centrigade. That's up to 125 Farenheit. Is that too warm? Maybe I need to research that.

Will the vacuum cleaner clean the cooling system enough or will I have to get that done professionally? I know that's a vague question.

Thanks all for the help so far.
 
Old 11-20-2010, 12:43 AM   #8
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by abh View Post
typically gives me temperatures of 52 and 46 centrigade. That's up to 125 Farenheit. Is that too warm? Maybe I need to research that.

Will the vacuum cleaner clean the cooling system enough or will I have to get that done professionally?
It's on the warm side, depending on your ambient temperature but not disastrously so. Laptop/netbooks typcally run a little higher than that and full size computers lower.

No need for professional cleaning but be gentle. You may need a soft brush to clean between heat sink fins. Some people use tins of compressed air. While you are in there you could re-seat the memory chips (the in and out movement will clean the contacts). Any air filters in the case can be washed and dried.
 
1 members found this post helpful.
Old 11-26-2010, 04:59 AM   #9
abh
Member
 
Registered: Aug 2009
Posts: 30

Original Poster
Rep: Reputation: 1
Thanks

Thanks for that. Awesome advice!
 
  


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
Create music on Linux: Does Subtractor Reason software exist for linux? kenneho General 7 11-26-2009 12:25 AM
Many complications after crashing first install and crashing and reinstalling several dong Linux - Newbie 1 10-06-2008 04:33 AM
Reason 2.5 with LINUX soy Linux - Software 4 06-14-2005 01:05 PM
The best reason to use linux? - Your lookin at it Boffy General 3 04-16-2004 02:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:07 PM.

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