Page 1 of 1

Deluged doesn't run at startup

Posted: Wed Mar 17, 2010 6:15 pm
by IRON
Hello.
My OS is Debian 4. My Deluge version is 1.2.1.
I use deluged on my home server on linux and deluge-windows on my computer
I can't start Deluged on startup.
1. I tried the next script:

Code: Select all

#!/bin/sh
#
#Deluge daemon startup script
/usr/bin/deluged
2. Script from http://dev.deluge-torrent.org/wiki/UserGuide/InitScript.
Deluged starts, but doesn't answer to incoming connection -> i can't connect him. In netstat I can see, that he listening his 58846 port, i can see him in top. Torrents at this time doesn't downloading/seeding.
Solution is manually kill deluged process and run it again. In this case it works fine.
How to run deluged at startup?

Re: Deluged doesn't run at startup

Posted: Wed Mar 17, 2010 6:32 pm
by gottijr
I did installed it using this tutorial

http://havetheknowhow.com/Install-the-s ... ss-RC.html

it's for ubuntu but i guess it works on debian as well. not that i know much

i'm trying to make scheduler work as well.. if you figure that one pls let me know as well :)

Re: Deluged doesn't run at startup

Posted: Wed Mar 17, 2010 7:54 pm
by IRON
All works fine :)
Solution:
use command with --config= in startup script.
#!/bin/sh
#
#Deluge daemon startup script
/usr/bin/deluged --config=/root/.config/deluge/

Re: Deluged doesn't run at startup

Posted: Thu Mar 18, 2010 4:28 am
by gottijr
How did you installed the deluged on the home server?

i'm trying the same thing here. would you like to post a small steps of how to?

thanks

Re: Deluged doesn't run at startup

Posted: Thu Mar 18, 2010 3:01 pm
by Cas
i'm trying to make scheduler work as well.. if you figure that one pls let me know as well :)
How did you installed the deluged on the home server?
gottijr i answered both these queries in the two posts that you started. if you are still having trouble why did you not reply?

FYI: As forum etiquette you should not hijack someone else's thread with your own problems plus in this case IRON is running Debian where as you have Ubuntu so steps to resolve issues will be slightly different.