Merci pr ta réponse afin de m'aider
mon rtorrent.rc:
schedule = chmod,0,0,"execute=chmod,777,/home/doomsday/.session/doo.socket"
execute = {sh,-c,rm -f /home/doomsday/.session/doo.socket}
scgi_local = /home/doomsday/.session/doo.socket
execute = {sh,-c,chmod 0666 /home/doomsday/.session/doo.socket}
encoding_list = UTF-8
port_range = 45000-65000
port_random = no
check_hash = no
directory = /home/doomsday/torrents
session = /home/doomsday/.session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/doomsday/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/doomsday/watch/*.torrent"
use_udp_trackers = yes
dht = off
peer_exchange = no
execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php doomsday &}
et mon config.php de rutorrent dans var/www....
<?php
$topDirectory = '/home/doomsday;
$scgi_port = 0;
$scgi_host = "unix:///home/doomsday/.session/doo.socket";
$XMLRPCMountPoint = "/DOO0";
?>