Added torrent are in Stopped state instead of Downloading

das329717

Member
May 25, 2018
928
0
16
Hello,

I did a fresh install in Debian 6 with rTorrent 0.9.0/0.13.2 and ruTorrent 3.5 (2303).

I get the following issue:
When I add a torrent he doesn't start downloading, he is put instead in Stopped state.
When I select it and push Start, he start downloading and all is going fine.

How can I adapt to have the added torrent start downloading directly??

Regards
 

dsouvik215

Member
May 25, 2018
896
0
16
I am having the same issue with REV 2303 after updating from a previous revision. It used to work as expected and the only thing I changed was updating to the latest revision.
 

jith45

Member
May 25, 2018
960
0
16
Had the same problem, torrents suddenly pausing, always uncompressed files like .MKV

For me the solution was crontab

Quote
*/10 * * * * find /path_to_dir -type f -exec chmod 755 {} \;
*/10 * * * * find /path_to_dir -type d -exec chmod 755 {} \;​


so now it changes permissions to the folder and files every 10 minutes

If anyone have any other solutions please tell smiley.gif