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?
Problems installing Deluge (with web UI) on RPi
Re: Problems installing Deluge (with web UI) on RPi
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).
The config dir is relative to the user running the service/application (see init config).