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?
deluge-web not starting
Re: deluge-web not starting
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
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?
How can I change the settings of deluge so that I can run it again?

Re: deluge-web not starting
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. 


Re: deluge-web not starting
Only root can bind to ports below 1024.Ansem wrote:HI everyone,
since I changed the webgui port from 8112 to 2
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
Thanks a lot! didn't know that ports below 1024 are binded to root 
