Problems installing Deluge (with web UI) on RPi

General support for problems installing or using Deluge
Post Reply
eurythmech

Problems installing Deluge (with web UI) on RPi

Post 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?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

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

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