LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 09-09-2010, 12:27 AM   #1
guruprasaad
LQ Newbie
 
Registered: Aug 2010
Location: Bangalore
Distribution: fedora13, suse 11.2
Posts: 20

Rep: Reputation: 0
System hanging


I am using suse 9.1 installed longtime ago. It was working smoothly. But nowadays it is giving problem, while working it gets hanging I can't do anything Then i have to press reset button only. I checked 'df' commnd system is not full. Dono what went wrong with system I hav not even installed new software also. Can anybody tell me what mightbe wrong?

GP
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 09-09-2010, 12:44 AM   #2
mcd
Member
 
Registered: Aug 2003
Location: Denver, CO
Distribution: CentOS, Debian
Posts: 825

Rep: Reputation: 33
Does it respond to Ctrl-Alt-F2? If only your X server is hung, then you might be able to use that key sequence to switch to another console and troubleshoot further. You could also try Ctrl-Alt-Backspace, which usually tries to kill only the X server. Otherwise, do your logs show any errors? Start with /var/log/messages.
 
Old 09-09-2010, 03:28 AM   #3
guruprasaad
LQ Newbie
 
Registered: Aug 2010
Location: Bangalore
Distribution: fedora13, suse 11.2
Posts: 20

Original Poster
Rep: Reputation: 0
I have tried to press ctrl-alt-f2. System is not taking any keys. I have do reset only. In log message I couldn't find any errors. Dono what is happening.
 
Old 09-09-2010, 03:33 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I would look for a hardware problem, like memory.
You could run memtest from a live CD.

Kind regards
 
Old 09-09-2010, 03:40 AM   #5
guruprasaad
LQ Newbie
 
Registered: Aug 2010
Location: Bangalore
Distribution: fedora13, suse 11.2
Posts: 20

Original Poster
Rep: Reputation: 0
One more point, actually in my motherboard capacitor started to bulge. I have both windows XP & suse 9.1. While working on XP no problem appears. This hanging problem comes only when working on suse 9.1. I think If it is only hardware problem then for both xp & suse problem should come.
 
Old 09-09-2010, 03:58 AM   #6
guruprasaad
LQ Newbie
 
Registered: Aug 2010
Location: Bangalore
Distribution: fedora13, suse 11.2
Posts: 20

Original Poster
Rep: Reputation: 0
@repo Sorry if i am asking for more elaboration. you mentioned hardware problem, like memory. And you told to run memtest from a live CD. I didn't know how to do this Can you what it is?
 
Old 09-09-2010, 04:30 AM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You can download the memtest.iso, and burn it to CD
Take a look at
http://www.memtest.org/
http://www.techspot.com/vb/topic62524.html

However, there are linux live cd's with memtest included.

Kind regards
 
Old 09-09-2010, 05:55 AM   #8
guruprasaad
LQ Newbie
 
Registered: Aug 2010
Location: Bangalore
Distribution: fedora13, suse 11.2
Posts: 20

Original Poster
Rep: Reputation: 0
Is this memtest is only for RAM test?
 
Old 09-09-2010, 01:36 PM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by guruprasaad View Post
Is this memtest is only for RAM test?
Yes, only for RAM.

I would also take a look at the logs for any clues, located at /var/log/syslog and messages.

Did you do anything right before the hangs started ?

Do you happen to use the proprietary nvidia driver ?
 
Old 09-13-2010, 11:58 PM   #10
guruprasaad
LQ Newbie
 
Registered: Aug 2010
Location: Bangalore
Distribution: fedora13, suse 11.2
Posts: 20

Original Poster
Rep: Reputation: 0
If it is RAM problem, if am right booting also shouldn't happen rite. But my system boots correctly I can work also.
There is no sequence for hanging. System hangs some times while typing codes, or compiling codes, or whenever system is idle also. Also there is no particular time gap after booting.
 
Old 09-14-2010, 03:16 AM   #11
abhijitsarangi
LQ Newbie
 
Registered: Sep 2010
Posts: 7

Rep: Reputation: 0
Hey Hi,

Recently I was also facing the same problem in my rhel system and that is also in dual partition mode . So if you want you can try the things that I have used but I am not sure about the negative impacts of the solution and I am working to find a better solution to it.

What I found is in this type of situation it is the acpi which makes the system hang.

So u try to boot the system with kernel parameter "acpi=off".

That worked for me and now my system is working f9. Initially it used to hang after 15 mints of use and now its been 1 day I have implemented the solution and it's working f9..

I suggest you to try this.

If you have got any other solution in the mean time then please let us know as its already late.

Lastly sorry for the late reply ( actually I have joined the forum recently)
 
Old 09-14-2010, 04:04 AM   #12
abhijitsarangi
LQ Newbie
 
Registered: Sep 2010
Posts: 7

Rep: Reputation: 0
Hey Hi,

Recently I was also facing the same problem in my rhel system and that is also in dual partition mode . So if you want you can try the things that I have used but I am not sure about the negative impacts of the solution and I am working to find a better solution to it.

What I found is in this type of situation it is the acpi which makes the system hang.

So u try to boot the system with kernel parameter "acpi=off".

That worked for me and now my system is working f9. Initially it used to hang after 15 mints of use and now its been 1 day I have implemented the solution and it's working f9..

I suggest you to try this.

If you have got any other solution in the mean time then please let us know as its already late.

Lastly sorry for the late reply ( actually I have joined the forum recently)
 
Old 09-14-2010, 04:06 AM   #13
guruprasaad
LQ Newbie
 
Registered: Aug 2010
Location: Bangalore
Distribution: fedora13, suse 11.2
Posts: 20

Original Poster
Rep: Reputation: 0
But from past almost 2 years system was working fine. Why now acpi gives problem don't understand.
 
Old 09-14-2010, 04:09 AM   #14
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Did you do the memtest?

Kind regards
 
Old 09-14-2010, 05:14 AM   #15
guruprasaad
LQ Newbie
 
Registered: Aug 2010
Location: Bangalore
Distribution: fedora13, suse 11.2
Posts: 20

Original Poster
Rep: Reputation: 0
@repo one question If ram is problem how my windows working. Also linux also boots perfectly. If ram is the culprit problem should come while booting also know.
 
  


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
system hanging after booting raphtor Linux - Newbie 7 02-21-2009 03:52 AM
system hanging munna_dude Linux - General 1 06-29-2007 07:36 AM
XtVaCreateManagedWidget hanging system Millenniumman Programming 0 04-15-2007 03:28 PM
system hanging trey31357 Slackware 3 06-24-2005 09:15 AM
system hanging on booting jmarsh Linux - Networking 1 04-07-2003 09:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 01:26 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