1. Enable allow remote.
Code: Select all
reg@TonidoPlug:~/.config/deluge$ /usr/bin/python2.6 /usr/bin/deluge -u console
>>> config allow_remote
* allow_remote: True
>>>
Code: Select all
reg@TonidoPlug:~/.config/deluge$ cat ~/.config/deluge/auth
localclient:a96512cbf74f7b40b9f1478f47843436777a50aa
deluge:test:10
Code: Select all
reg@TonidoPlug:~/.config/deluge$ ps -ef | grep deluge
reg 6604 1 1 14:02 ? 00:01:40 /usr/bin/python2.6 /usr/bin/deluge -u web
reg 8494 7866 0 15:29 pts/0 00:00:00 grep deluge
reg@TonidoPlug:~/.config/deluge$ /usr/bin/python2.6 /usr/bin/deluged
reg@TonidoPlug:~/.config/deluge$ ps -ef | grep deluge
reg 6604 1 1 14:02 ? 00:01:40 /usr/bin/python2.6 /usr/bin/deluge -u web
reg 8499 1 75 15:29 ? 00:00:00 /usr/bin/python2.6 /usr/bin/deluged
reg 8506 7866 0 15:29 pts/0 00:00:00 grep deluge
reg@TonidoPlug:~/.config/deluge$
Code: Select all
reg@TonidoPlug:~/.config/deluge$ /usr/bin/python2.6 /usr/bin/deluge --version
1.1.6
Thanks in advance!