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
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?