Torrents don't start automatically

saroos1

Member
May 25, 2018
718
0
16
Hi all!

I use Rutorrent's lastest SVN with Rtorrent 0.9.2/0.13.2 (multiuser installed) and it works very well but when I add torrent by uploading or via URL or remote torrent adder it doesn't start automatically...

here's my .rctorrent.rc:
Code:
scgi_port = 127.0.0.1:23876
encoding_list = UTF-8
system.umask.set = 022
port_range = 23877-23877
port_random = no
check_hash = no
directory = /home/omlet/downloads
session = /home/omlet/rtorrent/session
encryption = allow_incoming, try_outgoing, enable_retry

schedule = watch_directory2,1,1,"load_start=/home/omlet/watch/*.torrent"
schedule = untied_directory2,5,5,"stop_untied=/home/omlet/watch/*.torrent"

#min_peers = 40
#max_peers = 100
#min_peers_seed = 10
#max_peers_seed = 50
#max_uploads = 15
#download_rate = 0
upload_rate = 8000
use_udp_trackers = yes
dht = off
peer_exchange = yes
peer_exchange = no
execute = {sh,-c,/usr/bin/php /var/rutorrent/rutorrent/php/initplugins.php omlet &}

thanks a lot, I've been looking for a while without any solution