Pas l'image docker mais sur le script auto
[Discussion] Installer ruTorrent sur Debian (nginx & php-fpm)
Salut
J'ai plus trop le temps de m'en occuper du script et plus vraiment l'envie non plus, je crois qu'on va le laisser mourir gentiment.
Pour le tuto à la mano, quelqu’un finira bien par reprendre le flambeau.
Ex.
On peut gentiment vous orientés vers SSD Seedbox en local ou avec drive
Sur base d'ansible et docker.
Matt
ex_rat bien triste nouvelle mais compréhensible.
Bonne continuation
Hello, le script est ok chez moi (debian 11).
juste une petite commande à passer après le script.
rm -r /var/www/rutorrent/plugins/lbll-suite/
Mog54
Bonjour à tous,
Je viens de refaire une install avec le script sur un nouveau serveur, tout s'est très bien passé, j'ai juste eu l'erreur "Uncaught TypeError: Cannot read properties of undefined (reading 'slice')" mais en désactivant "logoff", comme cité plus haut, ça a resolu le soucis. Par contre j'ai un bug d'affichage, malgré avoir vidé mon cache et testé sur plusieurs navigateurs, je vous joins un photo. En vous remerciant par avance pour votre aide.
Micdu70 Merci beaucoup ça fonctionne
- Modifié
bonjour j'ai un soucis sur le plugin filemanager
je l'installe par cette commande :
cd /tmp
git clone https://github.com/Micdu70/rutorrent-thirdparty-plugins.git
cd rutorrent-thirdparty-plugins
mv filemanager /var/www/rutorrent/plugins/filemanager
ensuite j'ai ça :
Changement de propriétaire des fichiers web :
chown -R www-data:www-data /var/www/rutorrent
quand je lance la commande :
nano /var/www/rutorrent/plugins/filemanager/conf.php
j'ai cette erreur
le dossier filemanager n'est pas creer dans les plugins non plus
merci de votre aide car la je coince
Hello @gnanard,
Tu as la réponse dans ta première capture ligne 6 a 8.
Un problème d'authentification qui donc par conséquent ne clone pas le repo.
Tu ne peut donc pas ouvrir un fichier qui n'a pas était charger.
Ensuite il me semble que ce repo ( @Micdu70 ) n'est plus disponible ?! Mais il y'en a un autre ici
Matt
- Modifié
Le repo https://github.com/Micdu70/rutorrent-thirdparty-plugins n'existe plus
Il faudrait peut-être remplacer par l'original https://github.com/nelu/rutorrent-filemanager
Ce qui donnerait
cd /tmp
git clone https://github.com/nelu/rutorrent-filemanager
mv rutorrent-filemanager /var/www/rutorrent/plugins/filemanager
chown -R www-data:www-data /var/www/rutorrent
nano /var/www/rutorrent/plugins/filemanager/conf.php
EDIT : grillé par Mat
- Modifié
bonjour j'ais installe cette version mais je rencontre un probleme quand j'ajoute un torrent j'ais tout verifier mais je ne voies pas
pouvez vous m'aider svp merci d'avance
tuto suivi:https://mondedie.fr/d/11708-tuto-installer-rutorrent-sur-debian-11-nginx-php-fpm
- Modifié
Cannot install... error on PHP install...
Setting up php7.4-fpm (7.4.28-1+deb11u1) ...
Not replacing deleted config file /etc/php/7.4/fpm/php.ini
NOTICE: Not enabling PHP 7.4 FPM by default.
NOTICE: To enable PHP 7.4 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.4-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Detected unsafe path transition / -> /run during canonicalization of /run.
Job for php7.4-fpm.service failed because the control process exited with error code.
See "systemctl status php7.4-fpm.service" and "journalctl -xe" for details.
invoke-rc.d: initscript php7.4-fpm, action "start" failed.
* php7.4-fpm.service - The PHP 7.4 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.4-fpm.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2022-06-13 15:32:56 UTC; 6ms ago
Docs: man:php-fpm7.4(8)
Process: 29269 ExecStart=/usr/sbin/php-fpm7.4 --nodaemonize --fpm-config /etc/php/7.4/fpm/php-fpm.conf (code=exited, status=78)
Process: 29270 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.4/fpm/pool.d/www.conf 74 (code=exited, status=0/SUCCESS)
Main PID: 29269 (code=exited, status=78)
CPU: 9ms
Jun 13 15:32:56 nas systemd[1]: Starting The PHP 7.4 FastCGI Process Manager...
Jun 13 15:32:56 nas php-fpm7.4[29269]: [13-Jun-2022 15:32:56] ERROR: failed to open configuration file '/etc/php/7.4/fpm/php-fpm.conf': No such file or directory (2)
Jun 13 15:32:56 nas php-fpm7.4[29269]: [13-Jun-2022 15:32:56] ERROR: failed to load configuration file '/etc/php/7.4/fpm/php-fpm.conf'
Jun 13 15:32:56 nas php-fpm7.4[29269]: [13-Jun-2022 15:32:56] ERROR: FPM initialization failed
Jun 13 15:32:56 nas systemd[1]: php7.4-fpm.service: Main process exited, code=exited, status=78/CONFIG
Jun 13 15:32:56 nas systemd[1]: php7.4-fpm.service: Failed with result 'exit-code'.
Jun 13 15:32:56 nas systemd[1]: Failed to start The PHP 7.4 FastCGI Process Manager.
dpkg: error processing package php7.4-fpm (--configure):
installed php7.4-fpm package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
php7.4-fpm
E: Sub-process /usr/bin/dpkg returned an error code (1)