|
| |||
| 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/ |
| |||
| 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 |
| |||
| 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/ |
| |||
| 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 |
| |||
| 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/ |
| |||
| 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 |
| |||
| 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. |
| |||
| 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 |
| |||
| 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 |
| |||
| 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 |
| |||
| 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. |
| |||
| 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/ |
| |||
| 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/ |
| |||
| 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/ |
| |||
| 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/ |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| 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? |