aMule Forum

English => aMule Help => Topic started by: username on June 23, 2005, 06:13:37 PM

Title: amuleweb, annoying autofork
Post by: username on June 23, 2005, 06:13:37 PM
How do I kill amuleweb?

I don't think of amuleweb forking on crash or quit  as a good workaround for it's stabilty problem. How do I kill it? Take a look at this:

Code: [Select]

user@host:~/bin/bin $ ps x | grep amuleweb
22420 pts/4    Sl+    0:00 ./amuleweb
user@host:~/bin/bin $ kill -9 22420
user@host:~/bin/bin $ ps x | grep amuleweb
22424 pts/4    Sl+    0:00 ./amuleweb
user@host:~/bin/bin $ killall amuleweb
user@host:~/bin/bin $ ps x | grep amuleweb
22429 pts/4    Sl+    0:00 ./amuleweb
user@host:~/bin/bin $  

What the?!


I also had amuled crashing, and without the daemon running, amuleweb goes nuts!

Code: [Select]
user@host:~/bin/bin $ while true; do ps x | grep amuleweb; sleep 1; done
19727 pts/4    R+     0:00 ./amuleweb
19775 pts/4    R+     0:00 ./amuleweb
19824 pts/4    R+     0:00 ./amuleweb
19873 pts/4    R+     0:00 ./amuleweb
19922 pts/4    R+     0:00 ./amuleweb
19970 pts/4    R+     0:00 ./amuleweb
20019 pts/4    R+     0:00 ./amuleweb
20067 pts/4    R+     0:00 ./amuleweb
[..]

So, how do kill the amuleweb processes?

edit: typo
Title: Re: amuleweb, annoying autofork
Post by: Kry on June 23, 2005, 07:27:52 PM
amuleweb does not fork on exit.
Title: Re: amuleweb, annoying autofork
Post by: ken on June 23, 2005, 11:54:42 PM
It looks to me like you have set up some sort of script to run amuleweb and keep running it again whenever it quits.  I seem to recall somebody posting such a script on the forum once.  Use ps to check if a script like that is running.  Kill that first and all should be fine.
Title: Re: amuleweb, annoying autofork
Post by: username on June 24, 2005, 07:48:02 AM
Ugh, I wonder how I did not notice that. Sorry for this stupid thread.

Keep up the good work, you have an amazing application  :baby: