Page 1 of 1

How to install deluged on debian?

Posted: Sat Feb 25, 2017 4:37 pm
by nowox
I looked at many tutorials including the ones on deluge-torrent.org, but they all seem to be obsolete or at least very-different from what I am expecting.

All begins with

Code: Select all

apt-get install deluged
in testing on Jessie so I've got deluged 1.3.13.

I noticed

Code: Select all

apt-get
created the user

Code: Select all

debian-deluged
and a

Code: Select all

init.d
script. All right so I just started the daemon with `sudo service deluged start`, then stopped it.

I was expecting to get some configuration files in

Code: Select all

/var/lib/deluged/config
, but the folder is still empty. I don't want to do

Code: Select all

$ deluged && killall -9 deluged
` because I don't want the config files to be created for my user. `apt-get` created a bunch of configuration, so I would like to use what it already installed for me.

Unfortunately I still did not find how to properly install deluged on my raspdebian.

Any help would be appreciated.

Re: How to install deluged on debian?

Posted: Mon Feb 27, 2017 1:03 pm
by shamael
Hi Nowox,

Due to the lack of update on the stable repo from Debian I opted for a compil from source for both libtorrent/Deluge. Be aware the last version of libtorrent (1.1.X) is not supported in 1.3.13, I'm currently running 1.0.9 w/o issue. I guess later 1.0.X may be tried.

(pay attention to comment for RPI/Debian)
Libtorrent from source : http://dev.deluge-torrent.org/wiki/Building/libtorrent
Debian from source http://dev.deluge-torrent.org/wiki/Inst ... Installing

And finally what most concerns your setup: systemd setup with dedicated user
http://dev.deluge-torrent.org/wiki/User ... ce/systemd

This last part will enable to you have a proper systemd with a config file in the home folder of the created user (/var/lib/deluge). Adapt the line fir any custom usage you want of course.

enjoy

Re: How to install deluged on debian?

Posted: Tue Feb 28, 2017 11:54 am
by Cas
You can use the Deluge PPA, for jessie use the trusty repo.

Those included debian init scripts are outdated, although should work, the best solution is to remove them and use systemd.

Re: How to install deluged on debian?

Posted: Fri Mar 10, 2017 2:34 pm
by shamael