Page 1 of 1

deluge-web not starting

Posted: Fri Jun 16, 2017 1:59 pm
by Ansem
HI everyone,
since I changed the webgui port from 8112 to 2 the deluge-web daemon doesn-t start anymore!
if I try to start it manually it ask me for the default password and doesn't show me the torrent that I was downloading.

Can anyone help me? where I can find the config file on linux and restore the correct port hoping that it will be enough?

Re: deluge-web not starting

Posted: Fri Jun 16, 2017 2:08 pm
by hrip6
That's maybe because your deamon has been running from different user. Did you run them in the same user as when you downloading?

Re: deluge-web not starting

Posted: Fri Jun 16, 2017 4:46 pm
by Ansem
yeah, it's beacuse I launched deluge-web as root, while deluged is running bu deluge-+ (a user dedicated for deluge).
How can I change the settings of deluge so that I can run it again? :(

Re: deluge-web not starting

Posted: Fri Jun 16, 2017 11:47 pm
by hrip6
If you like to keep the old downloaded torrent, login to user "deluge-+" then run deluge-web --fork. Or you like to run all the deluge in root, then kill the deluge daemon in other user and run them again under root user. :mrgreen:

Re: deluge-web not starting

Posted: Sat Jun 17, 2017 2:01 am
by Tvich
Ansem wrote:HI everyone,
since I changed the webgui port from 8112 to 2
Only root can bind to ports below 1024.

Stop deluge-web (make sure it is stoped), locate file web.conf, open it with your editor and change "port": 2, to "port": 8112,.

Re: deluge-web not starting

Posted: Sat Jun 17, 2017 1:53 pm
by Ansem
Thanks a lot! didn't know that ports below 1024 are binded to root :(