LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-28-2013, 10:03 AM   #1
Edmis
LQ Newbie
 
Registered: Feb 2010
Distribution: Slackware
Posts: 9

Rep: Reputation: 0
Question Slackware14 64 total crash


Hi there,
I am new user of slackware. Most of the times i manage solve the problems, but in this case do not know where to started or look. Before crash I made ​​images:
picture

as I noticed the programs does not close completely and i could't close xine, normaly CPU is 10% in use.


To restart computer i need turn off power.

Please help

P.S srorry for english
P.S2 i hope you understand my problem

Last edited by Edmis; 02-28-2013 at 10:05 AM.
 
Old 02-28-2013, 07:10 PM   #2
padeen
Member
 
Registered: Sep 2009
Location: Perth, W.A.
Distribution: Slackware, Debian, Gentoo, FreeBSD, OpenBSD
Posts: 208

Rep: Reputation: 41
Are you sure it is a total crash? That would be very unusual. Perhaps it is that the system has become unresponsive. If so, it may be that xine is using 100% cpu time.

You could try opening a terminal window first, then trying to run xine. If it happens again, click on the terminal and run pkill xine.
 
Old 03-01-2013, 04:08 AM   #3
Edmis
LQ Newbie
 
Registered: Feb 2010
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by padeen View Post
Are you sure it is a total crash?
I'm not sure, but i think YES.

Quote:
Originally Posted by padeen View Post
Perhaps it is that the system has become unresponsive.
The "xine" not only one reason what my system crash, sometime when i browse in firefox my system become very slow, and after few sec i can't do nothing. Can't move mouse, sound stop, can't close browser or any program. In windows with cltr+alt+del i can check what program is running and kill if its not respond. Could i check in slack, if it is impossible.

Suggestion: maybe i miss something with my driver configuration, how could i check in slack? :|
ghmz i don't remember, but before multilib installation and configuration i manager work all day, after multilib my system become unstable. <--- maybe i'm not sure about that

Thx for help
 
Old 03-01-2013, 04:51 AM   #4
elesmod
Member
 
Registered: Sep 2012
Distribution: Slackware
Posts: 88

Rep: Reputation: Disabled
If your system crashes again, try CTRL+ALT+F2. If it switches you to the console, it means your system has not really crashed. You could try to login and
Code:
ps -A
locate the PID (process ID) you think might have caused the issue and
Code:
kill process_number
"ps -A" again to see if it was removed from the list. If not, then you'll have to sigkill it
Code:
kill -9 process_number
Then you can try to go back to X by pressing CTRL+ALT+F7.
 
1 members found this post helpful.
Old 03-01-2013, 06:23 AM   #5
Edmis
LQ Newbie
 
Registered: Feb 2010
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by elesmod View Post
CTRL+ALT+F2 CTRL+ALT+F7.
Thx for this i think i found the problem
Code:
root@darkstar:/home/edmis# lspci -k | grep -iA5 vga
05:00.0 VGA compatible controller: nVidia Corporation GT215 [GeForce GT 240] (rev a2)
        Subsystem: Micro-Star International Co., Ltd. Device 8041
        Kernel driver in use: nouveau
05:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
        Subsystem: Micro-Star International Co., Ltd. Device 8041
        Kernel driver in use: snd_hda_intel
i try install new nvdia drivers, but i could of nouveau, how disable?

Quote:
rmmod nouveau
don't work

/etc/modprobe.d/blacklist.conf <--- don't exist
 
Old 03-01-2013, 07:09 AM   #6
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by Edmis View Post
i try install new nvdia drivers, but i could of nouveau, how disable?

don't work

/etc/modprobe.d/blacklist.conf <--- don't exist

Code:
$ installpkg SLACKDVD/extra/xf86-video-nouveau-blacklist/xf86-video-nouveau-blacklist-noarch-1.txz
or

Code:
$ echo "blacklist nouveau" > /etc/modprobe.d/BLACKLIST-nouveau.conf
Greetings.

--
SeB
 
1 members found this post helpful.
Old 03-01-2013, 07:39 AM   #7
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,095

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
is that by any chance an optimus notebook? can you please tell us the model?
 
Old 03-01-2013, 07:42 PM   #8
lee88abc
Member
 
Registered: Apr 2011
Location: northeast USA
Distribution: slackware
Posts: 32

Rep: Reputation: 0
BTW even if your gui desktop **seems** to be dead where you can't move your mouse or keyboard, you can still ssh to your system from another computer.
I find that unless its a total kernel crash, the system is still up. If the kernel is healthy and runs, it seems to never die.
 
Old 03-04-2013, 06:16 AM   #9
Edmis
LQ Newbie
 
Registered: Feb 2010
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ponce View Post
is that by any chance an optimus notebook? can you please tell us the model?
No it's not notebook.

I fought i sorted my problem, when i update nvdia drivers. i manage kill xine, when he crash. The xine immediately crashed, then i launched.
 
Old 03-04-2013, 06:22 AM   #10
Edmis
LQ Newbie
 
Registered: Feb 2010
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by lee88abc View Post
BTW even if your gui desktop **seems** to be dead where you can't move your mouse or keyboard, you can still ssh to your system from another computer.
I find that unless its a total kernel crash, the system is still up. If the kernel is healthy and runs, it seems to never die.
Not bad idea, but it take a lot time, because i don't have at home second computer, so i can't check

Can it be what not system fault, but X? any X error log?
 
Old 03-04-2013, 08:18 AM   #11
lee88abc
Member
 
Registered: Apr 2011
Location: northeast USA
Distribution: slackware
Posts: 32

Rep: Reputation: 0
Quote:
Originally Posted by Edmis View Post
Not bad idea, but it take a lot time, because i don't have at home second computer, so i can't check

Can it be what not system fault, but X? any X error log?
you can ssh from your smartphone too.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Slackware total crash Edmis Linux - Newbie 6 05-22-2011 04:58 AM
Total crash after modifying Cairo-Dock! gho6uuu Linux - Desktop 0 01-23-2009 05:17 AM
Random total system crash paju Linux - Hardware 3 03-23-2008 08:15 AM
Total Kernel crash with alsa and midi OrbWeaver Linux - General 0 08-07-2004 06:44 AM
Americas Army 1.9 + Suse 9.0 = total crash! help! xyzo Linux - Games 0 11-21-2003 09:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:44 AM.

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