RuTorrent/rTorrent pauses some seeds/downloads

das329717

Member
May 25, 2018
928
0
16
Tried to get some answears on irc, but no luck

Seems I need some help plz!
Uses | RuTorrent 3.5 | rtorrent 0.9.2/0.13.2 | ubuntu 12.04

Downloads are pausing before completion.

* If I add one the regular way it works and seeds, only pauses while extracting
* If Sickbeard adds, it completes but don't seed (pauses), sometimes pauses begore completion
* Added a folder to drop torrents on my network computers, they pauses before completion

.rtorrent.rc: https://pastee.org/fe8nh
config.php RuTorrent: https://pastee.org/w7y29

Installed with Seedbox from scratch script from Notos

Have the folders /manual (seed directory) /watch (to drop torrents and autostart) /complete (copyed after extraction and where Sickbeard and couchpotato picks them up)

seedbox from leaseweb

Anyone else experienced the same problems? or have a solution to it? smiley.gif
 

das329717

Member
May 25, 2018
928
0
16
Did't even think this about permissions...

Solved it with crontab, so now it changes permissions every ten minutes instead of having to re-add torrents

Quote
*/10 * * * * find /home/iver/download/manual -type f -exec chmod 755 {} \;
*/10 * * * * find /home/iver/download/manual -type d -exec chmod 755 {} \;​
 

jith45

Member
May 25, 2018
960
0
16
tongue.gif tongue.gif You sure that is the best option; you didn't set umask in your .rtorrent.rc anyways