No replies
Bill Haynes
Bill Haynes's picture
User offline. Last seen 1 day 21 hours ago. Offline
Joined: 03/25/2009

I've been doing sysadmin work locally and for others for a very long time, never, until today at least, have I ran into an issue where "killall $ApplicationName" hasn't worked. I've been playing with the Pidgin Instant Messenger, combining it with the 'torsocks' and liking it so far. I was attempting an image transfer and it locked up, I tried using...

I've been doing sysadmin work locally and for others for a very long time, never, until today at least, have I ran into an issue where "killall $ApplicationName" hasn't worked. I've been playing with the Pidgin Instant Messenger, combining it with the 'torsocks' and liking it so far. I was attempting an image transfer and it locked up, I tried using...

root@r0ckb0x#killall pidgin 
...Which has always worked fine. I even tried using 'xkill' and then clicking on the window, which has also always worked. This time was different, it was like nothing would take it down. After a few tries at google, an alternate command which seemed to be the defacto ruler worked great:
root@r0ckb0x#kill -9 <proccessid>
So if you ever have any issues with an application that you can't terminate use kill -9 <processid>.

Share/Save
n/a

Recent activity