My goal is to use the thin client from my windows 10 computer.
First i followed this guide to install Deluge
http://dev.deluge-torrent.org/wiki/Inst ... ian/Jessie
Then i followed this to autostart Deluge
http://dev.deluge-torrent.org/wiki/User ... ce/systemd
Then this to set up the thin client
http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient
My problem is that i cant access Deluge form the Windows 10 client after i reboot the Rasberry Pi.
If i type sudo systemctl status deluged -l after i reboot i get this:
Code: Select all
pi@raspberrypi:~ $ sudo systemctl status deluged -l
● deluged.service - Deluge Bittorrent Client Daemon
Loaded: loaded (/etc/systemd/system/deluged.service; enabled)
Active: active (running) since Fri 2016-08-05 17:46:41 UTC; 1h 25min ago
Main PID: 528 (deluged)
CGroup: /system.slice/deluged.service
└─528 /usr/bin/python /usr/bin/deluged -d
Aug 05 17:46:41 raspberrypi systemd[1]: Started Deluge Bittorrent Client Daemon.
If i however do this:
Code: Select all
pi@raspberrypi:~ $ sudo killall deluged
pi@raspberrypi:~ $ deluged
Any ideas?
I'm a beginner with Debian so i don't know where to start looking.
I'm running this on Raspbian GNU/Linux 8 (jessie).