kris06800

  • il y a un jour
  • Inscrit 26 juin 2011
  • lenuxfrance je suis également en fibre Free en région PACA mais malheureusement, Free est connu pour son délestage de bande passante dans les grosses villes. Un ami qui habite à Nice a exactement le même soucis que toi et moi qui habite une petite ville dans un quartier où il y a pas beaucoup de monde qui utilise internet le soir je n'ai aucun soucis. Sur mes 2 serveurs chez Oneprovider je rapatrie à 90/95 mo/s alors que mon pote lui se voit être à 15 max 20 mo/s.

    • J'ai exactement le même soucis que toi sur un serveur fraichement livré et débian 11. Je n'ai pas encore trouvé la solution

    • @Micdu70 j'ai testé sur chrome et sur edge et j'ai exactement le même soucis
      JS error: [https://xxx.xx.xxx.xxx/rutorrent/js/webui.js : 2102] Uncaught TypeError: Cannot read properties of undefined (reading 'slice')

      • hello all,
        Je viens de lancer le script d'install sur un serveur fraichement livré et installé en débian 11 et je me retrouve avec cette erreur :
        Uncaught TypeError: Cannot read properties of undefined (reading 'slice')

        et j'ai l'impression que sa actualise pas la page de rutorrent cette erreur car elle apparait a chaque fois que je fait F5

        • résolu. Il y avait un soucis avec le paquet php.

        • si une âme charitable peux bien me trouver l'erreur car sa me rend fou de ne pas trouver grrrr

          `

          Rapport pour ruTorrent généré le 14-09-2021 à 13:08

          Utilisateur ruTorrent --> ramutcho

          Debian : 10.10
          Kernel : 4.19.0-17-amd64
          CPU : Intel(R) Xeon(R) CPU E3-1220 V2 @ 3.10GHz
          nGinx : 1.14.2
          ruTorrent : 3.10
          rTorrent : 0.9.8
          PHP : 8.0

          --> Utilisateur ramutcho existant
          Le programme pastebinit est installé

          .......................................................................................................................................

          Partitions & Droits

          .......................................................................................................................................

          Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
          udev 16G 0 16G 0% /dev
          tmpfs 3,2G 137M 3,1G 5% /run
          /dev/md1 7,3T 1,8T 5,1T 26% /
          tmpfs 16G 0 16G 0% /dev/shm
          tmpfs 5,0M 0 5,0M 0% /run/lock
          tmpfs 16G 0 16G 0% /sys/fs/cgroup
          /dev/md0 999M 48M 883M 6% /boot
          overlay 7,3T 1,8T 5,1T 26% /var/lib/docker/overlay2/399209a7b53d3f3e4bf0d790d6506d1e8a5a85910090ff6fd5debebebfa99969/merged
          tmpfs 3,2G 0 3,2G 0% /run/user/0

          755 root:ramutcho /home/ramutcho
          644 ramutcho:ramutcho /home/ramutcho/.rtorrent.rc
          755 ramutcho:ramutcho /home/ramutcho/.session
          755 ramutcho:ramutcho /home/ramutcho/torrents
          755 ramutcho:ramutcho /home/ramutcho/watch

          .......................................................................................................................................

          Test rTorrent & sgci

          .......................................................................................................................................

          rTorrent Up
          Un socket écoute sur le port 5001
          C'est bien rTorrent qui écoute sur le port 5001
          Bon port SCGI renseigné dans le fichier config.php
          Les ports nginx et celui indiqué correspondent

          .......................................................................................................................................

          rTorrent Activity

          .......................................................................................................................................

          ramutch+ 3148 0.0 0.0 8752 2440 ? Ss 13:07 0:00 SCREEN -dmS ramutcho-rtorrent rtorrent
          ramutch+ 3149 0.0 0.0 257932 19252 pts/1 Ssl+ 13:07 0:00 rtorrent

          .......................................................................................................................................

          Irssi Activity

          .......................................................................................................................................

          --> Irssi non installé

          .......................................................................................................................................

          .rtorrent.rc

          File : /home/ramutcho/.rtorrent.rc

          .......................................................................................................................................

          network.scgi.open_port = 127.0.0.1:5001
          encoding.add = UTF-8
          network.port_range.set = 45000-65000
          network.port_random.set = no
          pieces.hash.on_completion.set = no
          directory.default.set = /home/ramutcho/torrents
          session.path.set = /home/ramutcho/.session
          protocol.encryption.set = allow_incoming, try_outgoing, enable_retry
          schedule2 = watch_directory,1,1,load.start=/home/ramutcho/watch/.torrent
          schedule2 = untied_directory,5,5,stop_untied=/home/ramutcho/watch/
          .torrent
          schedule2 = espace_disque_insuffisant,1,30,close_low_diskspace=500M
          trackers.use_udp.set = yes
          dht.mode.set = off
          protocol.pex.set = no
          throttle.min_peers.normal.set = 40
          throttle.max_peers.normal.set = 100
          throttle.min_peers.seed.set = 10
          throttle.max_peers.seed.set = 50
          throttle.max_uploads.set = 15
          execute2 = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php ramutcho &}

          .......................................................................................................................................

          ruTorrent /filemanager/conf.php

          File : /var/www/rutorrent/plugins/filemanager/conf.php

          .......................................................................................................................................

          <?php

          $fm['tempdir'] = '/tmp'; // path were to store temporary data ; must be writable
          $fm['mkdperm'] = 755; // default permission to set to new created directories

          // set with fullpath to binary or leave empty

          if(empty($pathToExternals['rar'])) // May be path already defined?
          {
          $pathToExternals['rar'] = '/usr/bin/rar';
          }
          if(empty($pathToExternals['zip'])) // May be path already defined?
          {
          $pathToExternals['zip'] = '/usr/bin/zip';
          }
          if(empty($pathToExternals['unzip'])) // May be path already defined?
          {
          $pathToExternals['unzip'] = '/usr/bin/unzip';
          }
          if(empty($pathToExternals['tar'])) // May be path already defined?
          {
          $pathToExternals['tar'] = '/usr/bin/tar';
          }
          if(empty($pathToExternals['gzip'])) // May be path already defined?
          {
          $pathToExternals['gzip'] = '/usr/bin/gzip';
          }
          if(empty($pathToExternals['bzip2'])) // May be path already defined?
          {
          $pathToExternals['bzip2'] = '/usr/bin/bzip2';
          }

          // archive mangling, see archiver man page before editing

          $fm['archive']['types'] = array('rar', 'zip', 'tar', 'gzip', 'bzip2');

          $fm['archive']['compress'][0] = range(0, 5);
          $fm['archive']['compress'][1] = array('-0', '-1', '-9');
          $fm['archive']['compress'][2] = $fm['archive']['compress'][3] = $fm['archive']['compress'][4] = array(0);

          ?>

          .......................................................................................................................................

          ruTorrent /create/conf.php

          File : /var/www/rutorrent/plugins/create/conf.php

          .......................................................................................................................................

          <?php
          // configuration parameters

          $useExternal = 'mktorrent'; // Valid choices:
          // false - use internal realization (may be too slow for large files)
          // "transmissioncli" - use program transmissioncli (see http://www.transmissionbt.com/)
          // "transmissioncreate" - use program transmissioncreate (see http://www.transmissionbt.com/)
          // "createtorrent" - use program createtorrent (see http://www.createtorrent.com)
          // "mktorrent" - use program mktorrent (see http://mktorrent.sourceforge.net)
          // "buildtorrent" - use program buildtorrent (see http://claudiusmaximus.goto10.org/cm/torrent.html)
          // "torrenttools" - use program torrenttools (see http://github.com/fbdtemme/torrenttools)
          $pathToCreatetorrent = '/usr/bin/mktorrent'; // Something like /bin/createtorrent, or /bin/transmissioncli. If empty, program will be found in PATH.

          $recentTrackersMaxCount = 15;

          .......................................................................................................................................

          ruTorrent config.php ramutcho

          File : /var/www/rutorrent/conf/users/ramutcho/config.php

          .......................................................................................................................................

          <?php
          $pathToExternals = array(
          "curl" => '/usr/bin/curl',
          "stat" => '/usr/bin/stat',
          "php" => '/usr/bin/php7.4',
          "pgrep" => '/usr/bin/pgrep',
          "python" => '/usr/bin/python3'
          );
          $topDirectory = '/home/ramutcho';
          $scgi_port = 5001;
          $scgi_host = '127.0.0.1';
          $XMLRPCMountPoint = '/RAMUTCHO';

          .......................................................................................................................................

          ramutcho-rtorrent

          File : /etc/init.d/ramutcho-rtorrent

          .......................................................................................................................................

          #!/usr/bin/env bash

          Dépendance : screen, killall et rtorrent

          BEGIN INIT INFO

          Provides: ramutcho-rtorrent

          Required-Start: $syslog $network

          Required-Stop: $syslog $network

          Default-Start: 2 3 4 5

          Default-Stop: 0 1 6

          Short-Description: Start daemon at boot time

          Description: Start-Stop rtorrent user session

          END INIT INFO

          Début configuration

          user="ramutcho"

          Fin configuration

          rt_start() {
          su --command="screen -dmS ${user}-rtorrent rtorrent" "${user}"
          }

          rt_stop() {
          killall --user "${user}" screen
          }

          case "$1" in
          start) echo "Starting rtorrent..."; rt_start
          ;;
          stop) echo "Stopping rtorrent..."; rt_stop
          ;;
          restart) echo "Restart rtorrent..."; rt_stop; sleep 1; rt_start
          ;;
          *) echo "Usage: $0 {start|stop|restart}"; exit 1
          ;;
          esac
          exit 0

          .......................................................................................................................................

          rutorrent.conf

          File : /etc/nginx/sites-enabled/rutorrent.conf

          .......................................................................................................................................

          include /etc/nginx/conf.d/log_rutorrent.conf;

          server {
          listen 80 default_server;
          listen 443 default_server ssl http2;
          server_name _;

          index index.html index.php;
          charset utf-8;
          client_max_body_size 10M;
          
          ssl_certificate /etc/nginx/ssl/server.crt;
          ssl_certificate_key /etc/nginx/ssl/server.key;

          include /etc/nginx/conf.d/ciphers.conf;

          access_log /var/log/nginx/rutorrent-access.log combined if=$loggable;
          error_log /var/log/nginx/rutorrent-error.log error;
          
          error_page 500 502 503 504 /50x.html;
          
          root /var/www;
          
          location = /favicon.ico {
          	access_log off;
          	log_not_found off;
          }
          
          location = /50x.html {
          	root /usr/share/nginx/html;
          }
          
          ## Config accueil serveur ##
          
          location ^~ / {
          	root /var/www/base;
          	include /etc/nginx/conf.d/php.conf;
          	include /etc/nginx/conf.d/cache.conf;
          	satisfy any;
          	allow all;
          }
          
          ## Config rutorrent ##
          
          location /rutorrent {
          	auth_basic "Restricted";
          	auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd";
          	include /etc/nginx/conf.d/php.conf;
          	include /etc/nginx/conf.d/cache.conf;
          	try_files $uri $uri/ /index.html;
          }
          
          location ~ ^/rutorrent/(conf|share)/(.+)$ {
          	deny all;
          }
          
          ## Config utilisateurs ##
          
              location /RAMUTCHO {
                      include scgi_params;
                      scgi_pass 127.0.0.1:5001;
                      auth_basic "Restricted";
                      auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd_ramutcho";
              }

          }

          .......................................................................................................................................

          nginx.conf

          File : /etc/nginx/nginx.conf

          .......................................................................................................................................

          user www-data;
          worker_processes auto;
          pid /var/run/nginx.pid;

          events {
          worker_connections 1024;
          use epoll; # gestionnaire d'évènements epoll (kernel 2.6+)
          }

          http {
          include /etc/nginx/mime.types;
          default_type application/octet-stream;

          access_log /var/log/nginx/access.log combined;
          error_log /var/log/nginx/error.log error;
          
          sendfile on;
          keepalive_timeout 15;
          keepalive_disable msie6;
          keepalive_requests 100;
          tcp_nopush on;
          tcp_nodelay off;
          server_tokens off;
          
          gzip on;
          gzip_comp_level 5;
          gzip_min_length 512;
          gzip_buffers 4 8k;
          gzip_proxied any;
          gzip_vary on;
          gzip_disable "msie6";
          gzip_types
              text/css
              text/javascript
              text/xml
              text/plain
              text/x-component
              application/javascript
              application/x-javascript
              application/json
              application/xml
              application/rss+xml
              application/vnd.ms-fontobject
              font/truetype
              font/opentype
              image/svg+xml;
          
          include /etc/nginx/sites-enabled/*.conf;

          }

          .......................................................................................................................................

          cache.conf

          File : /etc/nginx/conf.d/cache.conf

          .......................................................................................................................................

          location ~* .(jpg|jpeg|gif|css|png|js|woff|ttf|svg|eot)$ {
          expires 30d;
          access_log off;
          }

          location ~* .(eot|ttf|woff|svg)$ {
          add_header Acccess-Control-Allow-Origin *;
          }

          .......................................................................................................................................

          log_rutorrent.conf

          File : /etc/nginx/conf.d/log_rutorrent.conf

          .......................................................................................................................................

          map $request_uri $loggable {
          /RAMUTCHO 0;
          /rutorrent/ 0;
          /rutorrent/plugins/history/action.php 0;
          /rutorrent/plugins/check_port/action.php 0;
          /rutorrent/images/favicon.ico 0;
          /rutorrent/php/getsettings.php 0;
          /rutorrent/plugins/trafic/action.php 0;
          /rutorrent/plugins/fileshare/settings.js.php 0;
          /rutorrent/plugins/fileshare/fsh.php 0;
          /rutorrent/plugins/filemanager/flm.php 0;
          /rutorrent/plugins/filemanager/settings.js.php 0;
          /rutorrent/php/setsettings.php 0;
          /rutorrent/plugins/rss/action.php 0;
          /rutorrent/plugins/_task/action.php 0;
          /rutorrent/php/getplugins.php 0;
          /rutorrent/plugins/create/action.php 0;
          ~/rutorrent/plugins/diskspace/action.php? 0;
          ~/rutorrent/plugins/cpuload/action.php? 0;
          ~/rutorrent/plugins/tracklabels/action.php? 0;
          default 1;
          }

          .......................................................................................................................................

          php.conf

          File : /etc/nginx/conf.d/php.conf

          .......................................................................................................................................

          location ~ .php$ {
          fastcgi_index index.php;
          fastcgi_pass unix:/run/php/php7.4-fpm.sock;
          fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
          include /etc/nginx/fastcgi_params;
          }

          .......................................................................................................................................

          fichier pass nginx

          Dir : /etc/nginx/passwd

          .......................................................................................................................................

          640 www-data:www-data rutorrent_passwd
          640 www-data:www-data rutorrent_passwd_ramutcho

          .......................................................................................................................................

          fichier ssl nginx

          Dir : /etc/nginx/ssl

          .......................................................................................................................................

          dhparams.pem
          server.crt
          server.key

          .......................................................................................................................................

          nginx.log

          File : /var/log/nginx/rutorrent-error.log

          .......................................................................................................................................

          2021/09/14 12:49:57 [crit] 2048#2048: *1 SSL_read() failed (SSL: error:14191044:SSL routines:tls1_enc:internal error) while processing HTTP/2 connection, client: 185.254.11.210, server: 0.0.0.0:443
          2021/09/14 12:50:00 [crit] 2048#2048: *2 SSL_read() failed (SSL: error:14191044:SSL routines:tls1_enc:internal error) while processing HTTP/2 connection, client: 185.254.11.210, server: 0.0.0.0:443
          2021/09/14 12:50:16 [crit] 2048#2048: *3 connect() to unix:/run/php/php7.4-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 185.254.11.210, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "62.210.214.219", referrer: "https://62.210.214.219/rutorrent/"
          2021/09/14 12:50:16 [error] 2048#2048: *3 open() "/usr/share/nginx/html/50x.html" failed (2: No such file or directory), client: 185.254.11.210, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock", host: "62.210.214.219", referrer: "https://62.210.214.219/rutorrent/"
          2021/09/14 12:52:09 [error] 2048#2048: *8 user "ramutcho" was not found in "/etc/nginx/passwd/rutorrent_passwd", client: 195.200.221.234, server: _, request: "GET /rutorrent/ HTTP/2.0", host: "62.210.214.219"
          2021/09/14 12:52:11 [error] 2048#2048: *8 user "ramutcho" was not found in "/etc/nginx/passwd/rutorrent_passwd", client: 195.200.221.234, server: _, request: "GET /rutorrent/ HTTP/2.0", host: "62.210.214.219"
          2021/09/14 13:05:12 [crit] 2048#2048: *9 SSL_read() failed (SSL: error:14191044:SSL routines:tls1_enc:internal error) while processing HTTP/2 connection, client: 185.254.11.210, server: 0.0.0.0:443
          2021/09/14 13:05:12 [crit] 2048#2048: *10 connect() to unix:/run/php/php7.4-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 185.254.11.210, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "62.210.214.219", referrer: "https://62.210.214.219/rutorrent/"
          2021/09/14 13:05:12 [error] 2048#2048: *10 open() "/usr/share/nginx/html/50x.html" failed (2: No such file or directory), client: 185.254.11.210, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock", host: "62.210.214.219", referrer: "https://62.210.214.219/rutorrent/"
          2021/09/14 13:07:34 [crit] 3046#3046: *1 SSL_read() failed (SSL: error:14191044:SSL routines:tls1_enc:internal error) while processing HTTP/2 connection, client: 185.254.11.210, server: 0.0.0.0:443
          2021/09/14 13:07:35 [crit] 3046#3046: *2 connect() to unix:/run/php/php7.4-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 185.254.11.210, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "62.210.214.219", referrer: "https://62.210.214.219/rutorrent/"
          2021/09/14 13:07:35 [error] 3046#3046: *2 open() "/usr/share/nginx/html/50x.html" failed (2: No such file or directory), client: 185.254.11.210, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock", host: "62.210.214.219", referrer: "https://62.210.214.219/rutorrent/"

          .......................................................................................................................................

          fin

          .......................................................................................................................................
          `

        • Introduction
          Xrdp est une implémentation open-source du protocole RDP (Remote Desktop Protocol) de Microsoft qui vous permet de contrôler graphiquement un système distant. Avec RDP, vous pouvez vous connecter à la machine distante et créer une session de bureau réelle, comme si vous vous étiez connecté à une machine locale.

          Installation
          Note: Toutes les actions sont effectuées avec les droits de root.
          1) Mettre à jour les services.
          apt update
          apt upgrade

          2) Installation de l'environnement de bureau (xfce-desktop)
          Note: Il existe d'autres environnements qui peuvent être adaptés à cette installation.

          apt install task-xfce-desktop

          3) Installation du XRDP (Permettre de connecter à la machine distante (RDP))
          apt install xrdp

          4)vérification de l'état du service (Active (Running))
          systemctl status xrdp

          5)Par défaut Xrdp utilise le fichier /etc/ssl/private/ssl-cert-snakeoil.key qui n'est lisible que par les utilisateurs membres du groupe "ssl-cert".
          Exécutez la commande suivante pour ajouter l'utilisateur xrdp au groupe.

          adduser xrdp ssl-cert

          C'est fait. Xrdp a été installé sur votre système Debian.

          Et voilà vous pouvez accéder depuis le Bureau a distance Windows à votre serveur.

          Firewall
          Par défaut, Xrdp écoute sur le port 3389 sur toutes les interfaces. Si vous utilisez un pare-feu sur votre serveur Debian, ce que vous devriez toujours faire, vous devrez ajouter une règle qui permettra le trafic sur le port Xrdp.

          Exemple pour (iptables)

          iptables -t filter -A INPUT -p tcp --dport 3389 -j ACCEPT

          Cloudstack
          Sur Cloudstack veuillez bien créer une règle (Ingress Rule) pour le port:3389 sur votre INSTANCE en:

          Sur l'interface Cloudstack https://cloudstack.ikoula.com/

          Cliquer sur votre instance\Security Groups\Security Groups\Nom de votre security Group\Ingress Rule

          source : https://fr-wiki.ikoula.com/fr/RDP-Comment_installer_XRDP_Server_(Remote_Desktop)_Debian_10

        • une mise a jour du tuto pour installation sur débian 11 de prévu ?

        • personnellement je n'ai jamais rien compris a Docker. Bon j'avoue ne pas m'y être interessé aussi mais je pense qu'à un moment donner il va falloir que je m'y mette...

        • désolé de ma réponse tardive mais j'ai été malade ce week-end.
          @MattProd alors voilà les resultats :

          /var/log/nginx/rutorrent-error.log error`
          `2020/02/10 08:25:01 [error] 1217#1217: *1080703 open() "/var/www/base/css/style.css" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /css/style.css HTTP/1.1", host: "195.154.223.156"
          2020/02/10 08:25:09 [error] 1217#1217: *1080703 open() "/var/www/rutorrent/images/headers.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/headers.png HTTP/1.1", h$
          2020/02/10 08:25:09 [error] 1219#1219: *1080707 open() "/var/www/rutorrent/images/logoff.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/logoff.png HTTP/1.1", hos$
          2020/02/10 08:25:09 [error] 1215#1215: *1080702 open() "/var/www/rutorrent/images/status.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/status.png HTTP/1.1", hos$
          2020/02/10 08:25:09 [error] 1218#1218: *1080704 open() "/var/www/rutorrent/images/status_icons.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/status_icons.png HT$
          2020/02/10 08:25:09 [error] 1215#1215: *1080702 open() "/var/www/rutorrent/images/yellow.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/yellow.png HTTP/1.1", hos$
          2020/02/10 08:25:09 [error] 1215#1215: *1080702 open() "/var/www/rutorrent/images/pause.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/pause.png HTTP/1.1", host:$
          2020/02/10 08:25:09 [error] 1215#1215: *1080702 open() "/var/www/rutorrent/images/refresh.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/refresh.png HTTP/1.1", h$
          2020/02/10 08:25:10 [error] 1215#1215: *1080702 open() "/var/www/rutorrent/images/green.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/green.png HTTP/1.1", host:$
          2020/02/10 08:25:10 [error] 1215#1215: *1080702 open() "/var/www/rutorrent/images/status_icons.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/status_icons.png HT$
          2020/02/10 08:25:10 [error] 1215#1215: *1080702 open() "/var/www/rutorrent/images/headers.png" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/headers.png HTTP/1.1", h$
          2020/02/10 08:25:11 [error] 1219#1219: *1080707 open() "/var/www/rutorrent/images/rss.gif" failed (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /rutorrent/images/rss.gif HTTP/1.1", host: "19$
          2020/02/10 12:16:05 [error] 1215#1215: *1089500 "/var/www/base/seedbox-manager/index.html" is not found (2: No such file or directory), client: 195.132.40.120, server: krissboxx.ga, request: "GET /seedbox-manager/ HTTP/1.1", host: "195.$`
          
          `/var/www/rutorrent/conf/users/usersendefaut/config.php`
          `<?php
          $pathToExternals = array(
              "curl"  => '/usr/bin/curl',
              "stat"  => '/usr/bin/stat',
              "php"    => '/usr/bin/php7.3',
              "pgrep"  => '/usr/bin/pgrep',
              "python" => '/usr/bin/python2.7'
              );
          $topDirectory = '/home/threeuser';
          $scgi_port = 5011;
          $scgi_host = '127.0.0.1';
          $XMLRPCMountPoint = '/THREEUSER';`
          
          `/var/www/rutorrent/conf/users/userquimarche/config.php`
          `<?php
          $pathToExternals = array(
              "curl"  => '/usr/bin/curl',
              "stat"  => '/usr/bin/stat',
              "php"    => '/usr/bin/php7.3',
              "pgrep"  => '/usr/bin/pgrep',
              "python" => '/usr/bin/python2.7'
              );
          $topDirectory = '/home/kriss';
          $scgi_port = 5006;
          $scgi_host = '127.0.0.1';
          $XMLRPCMountPoint = '/KRISS';
          
        • @MattProd il s'agit d'un ancien user. Tous mes autres users on bien accès à FILEMANAGER dans rutorrent et j'ai testé sur mon pc.
          L'installation à été faite via le script de Ex_rat. J'ai uniquement fait depuis un upgrade depuis de debian 8 à 9.