Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Linux

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 05-08-2008, 06:21 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
how could I kill this amuled?


root@server:~# ps aux | grep mule
toylet 22443 1.1 0.0 0 0 ? Ds May08 21:36 [amuled]
root 31244 0.0 0.2 1756 532 pts/1 S+ 09:15 0:00 grep mule

Tried both `kill -9 22443` and `killall amuled`. All failed.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.10) Linux 2.6.25.2
^ ^ 09:16:01 up 1 day 12:39 2 users load average: 2.24 2.17 2.07
ºî ´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 05-08-2008, 06:21 PM
  #2 (permalink)  
Old 05-08-2008, 06:30 PM
Bit Twister
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

On Fri, 09 May 2008 09:17:53 +0800, Man-wai Chang ToDie (33.6k) wrote:
>
> root@server:~# ps aux | grep mule
> toylet 22443 1.1 0.0 0 0 ? Ds May08 21:36 [amuled]
> root 31244 0.0 0.2 1756 532 pts/1 S+ 09:15 0:00 grep mule
>
> Tried both `kill -9 22443` and `killall amuled`. All failed.


man pkill
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 05-09-2008, 01:00 AM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

>> toylet 22443 1.1 0.0 0 0 ? Ds May08 21:36 [amuled]
>> Tried both `kill -9 22443` and `killall amuled`. All failed.

> man pkill


More hint(s) please... that amuled is already dead...

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.10) Linux 2.6.25.2
^ ^ 15:45:02 up 2 min 0 users load average: 2.64 1.29 0.50
ºî ´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 05-09-2008, 01:50 AM
MarcB
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

Man-wai Chang ToDie (33.6k) wrote:

>>> toylet 22443 1.1 0.0 0 0 ? Ds May08 21:36
>>> [amuled] Tried both `kill -9 22443` and `killall amuled`. All failed.

>> man pkill

>
> More hint(s) please... that amuled is already dead...
>

what do you mean by already dead ??
If it is not running anymore, I guess you obtained your goal of stopping the
process
--
MarcB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 05-09-2008, 02:50 AM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

> > toylet 22443 1.1 0.0 0 0 ? Ds
> > May08 21:36 [amuled]

> what do you mean by already dead ??
> If it is not running anymore, I guess you obtained your goal of stopping the
> process


But it's still being listed as a process. Other than
rebooting the server, could I cleanly eliminate it?

Look at its state: Ds



--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.10) Linux 2.6.25.2
^ ^ 17:48:01 up 12 min 1 user load average: 1.04 1.30 0.94
ºî ´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 05-09-2008, 07:50 AM
sk8r-365
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

Feverishly pounding upon a keyboard Bit Twister typed:
> On Fri, 09 May 2008 15:45:57 +0800, Man-wai Chang ToDie (33.6k) wrote:
>>>> toylet 22443 1.1 0.0 0 0 ? Ds May08 21:36 [amuled]
>>>> Tried both `kill -9 22443` and `killall amuled`. All failed.
>>> man pkill

>>
>> More hint(s) please... that amuled is already dead...

>
> Can not be dead if "ps" is showing that it is running, and happens to
> be in D Uninterruptible sleep (usually IO) according to my linux
> distributions man page for ps.
>
> Have user toylet do something to send an IO event to amuled to see if
> anything changes.


You're in a generous mood, BT. I was gonna say "man ps" and that's all.

--
sk8r-365
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 05-09-2008, 08:10 AM
Bit Twister
Newsgroup Contributor
 
Posts: n/a
Re: [OT] how could I kill this amuled?

On Fri, 09 May 2008 09:44:16 -0500, sk8r-365 wrote:
> Feverishly pounding upon a keyboard Bit Twister typed:
>> On Fri, 09 May 2008 15:45:57 +0800, Man-wai Chang ToDie (33.6k) wrote:
>>>>> toylet 22443 1.1 0.0 0 0 ? Ds May08 21:36 [amuled]
>>>>> Tried both `kill -9 22443` and `killall amuled`. All failed.
>>>> man pkill
>>>
>>> More hint(s) please... that amuled is already dead...

>>
>> Can not be dead if "ps" is showing that it is running, and happens to
>> be in D Uninterruptible sleep (usually IO) according to my linux
>> distributions man page for ps.
>>
>> Have user toylet do something to send an IO event to amuled to see if
>> anything changes.

>
> You're in a generous mood, BT. I was gonna say "man ps" and that's all.


Heheh, thought about it. I also was thinking Man-wai Chang might want
to read http://www.catb.org/~esr/faqs/smart-questions.html

Post did not contain which distribution was running, we do not know
who ran the commands.
Nor did we see what was entered on the command line or what was returned.

We have to assume kill -9 22443 was entered when kill -9 222443 might
have been what was actually entered.

I assumed it was not root or toylet who issued the commands.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 05-09-2008, 12:20 PM
sk8r-365
Newsgroup Contributor
 
Posts: n/a
Re: [OT] how could I kill this amuled?

Feverishly pounding upon a keyboard Bit Twister typed:
>
> Heheh, thought about it. I also was thinking Man-wai Chang might want
> to read http://www.catb.org/~esr/faqs/smart-questions.html
>
> Post did not contain which distribution was running, we do not know
> who ran the commands.
> Nor did we see what was entered on the command line or what was returned.
>
> We have to assume kill -9 22443 was entered when kill -9 222443 might
> have been what was actually entered.
>
> I assumed it was not root or toylet who issued the commands.


