I've gone through the instructions here to configure Deluge, and I've also gone through these instructions to set up the necessary scripts.
The username I chose for DELUGED_USER
was the user name I was logged in with, i.e. the Unity desktop user.
I executed each of the commands as instructed and received no error messages. Upon restart, deluged was not running. When I executed sudo update-rc.d deluge-daemon defaults
I got a warning that the entry already exists. Manually executing sudo invoke-rc.d deluge-daemon start
works, and I am able to connect.
It appears as though the start-up script will not execute at start-up, however there doesn't appear to be anything wrong with the script as executing it manually successfully starts the daemon.
Any idea why this might be happening?
sudo start deluged
to start it. – Ozzah Sep 29 '14 at 11:37sudo start deluged
every time I boot. I followed the instructions on the linked page. – Ozzah Oct 01 '14 at 08:41sudo start deluged
a process starts but as soon as I try tosudo stop deluged
I getstop: Unknown instance:
. It works fine fordeluge-web
i.e. process starts/stops normally but of courseweb
is useless w/o daemon. Only changes: adding user:pwd toauth
and changing defaults port incore.conf
andweb.conf
.daemon.log
is empty,web.log
has No such file or directory: '/var/lib/deluge/.config/deluge/hostlist.conf.1.2and
Connection was refused by other side`. – amar Nov 22 '14 at 11:21auth
file and port change viacore.conf
file andweb.conf
file. – amar Nov 22 '14 at 11:27