Search found 3 matches

by MoRniR
Thu Aug 29, 2013 9:13 am
Forum: Support
Topic: Deluge web dies
Replies: 3
Views: 6112

Re: Deluge web dies

Sorry to be here again, but it seems it is not working :(. Same problem.

I've noted now that deluge-web process goes to 100% cpu when it fails, I suppose it happened that way earlier.
by MoRniR
Mon Aug 26, 2013 3:51 pm
Forum: Support
Topic: Deluge web dies
Replies: 3
Views: 6112

Re: Deluge web dies

Working, thank you very much.

Just in case, my own solution for the problem (stupid but effective) was putting up a cronjob with an sh with this content:

#!/bin/sh
stop deluge-web
start deluge-web
by MoRniR
Tue Aug 06, 2013 7:36 am
Forum: Support
Topic: Deluge web dies
Replies: 3
Views: 6112

Deluge web dies

Hi, Sorry if this has been asked, I've searched but no result so far. I'm running Ubuntu 12.04.2 on a HP Proliant Microserver, and installed Deluge following these instructions: http://www.linuxplained.com/install-deluge-web-interface-on-ubuntu-1204/ (just the daemon and web, no gui) Daemon is runni...