You're right ... all things I quietly noted. Along with that seems to be
he/she/its lack of reading, some re-posting of old queries made from
itself and perpetual use of Windows OS in a Linux NG.

I think he's a fishing troll. Suspect he's sitting on his Spiderman
covered race car bed using Mommie's laptop from a brothel even now. 8p

--
sk8r-365
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 05-09-2008, 12:30 PM
Beej Jorgensen
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

Man-wai Chang ToDie (33.6k) <toylet.toylet******.com> wrote:
>Look at its state: Ds


Consulting the ps man page:

# D Uninterruptible sleep (usually IO)
# s is a session leader

It's not dead--that would be "Z". It's in "Uninterruptable Sleep". You
can't kill it. Here are a couple tips that might help:

http://gentoo-wiki.com/HOWTO_Killing...le_sleep_state

-Beej

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 05-09-2008, 04:50 PM
goarilla
Newsgroup Contributor
 
Posts: n/a
Re: [OT] how could I kill this amuled?

sk8r-365 wrote:
> Feverishly pounding upon a keyboard Bit Twister typed:
>> Heheh, thought about it. I also was thinking Man-wai Chang might want
>> to read http://www.catb.org/~esr/faqs/smart-questions.html
>>
>> Post did not contain which distribution was running, we do not know
>> who ran the commands.
>> Nor did we see what was entered on the command line or what was returned.
>>
>> We have to assume kill -9 22443 was entered when kill -9 222443 might
>> have been what was actually entered.
>>
>> I assumed it was not root or toylet who issued the commands.

>
> You're right ... all things I quietly noted. Along with that seems to be
> he/she/its lack of reading, some re-posting of old queries made from
> itself and perpetual use of Windows OS in a Linux NG.
>
> I think he's a fishing troll. Suspect he's sitting on his Spiderman
> covered race car bed using Mommie's laptop from a brothel even now. 8p
>

that's kinda cool because
which brothel has spiderman's covered race cars ?
serious ?
yes i'll pay you xxx $ to play with your bed :D
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 05-09-2008, 08:31 PM
Vahis
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

Beej Jorgensen wrote:
> Man-wai Chang ToDie (33.6k) <toylet.toylet******.com> wrote:
>> Look at its state: Ds

>
> Consulting the ps man page:
>
> # D Uninterruptible sleep (usually IO)
> # s is a session leader
>
> It's not dead--that would be "Z". It's in "Uninterruptable Sleep". You
> can't kill it. Here are a couple tips that might help:
>
> http://gentoo-wiki.com/HOWTO_Killing...le_sleep_state


That höwto tells about the same procedure that you use to kill zombies,
via their parents.

They tell you to kill the parents. OK. But you need to find them.

Use pstree. You command pstree -p and you'll see the processes in a tree
with their PID:s.

Only then you can kill the parents PID:s and the child will die.

Vahis
--
Only wimps use tape backup:
_real_ men just upload their important stuff on ftp,
and let the rest of the world mirror it ;)"
Linus Torvalds 1996.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 05-09-2008, 09:00 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: [OT] how could I kill this amuled?

> You're right ... all things I quietly noted. Along with that seems to be
> he/she/its lack of reading, some re-posting of old queries made from
> itself and perpetual use of Windows OS in a Linux NG.


As I said before, I wrote too much. Not trolling.
Also, I am an old person.

> I think he's a fishing troll. Suspect he's sitting on his Spiderman
> covered race car bed using Mommie's laptop from a brothel even now. 8p


I will patiently wait for Linux to kill Window$. Then
you would not see me using Micro$oft stuff.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.10) Linux 2.6.25.2
^ ^ 11:47:01 up 18:11 1 user load average: 1.02 1.04 1.02
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 05-09-2008, 09:00 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: [OT] how could I kill this amuled?

> We have to assume kill -9 22443 was entered when kill -9 222443 might
> have been what was actually entered.


No.. I didn't enter the wrong pid.

> I assumed it was not root or toylet who issued the commands.


Yes, I was root when I attempted `kill`.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.10) Linux 2.6.25.2
^ ^ 11:49:01 up 18:13 1 user load average: 1.00 1.02 1.01
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 05-09-2008, 09:10 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

> Use pstree. You command pstree -p and you'll see the processes in a tree
> with their PID:s.


Thanks. I forgot about `pstree`.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.10) Linux 2.6.25.2
^ ^ 11:57:01 up 18:21 1 user load average: 1.06 1.07 1.02
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 05-09-2008, 09:10 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: how could I kill this amuled?

> # D Uninterruptible sleep (usually IO)
> # s is a session leader
> It's not dead--that would be "Z". It's in "Uninterruptable Sleep". You
> can't kill it. Here are a couple tips that might help:
>
> http://gentoo-wiki.com/HOWTO_Killing...le_sleep_state


Thanks.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.10) Linux 2.6.25.2
^ ^ 11:57:01 up 18:21 1 user load average: 1.06 1.07 1.02
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't kill some processes Brataq Windows Vista 13 09-10-2009 06:20 PM
Did I kill this computer? Gyabin Windows XP 5 03-30-2008 02:50 PM
Can't kill a process Jarod Windows XP 1 02-05-2008 09:10 AM
kill filter help jeff Windows Vista 65 11-08-2007 02:00 PM
Kill the footer? T. Wise Microsoft OneNote 3 01-07-2007 12:19 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 10:01 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0