Page 1 of 1

Annoying issue with webui

Posted: Wed Feb 10, 2010 11:43 pm
by Vakz
I installed Deluge earlier today, but then figured I was looking for something else.. I also installed the webui, which is what i'm having trouble with now. I installed Deluge through synaptic, and uninstalled it the same way. The webui still seems to be running though, because when i go to http://localhost i'm prompted with the same page as before, even though I've uninstalled it all. Now, i'm trying to install apache, so obviously it's very annoying to not be able to use port 80.

Re: Annoying issue with webui

Posted: Thu Feb 11, 2010 4:57 am
by johnnyg
you need to kill the webui.

Code: Select all

ps aux | grep deluge
note the pid

Code: Select all

kill <pid>
alternatively, restarting the machine will also kill it.