Annoying issue with webui
Annoying issue with webui
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
you need to kill the webui.
note the pid
alternatively, restarting the machine will also kill it.
Code: Select all
ps aux | grep deluge
Code: Select all
kill <pid>