Annoying issue with webui

General support for problems installing or using Deluge
Post Reply
Vakz

Annoying issue with webui

Post 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.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Annoying issue with webui

Post 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.
Post Reply