• Serveurs
  • [Résolu] ruTorrent - Lien incorrect avec rTorrent.

Bonsoir,

Débutant sous linux, j'ai suivi ce superbe tuto : http://mondedie.fr/d/5302
Merci pour ce tuto à ses créateurs.

Cependant, arrivé à la fin, j'arrive bien à me connecter en SFTP mais lorsque j'accède à l'interface ruTorrent j'ai les messages d'erreur suivants:
[18.03.2015 22:42:56] Lien incorrect avec rTorrent. Vérifier qu'il est bien en cours d'exécution. Vérifier la configuration de $scgi_port et de $scgi_host dans config.php et scgi_port dans le fichier de configuration de rTorrent.
Voici mon .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/florian/torrents
session = /home/florian/.session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/florian/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/florian/watch/*.torrent"
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 florian &}
schedule = espace_disque_insuffisant,1,30,close_low_diskspace=500M
et mon config.php
<?php

$pathToExternals['curl'] = '/usr/bin/curl';
$topDirectory = '/home/florian';
$scgi_port = 5001;
$scgi_host = '127.0.0.1';
$XMLRPCMountPoint = '/FLORIAN';
Merci pour votre aide précieuse.

EDIT [18/03/2015 - 22h37]
A noter que j'ai trouvé des sujets similaires, mais qu'aucun n'a pu résoudre mon problème.


EDIT [18/03/2015 - 23h24]
$XMLRPCMountPoint = '/florian'; --> $XMLRPCMountPoint = '/FLORIAN';


EDIT [19/03/2015 - 00h16]
$topDirectory = '/home/florian]'; --> $topDirectory = '/home/florian';
Florian wrote:Bonsoir,

Débutant sous linux, j'ai suivi ce superbe tuto : http://mondedie.fr/d/5302
Merci pour ce tuto à ses créateurs.

Cependant, arrivé à la fin, j'arrive bien à me connecter en SFTP mais lorsque j'accède à l'interface ruTorrent j'ai les messages d'erreur suivants:
[18.03.2015 22:42:56] Lien incorrect avec rTorrent. Vérifier qu'il est bien en cours d'exécution. Vérifier la configuration de $scgi_port et de $scgi_host dans config.php et scgi_port dans le fichier de configuration de rTorrent.
Voici mon .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/florian/torrents
session = /home/florian/.session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/florian/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/florian/watch/*.torrent"
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
et mon config.php
<?php

$pathToExternals['curl'] = '/usr/bin/curl';
$topDirectory = '/home/florian]';
$scgi_port = 5001;
$scgi_host = '127.0.0.1';
$XMLRPCMountPoint = '/florian';
Merci pour votre aide précieuse.

EDIT [18/03/2015 - 22h37]
A noter que j'ai trouvé des sujets similaires, mais qu'aucun n'a pu résoudre mon problème.
Merci
Bonsoir;
$XMLRPCMountPoint = '/florian';
essaie :
$XMLRPCMountPoint = '/FLORIAN';
Hello,

Merci de ta réponse.
J'ai essayé mais ça n'a rien changé
Florian wrote:Hello,

Merci de ta réponse.
J'ai essayé mais ça n'a rien changé :/
Dans ton fichier conf de nginx dans le dossier : /etc/nginx/site-enabled
location /FLORIAN {
n'oublie pas de redémarrer nginx pour prendre en charge tes modifs.

et vérifie avec htop que la session rtorrent est bien lancée avec florian.
ton config php à un souci aussi
$topDirectory = '/home/florian]';
au lieu de
$topDirectory = '/home/florian';
Attention un peu de manque de rigueur. Je te conseille de relire tous les fichiers de config et de reboot rtorrent
J'ai bien modifié le fichier conf de nginx (il était pas bon) et relancé nginx.

Comment vérifier avec htop que rtorrent est lancé sous florian ?

C'est ça ?



Quand je tape :
service florian-rtorrent start
j'ai
Starting rtorrent...
et quand je tape :
service florian-rtorrent restart
j'ai
Restart rtorrent...
screen: no process found
En espérant t'aider...

EDIT [18/03/2015 - 23h50]
Je viens de voir ton message Magicalex, je teste
Magicalex wrote:ton config php à un souci aussi
$topDirectory = '/home/florian]';
au lieu de
$topDirectory = '/home/florian';
Attention un peu de manque de rigueur. Je te conseille de relire tous les fichiers de config et de reboot rtorrent
J'avais au départ le même problème que cette personne : http://mondedie.fr/d/2522
et ajouter le ] m'a permis de le résoudre. C'est pour ça.

Je l'ai retiré mais le problème persiste.
regardes les logs comme indiqué dans le topic que tu me cites
tail -l 50 /var/log/nginx/rutorrent-error.log
Magicalex wrote:regardes les logs comme indiqué dans le topic que tu me cites
tail -l 50 /var/log/nginx/rutorrent-error.log
Il me dit:
tail: invalid option -- 'l'
et quand je demande l'aide:
Usage: tail [OPTION]... [FILE]...
Print the last 10 lines of each FILE to standard output.
With more than one FILE, precede each with a header giving the file name.
With no FILE, or when FILE is -, read standard input.

Mandatory arguments to long options are mandatory for short options too.
  -c, --bytes=K            output the last K bytes; alternatively, use -c +K
                           to output bytes starting with the Kth of each file
  -f, --follow[={name|descriptor}]
                           output appended data as the file grows;
                           -f, --follow, and --follow=descriptor are
                           equivalent
  -F                       same as --follow=name --retry
  -n, --lines=K            output the last K lines, instead of the last 10;
                           or use -n +K to output lines starting with the Kth
      --max-unchanged-stats=N
                           with --follow=name, reopen a FILE which has not
                           changed size after N (default 5) iterations
                           to see if it has been unlinked or renamed
                           (this is the usual case of rotated log files).
                           With inotify, this option is rarely useful.
      --pid=PID            with -f, terminate after process ID, PID dies
  -q, --quiet, --silent    never output headers giving file names
      --retry              keep trying to open a file even when it is or
                             becomes inaccessible; useful when following by
                             name, i.e., with --follow=name
  -s, --sleep-interval=N   with -f, sleep for approximately N seconds
                             (default 1.0) between iterations.
                             With inotify and --pid=P, check process P at
                             least once every N seconds.
  -v, --verbose            always output headers giving file names
      --help     display this help and exit
      --version  output version information and exit

If the first character of K (the number of bytes or lines) is a `+',
print beginning with the Kth item from the start of each file, otherwise,
print the last K items in the file.  K may have a multiplier suffix:
b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,
GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.

With --follow (-f), tail defaults to following the file descriptor, which
means that even if a tail'ed file is renamed, tail will continue to track
its end.  This default behavior is not desirable when you really want to
track the actual name of the file, not the file descriptor (e.g., log
rotation).  Use --follow=name in that case.  That causes tail to track the
named file in a way that accommodates renaming, removal and creation.

Report tail bugs to bug-coreutils@gnu.org
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
General help using GNU software: <http://www.gnu.org/gethelp/>
Report tail translation bugs to <http://translationproject.org/team/>
For complete documentation, run: info coreutils 'tail invocation'
ba c'est parce que l'option a été renommé
tail -n 100 /var/log/nginx/rutorrent-error.log
on va pas lire le manuelle à ta place non plus. on peut te donner des pistes mais quand on débug il faut assurer le minimum syndical
pour lire le manuelle
man tail
et c'est vrai pour toutes les commandes man rm, man ls etc
Au temps pour moi,

Il me dit tout ça
2015/03/18 22:03:15 [error] 23903#0: *2 user "admin" was not found in "/etc/nginx/passwd/rutorrent_passwd", client: 71.95.165.154, server: _, request: "GET /HNAP1/ HTTP/1.1", host: "62.210.181.11", referrer: "http://62.210.181.11/"
2015/03/18 22:07:52 [error] 23903#0: *6 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:07:52 [error] 23903#0: *4 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:13:47 [error] 23903#0: *19 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:13:47 [error] 23903#0: *19 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:20:20 [error] 23903#0: *28 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:20:20 [error] 23903#0: *28 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:21:33 [error] 23903#0: *35 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:21:33 [error] 23903#0: *32 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:26:04 [error] 23903#0: *46 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:26:04 [error] 23903#0: *42 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:26:07 [error] 23903#0: *44 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:26:07 [error] 23903#0: *44 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:35:57 [error] 23903#0: *56 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:35:57 [error] 23903#0: *56 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected '{' in /var/www/rutorrent/conf/users/florian/config.php on line 5" while reading response header from upstream, client: 88.183.94.18, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:42:53 [error] 23903#0: *63 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:42:53 [error] 23903#0: *63 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/florian/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 88.183.94.18, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:42:55 [error] 23903#0: *63 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:47:17 [error] 23903#0: *86 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:47:19 [error] 23903#0: *86 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:47:21 [error] 23903#0: *89 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:49:09 [error] 23903#0: *116 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:49:11 [error] 23903#0: *114 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:49:13 [error] 23903#0: *115 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:49:15 [error] 23903#0: *114 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:49:24 [error] 23903#0: *114 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:49:47 [error] 24097#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:49:50 [error] 24097#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:50:33 [error] 24135#0: *3 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:50:34 [error] 24135#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:51:52 [error] 24135#0: *21 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:54:07 [error] 24173#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:54:10 [error] 24173#0: *3 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:54:12 [error] 24173#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:54:14 [error] 24173#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:54:21 [error] 24173#0: *3 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 22:59:37 [error] 24173#0: *48 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 23:04:53 [error] 24173#0: *61 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 23:06:51 [error] 24173#0: *73 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 23:11:13 [error] 24173#0: *89 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 23:11:51 [error] 24173#0: *100 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 23:38:53 [error] 26105#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 23:38:59 [error] 26105#0: *1 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 23:41:53 [error] 26105#0: *23 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
2015/03/18 23:41:58 [error] 26105#0: *23 FastCGI sent in stderr: "PHP message: PHP Warning:  disk_total_space(): No such file or directory in /var/www/rutorrent/plugins/diskspace/init.php on line 6" while reading response header from upstream, client: 88.183.94.18, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "62.210.181.11", referrer: "http://62.210.181.11/rutorrent/"
il y a un probleme ligne 5 dans le config.php je dirais

moi j'ai sa
<?php
$pathToExternals = array(
    "curl"  => '/usr/bin/curl',
    "stat"  => '/usr/bin/stat',
    );
$topDirectory = '/home/jbnitro';
$scgi_port = 5001;
$scgi_host = '127.0.0.1';
$XMLRPCMountPoint = '/JBNITRO';
tu peux faire un cat svp
cat /var/www/rutorrent/conf/users/florian/config.php
Magicalex wrote:tu peux faire un cat svp
cat /var/www/rutorrent/conf/users/florian/config.php
Il me sort ceci :
<?php

$pathToExternals['curl'] = '/usr/bin/curl';
$topDirectory = '/home/florian';
$scgi_port = 5001;
$scgi_host = '127.0.0.1';
$XMLRPCMountPoint = '/FLORIAN';
il te manque pas les deux dernieres lignes dans ton rtorrent.rc ?
Bonjour,

Quelles dernières lignes ? Je crois que mon fichier est le même que le tien...
Salut
Les deux dernières:
scgi_port = 127.0.0.1:500x
encoding_list = UTF-8
port_range = 45000-65000
port_random = no
check_hash = no
directory = /home/<username>/torrents
session = /home/<username>/.session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/<username>/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/<username>/watch/*.torrent"
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 <username> &}
schedule = espace_disque_insuffisant,1,30,close_low_diskspace=500M
Peut-être une erreur de copié/collé (ici ou la-bas), si ça manque bien penser à remplacer le <username>
Ex.
Salut,

Peux tu fournir le contenu de ton fichier /etc/nginx/sites-enabled/rutorrent.conf.

Autrement vérifie l'execution de rtorrent :
ps -ef | grep rtorrent
ex_rat wrote:Salut
Les deux dernières:
scgi_port = 127.0.0.1:500x
encoding_list = UTF-8
port_range = 45000-65000
port_random = no
check_hash = no
directory = /home/<username>/torrents
session = /home/<username>/.session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/<username>/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/<username>/watch/*.torrent"
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 <username> &}
schedule = espace_disque_insuffisant,1,30,close_low_diskspace=500M
Peut-être une erreur de copié/collé (ici ou la-bas), si ça manque bien penser à remplacer le <username>
Ex.
C'est bien présent; mauvais c/c de ma part. J'ai édité le premier post afin que ce soit plus clair.
xataz wrote:Salut,

Peux tu fournir le contenu de ton fichier /etc/nginx/sites-enabled/rutorrent.conf.

Autrement vérifie l'execution de rtorrent :
ps -ef | grep rtorrent
Le fichier /etc/nginx/sites-enabled/rutorrent.conf
server {
    listen 80 default_server;
    listen 443 default_server ssl;
    server_name _;

    charset utf-8;
    index index.html index.php;
    client_max_body_size 10M;

    ssl_certificate /etc/nginx/ssl/server.crt;
    ssl_certificate_key /etc/nginx/ssl/server.key;

    access_log /var/log/nginx/rutorrent-access.log combined;
    error_log /var/log/nginx/rutorrent-error.log error;

    error_page 500 502 503 504 /50x.html;
    location = /50x.html { root /usr/share/nginx/html; }

    auth_basic "seedbox";
    auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd";

    location = /favicon.ico {
        access_log off;
        log_not_found off;
    }

    ## début config rutorrent ##

    location ^~ /rutorrent {
        root /var/www;
        include /etc/nginx/conf.d/php;
        include /etc/nginx/conf.d/cache;

        location ~ /\.svn {
                deny all;
        }

        location ~ /\.ht {
                deny all;
        }
    }

    location ^~ /rutorrent/conf/ {
        deny all;
    }

    location ^~ /rutorrent/share/ {
        deny all;
    }

    location /FLORIAN {
        include scgi_params;
        scgi_pass 127.0.0.1:5001;
        auth_basic "seedbox";
        auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd_florian";
    }

 ## fin config rutorrent ##

}
et en vérifiant l'exécution de rtorrent:
root     29086 29019  0 11:11 pts/0    00:00:00 grep rtorrent
Merci encore à ceux qui m'aident.