Page 1 of 1

deluge-web not working

Posted: Thu May 30, 2013 3:27 pm
by portablesounds
Hello. Here's what I've done so far:

Code: Select all

sudo apt-get install deluged
sudo apt-get install python-mako
sudo apt-get install deluge-web
deluge-web
I have reinstalled and purged several times, but when I run deluge-web, it just hangs and doesn't give me a trace back. If I cancel after a second, it traces, but after that nothing. I shouldn't have any conflicting programs. I'm running Debian wheezy on a Raspberry Pi and have surfed through many guides about this. Here's the one I'm using atm: http://www.howtogeek.com/142044/how-to- ... rrent-box/. I am specifically using the "Setting up Deluge for WebUI Access." I apologize if I'm not using the correct commands. These should work just fine. Thanks for your time! -portablesounds

Re: deluge-web not working

Posted: Thu May 30, 2013 5:21 pm
by Cas
It has not hung it is running as a foreground process, I think you are wanting to fork deluge-web to the background with `-f`.

Re: deluge-web not working

Posted: Thu May 30, 2013 5:28 pm
by portablesounds
:oops: well im an idiot. thank you