Re: [newbie] Process that just *will not die*!

2003-07-21 Thread Stephen Kuhn
On Mon, 2003-07-21 at 20:45, JoeHill wrote: Ok, gmplayer is running in the background. I have tried to kill it with signal 9 as root, I don't know what else to do except reboot. Help me Obi Wan! (or Stephen...) (If it's running and you didn't run it, do all of this from the term)

RE: [newbie] Process that just *will not die*!

2003-07-21 Thread Frankie
killall -9 gmplayer regards Franki http://htmlfixit.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles A Edwards Sent: Monday, 21 July 2003 8:50 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Process that just *will not die*! On Mon, 21 Jul

Re: [newbie] Process that just *will not die*!

2003-07-21 Thread JoeHill
On Mon, 21 Jul 2003 21:13:20 +0800 Frankie [EMAIL PROTECTED] uttered: killall -9 gmplayer sort of like, kill 'em all, let PID sort 'em out... :) -- Joehill Registered Linux user #282046 Homepage: nodex.sytes.net ++ 15:45:08 up 8:09, 2 users, load average: 0.17, 0.15,

Re: [newbie] Process that just *will not die*!

2003-07-21 Thread Stephen Kuhn
On Tue, 2003-07-22 at 08:10, Chris wrote: On Monday 21 July 2003 08:04 am, Stephen Kuhn wrote: On Mon, 2003-07-21 at 20:45, JoeHill wrote: Ok, gmplayer is running in the background. I have tried to kill it with signal 9 as root, I don't know what else to do except reboot. Help

Re: [newbie] Process that just *will not die*!

2003-07-21 Thread Chris
On Monday 21 July 2003 08:04 am, Stephen Kuhn wrote: On Mon, 2003-07-21 at 20:45, JoeHill wrote: Ok, gmplayer is running in the background. I have tried to kill it with signal 9 as root, I don't know what else to do except reboot. Help me Obi Wan! (or Stephen...) (If it's running

Re: [newbie] Process Manager

2001-10-27 Thread Barry Premeaux
s wrote: On Friday 26 October 2001 10:07 pm, Barry Premeaux wrote: I liked kpm as my process manager in 8.0, but I don't see it in 8.1. What replaces it in 8.1? Barry It's still there in the menu called: applications monitoring Process Management -s

Re: [newbie] Process Manager

2001-10-27 Thread Barry Premeaux
s wrote: On Friday 26 October 2001 10:07 pm, Barry Premeaux wrote: I liked kpm as my process manager in 8.0, but I don't see it in 8.1. What replaces it in 8.1? Barry It's still there in the menu called: applications monitoring Process Management -s

[newbie] Process Manager

2001-10-26 Thread Barry Premeaux
I liked kpm as my process manager in 8.0, but I don't see it in 8.1. What replaces it in 8.1? Barry Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] Process

2000-08-04 Thread soulreaver
you may already know this but, at the console type 'ps -A' this gives a list of all running tasks, on the left next to each task will be an id number, ie: PID TTY TIME CMD 875 ?00:00:00 gnome-session 926 ?00:00:00 esd 928 ?00:00:00 gnome-smproxy 940 ?

Re: [newbie] Process

2000-08-03 Thread Greg Stewart
Good point... I've never actually had to kill a process that wasn't out of control already, so signal 15 doesn't jump into my mind too quickly! --Greg Nathan Slippen wrote: You can do a 'kill -9 pid' and that will kill the pid. To view pid's you can use 'ps -eaf | more. Nathan

Re: [newbie] Process

2000-08-02 Thread soulreaver
you may already know this but, at the console type 'ps -A' this gives a list of all running tasks, on the left next to each task will be an id number, ie: PID TTY TIME CMD 875 ?00:00:00 gnome-session 926 ?00:00:00 esd 928 ?00:00:00 gnome-smproxy 940 ?

Re: [newbie] Process

2000-07-31 Thread Dacia and AzureRose
if you use KDE, pull up a console and type ktop. Its great. You can view and manage processes and gave at your CPU and RAM usage. Very nice. Dacia --- Mark Weaver [EMAIL PROTECTED] wrote: I use Process Management to kill processes that don't want to repsond or are runaway. Works real well

RE: [newbie] Process

2000-07-31 Thread Kollars, Timothy T.
Of Richard Kim Sent: Monday, July 24, 2000 10:53 PM To: [EMAIL PROTECTED] Subject:[newbie] Process How Do you kill a process and view them, I need multiple answers

Re: [newbie] Process

2000-07-29 Thread Nathan Slippen
You can do a 'kill -9 pid' and that will kill the pid. To view pid's you can use 'ps -eaf | more. Nathan At 07:52 PM 7/24/00 -0700, you wrote: How Do you kill a process and view them, I need multiple answers

Re: [newbie] Process

2000-07-29 Thread Paul
On Mon, 24 Jul 2000, Richard Kim wrote: How Do you kill a process and view them, I need multiple answers First answer: run top as root. That shows you all processes. Second answer: run ps -ef as root. That shows you all processes. Third answer: run kill pid after checking the PID number of

Re: [newbie] Process

2000-07-29 Thread Darryl Gibson
Richard Kim wrote: How Do you kill a process and view them, I need multiple answers Use top, and top. -- Darryl Gibson Linux Neophyte (tm) RLU # 182668 This computer is 100% Microsoft FREE

Re: [newbie] Process

2000-07-29 Thread Mark Weaver
I use Process Management to kill processes that don't want to repsond or are runaway. Works real well too. It's under Applications--Monitoring--Process Management. -- Mark ** Registered Linux user # 182496 ** On Mon, 24 Jul 2000, Richard Kim wrote: How Do you kill a

Re: [newbie] Process

2000-07-29 Thread Greg Stewart
In terminal, you can (su to root first) type top [enter] have a tall terminal window ready. this will list all active processes. h calls up the help list. k kills a process---but wait, there's more: when you hit k, it will ask you for the pid (process ID), type that and you will be asked for a

Re: [newbie] Process

2000-07-29 Thread Dacia and AzureRose
I like ktop. ktop all the way for a graphical answer. Dacia --- Richard Kim [EMAIL PROTECTED] wrote: How Do you kill a process and view them, I need multiple answers __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from

Re: [newbie] Process

2000-07-29 Thread Steve Weltman
specifically what you are trying to do. Thanks!! Steve Weltman - Original Message - From: "RJS II" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 25, 2000 8:17 PM Subject: Re: [newbie] Process On Mon, 24 Jul 2000, you wrote: How Do you kill a process and view th

Re: [newbie] Process

2000-07-28 Thread Tomislav Jankovic
Use #ps -A to view all of them, and then use #killall -9 processname or #kill -5 processID How Do you kill a process and view them, I need multiple answers