Deluge dtk and web not showing the same

General support for problems installing or using Deluge
Post Reply
jeraisel
New User
New User
Posts: 4
Joined: Tue Apr 23, 2019 6:44 pm

Deluge dtk and web not showing the same

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge dtk and web not showing the same

Post by Cas »

Please describe what steps you have taken so far
jeraisel
New User
New User
Posts: 4
Joined: Tue Apr 23, 2019 6:44 pm

Re: Deluge dtk and web not showing the same

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge dtk and web not showing the same

Post by Cas »

So you are running deluge-web as a different user and/or config location to deluge-gtk?
jeraisel
New User
New User
Posts: 4
Joined: Tue Apr 23, 2019 6:44 pm

Re: Deluge dtk and web not showing the same

Post 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?
Post Reply