Bonjour à tous,
Alors petite erreur sur la configuration de mon serveur Debian 6.0 via le tuto à nico.
Toute la config c'est très bien déroulée mais j'ai une erreur lorsque je veux redémarré rtorrent et accéder à l'interface UI rutorrent.
Donc en premier lorsque je souhaite redémarrer rtorrent j'obtiens ce message :
cannot find readable config /home/monsterchips.rtorrent.rc. check that it is there and permissions are appropriate
J'ai bien vérifié mon fichier rtorrent.rc que d'ailleurs voici :
schedule = chmod,0,0,"execute=chmod,777,/home/monsterchips/.session/mon.socket"
execute = {sh,-c,rm -f /home/monsterchips/.session/mon.socket}
scgi_local = /home/monsterchips/.session/mon.socket
execute = {sh,-c,chmod 0666 /home/monsterchips/.session/mon.socket}
encoding_list = UTF-8
port_range = 45000-65000
port_random = no
check_hash = no
directory = /home/monsterchips/torrents
session = /home/monsterchips/.session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/monsterchips/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/monsterchips/watch/*.torrent"
use_udp_trackers = yes
dht = off
peer_exchange = no
execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php monsterchips &}
Et de ce fait vu que rtorrent ne démarre pas (vérifié via htop) j'obtiens une erreur sur rutorrent :
Bad response from server: (403 [error,getplugins]) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>403 - Forbidden</title> </head> <body> <h1>403 - Forbidden</h1> </body> </html>
Bad response from server: (403 [error,getuisettings]) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>403 - Forbidden</title> </head> <body> <h1>403 - Forbidden</h1> </body> </html>
Voilà si quelqu'un à une idée je suis preneur
Merci d'avance pour votre aide.