En fait dans ton fichier config.php tu as:
$scgi_port = 5001;
Dans ton fichier .rtorrent.rc tu as:
scgi_port = 127.0.0.1:5001
Par contre ton SCGIMount est en 5000.
Tu peux essayer de le modifier en 5001 et relancer complètement rutorrent. Au pire tu peux facilement changer après si cela ne fonctionnait pas.
Tu peux même virer la ligne carrément et faire un teste en relançant bien entendu rtorrent après modification:
service kalytis-rtorrent restart
Je parle de supprimer la ligne car quand je regarde mon fichier et le script de ex_rat je vois pas de référence au montage?!
# .rtorrent.rc conf
cat <<'EOF' > /home/$USER/.rtorrent.rc
scgi_port = 127.0.0.1:5001
encoding_list = UTF-8
port_range = 45000-65000
port_random = no
check_hash = no
directory = /home/@USER@/torrents
session = /home/@USER@/.session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/@USER@/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/@USER@/watch/*.torrent"
schedule = espace_disque_insuffisant,1,30,close_low_diskspace=500M
use_udp_trackers = yes
dht = off
peer_exchange = no
min_peers = 40
max_peers = 100
min_peers_seed = 10
max_peers_seed = 50
max_uploads = 15
execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php @USER@ &}
EOF
sed -i "s/@USER@/$USER/g;" /home/$USER/.rtorrent.rc