aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuleweb, annoying autofork  (Read 1855 times)

username

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
amuleweb, annoying autofork
« 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
« Last Edit: June 23, 2005, 06:19:40 PM by username »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: amuleweb, annoying autofork
« Reply #1 on: June 23, 2005, 07:27:52 PM »

amuleweb does not fork on exit.
Logged

ken

  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 825
Re: amuleweb, annoying autofork
« Reply #2 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.
Logged

username

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: amuleweb, annoying autofork
« Reply #3 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:
« Last Edit: June 24, 2005, 07:49:03 AM by username »
Logged