Search found 4 matches

by maxmitch
Wed Sep 21, 2016 9:48 pm
Forum: Plugins
Topic: execute plugin not working
Replies: 10
Views: 26813

Re: execute plugin not working

Add

Code: Select all

-c /var/lib/deluge/.config/deluge/
to all the startup scripts i.e:

Code: Select all

deluged -c /var/lib/deluge/.config/deluge/
deluge-web -c /var/lib/deluge/.config/deluge/
deluge-console -c /var/lib/deluge/.config/deluge/
I think before hand some were working on ~/.config/deluge/
by maxmitch
Wed Sep 21, 2016 9:24 pm
Forum: Plugins
Topic: execute plugin not working
Replies: 10
Views: 26813

Re: execute plugin not working

Not working for me either. Spent all day trying... :evil:
by maxmitch
Sun Jul 03, 2016 8:07 pm
Forum: Support
Topic: Restarting Deluge
Replies: 3
Views: 11469

Re: Restarting Deluge

Like this?

Code: Select all

systemctl stop deluged
systemctl stop deluge-web
by maxmitch
Sun Jul 03, 2016 7:00 pm
Forum: Support
Topic: Restarting Deluge
Replies: 3
Views: 11469

Restarting Deluge

I am using PIA vpn along with deluge to keep my torrents anonymous. Every couple of days the port on the VPN stops being open and I have to restart the server. This then leaves about 6 hours of all the torrents being checked on Deluge and even worse some have to be partially re-downloaded. Why is th...