Fresh install, can't get deluge to autostart
Posted: Fri Dec 30, 2016 6:51 am
I recently installed deluge on an arch template with the hopes of getting to run on startup through that vm. I've ran into a couple issues:
first with deluged:
this may be because I already created a service script for systemd as per the arch man page:
https://wiki.archlinux.org/index.php/deluge
whenever I try to run deluge-console i get:
The gtk works great in classic mode, but taking it out of it doesn't seem to resolve the issue. I wouldn't mind just running that on startup as the autostart plugin works great for my particular operating system. I just need something to run in the background whichever one I can manage to get working first.
I appreciate any help you can provide, as I have no clue what I'm doing at this point.
first with deluged:
Code: Select all
jackdaw% /usr/lib/python2.7/site-packages/deluge/_libtorrent.py:59: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.
import libtorrent as lt
[ERROR ] 06:41:05 rpcserver:376 Couldn't listen on localhost:58846: [Errno 98] Address already in use.
https://wiki.archlinux.org/index.php/deluge
whenever I try to run deluge-console i get:
Code: Select all
Failed to connect to 127.0.0.1:58846 with reason: Password does not match
I appreciate any help you can provide, as I have no clue what I'm doing at this point.