Deluged doesn't run at startup

General support for problems installing or using Deluge
Post Reply
IRON
New User
New User
Posts: 9
Joined: Wed Mar 17, 2010 6:01 pm

Deluged doesn't run at startup

Post 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?
gottijr
Member
Member
Posts: 10
Joined: Fri Mar 12, 2010 5:43 pm

Re: Deluged doesn't run at startup

Post 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 :)
IRON
New User
New User
Posts: 9
Joined: Wed Mar 17, 2010 6:01 pm

Re: Deluged doesn't run at startup

Post 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/
gottijr
Member
Member
Posts: 10
Joined: Fri Mar 12, 2010 5:43 pm

Re: Deluged doesn't run at startup

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluged doesn't run at startup

Post 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.
Post Reply