Problem with a new install of deluge

General support for problems installing or using Deluge
Post Reply
neuman1812
New User
New User
Posts: 6
Joined: Thu Sep 21, 2017 5:23 pm

Problem with a new install of deluge

Post by neuman1812 »

I followed the guides for installing deluge and its webconsole, got that all up and working. My next stop was to get it to only use a VPN connection I have with OpenVPN. With transmission it was just a matter of setting the systemd file with user:vpn , vpn being the username I created. But with deluge I seem to be getting an error. This is the guide I followed for creating the systemd for deluge http://dev.deluge-torrent.org/wiki/User ... ce/systemd

Here is my deluge.service config:

Code: Select all

[Unit]
Description=Deluge Bittorrent Client Daemon
Documentation=man:deluged
After=network-online.target
[Service]
Type=simple
User=vpn
Group=vpn
UMask=007
ExecStart=/usr/bin/deluged -d -l /var/log/deluge/daemon.log -L warning
Restart=on-failure
# Time to wait before forcefully stopped.
TimeoutStopSec=300
[Install]
WantedBy=multi-user.target
and here is the error it generates:

Code: Select all

[ERROR   ] 13:19:40 rpcserver:376 [('system library', 'fopen', 'Permission denied'), ('BIO routines', 'FILE_CTRL', 'system lib'), ('SSL routines', 'SSL_CTX_use_certificate_file', 'system lib')]

My deluge config is in the /home/vpn/.config/deluge directory/
shamael
Compulsive Poster
Compulsive Poster
Posts: 667
Joined: Sat Oct 08, 2016 9:28 am

Re: Problem with a new install of deluge

Post by shamael »

Hi,

The initial setup sets the permission to deluge:deluge so I guess you haven't properly setup the permissions on the deluge's profile and torrents location.
neuman1812
New User
New User
Posts: 6
Joined: Thu Sep 21, 2017 5:23 pm

Re: Problem with a new install of deluge

Post by neuman1812 »

That was it..damn. Its always a simple problem.

I installed an configured it all under the rapsberry pi "PI" username..but then moved it all over to the vpn home directory and just forgot to update the ownership. :roll:

Thanks!
Post Reply