LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   KDE Mail and a few other programs locking up. (https://www.linuxquestions.org/questions/linux-newbie-8/kde-mail-and-a-few-other-programs-locking-up-26608/)

BlackDogg 07-26-2002 02:31 PM

KDE Mail and a few other programs locking up.
 
What to do when this happens? Only thing I know how to do is log out and back in. Is there like a ctrl+alt+del function in linux to end task the locked program?

BlackDogg 07-26-2002 03:07 PM

BTW this doesn't happen often, I just wanted to know a quick way to resolve this instead of loggin in back and fourth. I heard something about setting the timeouts of application lockups, but not sure how to do this.

isajera 07-26-2002 03:33 PM

there's a program called "kill" that you can use to take down any misbehaving app.

you do need to know the name of the program tho - i think the name of kde mail is kmail - so you would type

kill kmail

at a console, and, voila, the prog dies. you rarely ever need to completely shut down linux, or even log out.

there's a graphical kde prog to do process management where you can just click-and-kill, but i don't remember the name offhand. it might be kprocess. anyone know for sure? :)

BlackDogg 07-26-2002 03:47 PM

It is kmail. Another question though, does the kill command only work if the app is locking, i tried to kill a non locked up kmail, and it says bash: kill: kmail: no such pid. Yeah I would like to know also if there is a gui version of Kill. Thanx a bunch everyone.

isajera 07-26-2002 03:49 PM

:) damn... this is what i get for not using linux for a week.

ok... you need to get the pid number first. i forgot about that. go to a console, and run

ps -ef

to get the running processes, and their pid numbers. then try

kill pid

that should work. IIRC, i think "killall kmail" might work. kill will work no matter what the program is doing, locking, loading, rendering, whatever.

jglen490 07-26-2002 03:51 PM

In KDE, there's "xkill". I need it so often that I put a shortcut on my desktop :D ! But that's usually attributable to operator error :D :D !!

BlackDogg 07-26-2002 04:17 PM

I ran xkill, and it got rid of my taskbar, I don't even see a gui for it. I'm running as root too.

BlackDogg 07-26-2002 08:12 PM

Is xkill supposed to do that make my task bar disapear or is it tripping out?

MasterC 07-27-2002 12:34 AM

To bring your taskbar back, go to k, then run and type kicker. I don't know about you guys, but when I type xkill my mouse turns to skull and cross bones and then I click the program I want to kill. Also, you can optionally open a term and type 'top' to list all the processes and such, and that too will give you an option to kill certain things.

BlackDogg 07-27-2002 01:07 AM

Laff, how do I go to k when I don't see no taskbar? Yeah is this a bug or something? was very anxious to know there was something like task manager, but it's not working for me. ;o(

MasterC 07-27-2002 01:11 AM

ha ha ha, oh yeah, good point. You can do it in a term too. Or if you have icons on your desktop to your home directory, you could open one up, and click on tools then open a term. Probably a few other ways too, just not at my box right now, so that's about it from memory.

Good one

Oh, top is alot like task manager if you haven't given that a quick peak yet.

webtoe 07-27-2002 08:42 PM

btw, if you want, you can type
Code:

killall nameofapplication
and it will kill stuff. So if kmail crashed you could jsut use 'killall kmail' and you wouldn;t need to find out the PID

how amazing!

Alex

Qebex 09-18-2002 02:43 AM

use KDE system guard....it's like windows taskmanager


All times are GMT -5. The time now is 10:26 AM.