I have recently as of last week moved my NAS from FreeNAS to Arch Linux and reinstalled deluge, my torrent client of choice.
I have followed the directions for installing deluge and have installed it many times before with no issues. Unfortunately, this time that is not the case.
Using the native deluge app connected to the deluge daemon, torrents that are added are unable to connect to peers / download. When I add a torrent, arch distro so that I know it has plenty of peers, deluge finds the tracker, peers, connects to one, transfers a few 100k, and then drops all connections and does nothing.
I have checked the ports to make sure that they are open, in the setting, panel deluge says it is open, along with just temporarily trying UPnP. I don't believe that to be the issue.
On systemctl loading the deluged.service shows no problems.
Code: Select all
● deluged.service - Deluge Daemon
Loaded: loaded (/usr/lib/systemd/system/deluged.service; enabled; vendor pres
Active: active (running) since Sun 2016-10-30 16:12:23 EDT; 19min ago
Main PID: 26517 (deluged)
Tasks: 7 (limit: 4915)
CGroup: /system.slice/deluged.service
└─26517 /usr/bin/python2 /usr/bin/deluged -d
Oct 30 16:12:23 ArchNAS systemd[1]: Started Deluge Daemon.
Oct 30 16:12:23 ArchNAS deluged[26517]: /usr/lib/python2.7/site-packages/deluge/
Oct 30 16:12:23 ArchNAS deluged[26517]: import libtorrent as lt
Code: Select all
Downloading ls -al ../
total 3
drwxrwxrwx 5 plex users 5 Oct 26 02:07 .
drwxrwxrwx 4 plex users 4 Oct 26 02:05 ..
drwxrwxrwx 2 deluge deluge 2 Oct 26 02:05 Downloading
If there is any additional info I can provide let me know, I am truly at a loss