Error on install - Multiple Daemons and Libtorrent Error

General support for problems installing or using Deluge
Post Reply
takethecann0lis

Error on install - Multiple Daemons and Libtorrent Error

Post by takethecann0lis »

Hi, I'm installing Deluge on my Raspberry Pi 3 and I'm running into issues. Hoping for some help.

Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux
Deluged: 1.3.13
Libtorrent: 1.1.1.0

Note: when I try to look up the version of deluged, I get the following return

Code: Select all

deluged --version
deluged: 1.3.13
/usr/lib/python2.7/dist-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
libtorrent: 1.1.1.0
When I run Deluged I get the following return

Code: Select all

pi@raspberrypi:~ $ deluged deluge-web
pi@raspberrypi:~ $ [ERROR   ] 17:28:30 main:243 There is a deluge daemon running with this config directory!
[ERROR   ] 17:28:30 main:244 You cannot run multiple daemons with the same config directory set.
[ERROR   ] 17:28:30 main:245 If you believe this is an error, you can force a start by deleting /home/pi/.config/deluge/deluged.pid.
Any help would be greatly appreciated :)
boomclick
Member
Member
Posts: 22
Joined: Fri Jan 19, 2018 6:31 pm

Re: Error on install - Multiple Daemons and Libtorrent Error

Post by boomclick »

it looks like deluged is already running. what does "service deluged status" return? did you try only entering deluged without deluge-web?
Post Reply