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 02-24-2004, 06:58 PM   #1
santasballz
Member
 
Registered: Jan 2004
Posts: 227

Rep: Reputation: 30
linux is suppost to be stable?


why am i oftening finding my cursor dieing (i still can move it, but i cannot click on anything), programs freezing or shutting down, freezing in screensaver, etc. my suse 9 pro is a fresh install i dunno why these things r happening.

also right now my video player kaffeine is frozen.. like i click on the exit button but nothing happens, it doesn't close, and doesn't play things. i dun think its responding.
u know how in windows, u can press control + alt +delted to terminate a frozen program? how do i do that in linux?
 
Old 02-24-2004, 07:04 PM   #2
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
well, if you open up a terminal and type ps -A you can get a list of all the running processes. If you type kill -s KILL and the pid listed in ps for a process it will kill it.

I certainly wouldn't be surprised if there is a gui app you have that will do that too, but I just always use the command line tools.
 
Old 02-24-2004, 07:05 PM   #3
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
there's a program called "xkill" that can be used to kill x processes that are screwed...

or you can open a terminal and do a "ps aux" and then "kill" the process using it's id...

when one's linux is properly set-up, one would hardly ever need to use these tools though...

something's is OBVIOUSLY not right in your system... it's not that linux isn't stable...
 
Old 02-24-2004, 07:07 PM   #4
chestnut
Member
 
Registered: Jan 2004
Location: Sydney, Australia
Distribution: FC3, Ubuntu (Hoary)
Posts: 86

Rep: Reputation: 15
One way you can do this is to open up a new terminal (ctl, alt & function key), log in as root, view process with top, and kill the offending ones (x-server if your x session has bombed?) You can then log out, and switch back to original terminal (again woth ctl, alt & function key)

ie. processes listed under top are listed with numerical identifier. If process is numbered 2034, kill it with
kill 2034
 
Old 02-24-2004, 07:10 PM   #5
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
yeah... don't blame linux, it's probably one of the programs you are running that's meddling things up.... i'd try running the programs you use one at a time until you get the results, then find a substitute for that program, or at the verry least try to reinstall it... or perhaps you are trying to run too much for your machine to handle....
 
Old 02-24-2004, 07:11 PM   #6
santasballz
Member
 
Registered: Jan 2004
Posts: 227

Original Poster
Rep: Reputation: 30
thx for the fast reply

about the program xkill, do i have to dl it somewhere or does it come with the packages in the cd?
 
Old 02-24-2004, 07:13 PM   #7
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
xkill should be installed per default with the x packages, so you should be able to use it without problems, although i'd reccomend you switch to mplayer or Xine for video....
 
Old 02-24-2004, 07:15 PM   #8
santasballz
Member
 
Registered: Jan 2004
Posts: 227

Original Poster
Rep: Reputation: 30
ok, thx
 
Old 02-24-2004, 07:16 PM   #9
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
yeah, good luck
 
Old 02-24-2004, 07:54 PM   #10
toastermaker
Member
 
Registered: Oct 2003
Location: coastal alabama, united states
Distribution: Mandrake 10.0 official, slackware 9.1
Posts: 219

Rep: Reputation: 30
Don't know about your distro but with mine pressing the control+alt+esc keys turns my mouse into a skull and crossbones, I position it over an app that needs killed and right click or press enter and it kills the app.
Of course that wont help with a process that doesn't have something showing on the desktop but at time its convenient.
 
Old 02-24-2004, 08:01 PM   #11
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
that i think isn't distro dependant, but window manager developed, because windowmaker does not have this feature
 
Old 02-24-2004, 08:10 PM   #12
santasballz
Member
 
Registered: Jan 2004
Posts: 227

Original Poster
Rep: Reputation: 30
when i go into terminal, and type xkill, i get that skull thing and if i click on anyprogram it gets terminated.
is tehre anyway i can make it into the shortcut key like control+alt +del or soemthing? so its faster and i won't have to go in terminal each time and type it

edit: i got it

Last edited by santasballz; 02-24-2004 at 08:12 PM.
 
Old 02-24-2004, 08:17 PM   #13
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
congrats... perhaps you could share how you did it for the rest of us?
 
Old 02-24-2004, 08:18 PM   #14
Atmchicago
Member
 
Registered: Apr 2003
Location: Baltimore
Distribution: Fedora
Posts: 220

Rep: Reputation: 32
I think the KDE system guard is the program you want to use - looks a lot like winxp/win2k's ctrl+alt+del. It comes bundled with KDE, and Suse is a KDE distro, so that should work.

KDE menu --> system --> kde system guard.
 
Old 02-28-2004, 11:23 PM   #15
santasballz
Member
 
Registered: Jan 2004
Posts: 227

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by frieza
congrats... perhaps you could share how you did it for the rest of us?
ya, i just went into the key board short cut menu in my control place
xkill dindt have a shortcut key so i assigned one


anyway, but i dunno why now xkill doesnt work anymore... it worked 2 days ago, not anymore...
 
  


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
more stable linux m2azer Linux - Newbie 3 09-29-2004 10:29 PM
how can i upgrade my squid 2.5 stable 1 to stable 3 in RH9? debloxie Linux - Networking 0 05-12-2004 08:49 PM
how can i upgrade my squid 2.5 stable 1 to stable 3 in RH9? debloxie Linux - Networking 0 05-12-2004 11:25 AM
Linux not so stable? J_Bone Linux - Newbie 18 12-30-2003 05:22 PM
Installing KDE3.1.3 on stable system using the "stable" mirror at download.kde.org preben Debian 8 08-28-2003 07:02 AM

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

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