Page 1 of 1

Problems installing Deluge (with web UI) on RPi

Posted: Sat May 04, 2013 8:28 am
by eurythmech
On my Raspberry Pi I run Raspbian Wheezy and I have been following this guide in trying to configure things. So I've run apt-get update and upgrade. Then installed deluge-web (I previously had deluged and python-mako, but never used deluge).

So I try to run the web-ui with the command deluge-web, which promptly crashes, saying Errno 98 address already taken. But when I run lsof for the port 8112 it says its being used by the service deluge-we - isn't that weird?

Also, the guide says there should be a web.conf in my ~/.config/deluge/ directory, but there isn't.

What should I do next?

Re: Problems installing Deluge (with web UI) on RPi

Posted: Sat May 04, 2013 1:17 pm
by Cas
The init script should have started deluge-web as well.

The config dir is relative to the user running the service/application (see init config).