Page 1 of 1

Deluge dtk and web not showing the same

Posted: Tue Apr 23, 2019 6:52 pm
by jeraisel
Hi

I'm downloading on the deluge dtk and would like to control or view the downloads in the web interface. But on the web interface doesn't appear the the downloads

Is that supposed to two independent deluges or not?
If not how can I fixe it?

Thank you in advance

Re: Deluge dtk and web not showing the same

Posted: Tue Apr 23, 2019 9:49 pm
by Cas
Please describe what steps you have taken so far

Re: Deluge dtk and web not showing the same

Posted: Wed Apr 24, 2019 4:19 pm
by jeraisel
Basically I followed these instructions:
https://blog.flaunt7.com/install-deluge ... -centos-7/

rpm -qa | grep epel
epel-release-7-11.noarch


2 yum install nux-dextop-release-0-5.el7.nux.noarch.rpm
419 yum search deluge
420 yum install deluge-web
421 systemctl enable deluge-deamon.service
422 systemctl enable deluge-daemon.service
423 systemctl start deluge-daemon.service
424 systemctl enable deluge-web
425 systemctl start deluge-web
426 firewall-cmd --permanent --zone=public --add-port=8112/tcp
427 firewall-cmd --reload

Re: Deluge dtk and web not showing the same

Posted: Wed Apr 24, 2019 4:47 pm
by Cas
So you are running deluge-web as a different user and/or config location to deluge-gtk?

Re: Deluge dtk and web not showing the same

Posted: Wed Apr 24, 2019 5:21 pm
by jeraisel
apparently yes

Code: Select all

deluge     9964      1  0 11:12 ?        00:01:28 /usr/bin/python /usr/bin/deluged -d
deluge     9965      1  0 11:12 ?        00:00:08 deluge-web
jeraisel  11885  10812 13 11:26 ?        00:55:15 deluge-gtk
how can I run web with my user?