rtorrent-cleaner un outil pour libérer de la place sur votre seedbox !
Magicalex Comme j'avais rien fait depuis la dernière fois sur mon dédié, j'ai passé la maj de ton programme puis j'ai fait flèche du haut pour retrouver les commandes que j'avais lancé.
Donc 100% j'ai bien les même commandes que la dernière fois sauf que j'ai enlevé --home=
et l'identifiant/mot de passe n'a pas changé.
Ok je vais chercher après les fêtes ^^
salut,
déjà merci pour le script !!
j'utilise cloudbox, donc sous Ubuntu 18, et lorsque je lance le script, j'ai les messages suivants :
avec 127.0.0.1 ou localhost comme adresse :
In HttpException.php line 32:
An HTTP error occurred: Service Temporarily Unavailable
avec l'adresse complète du serveur :
In HttpException.php line 32:
An HTTP error occurred: Unauthorized
une idée ?
bye
Magicalex salut, désolé j'avais pas vu ta réponse ... !
rtorrent-cleaner report --url-xmlrpc=http://127.0.0.1/RPC
foxfr99 non j'ai pas de piste.
Tu peux passer par ton ip mot de passe? ex : http://user:azerty@88.88.88.88/RPC
Magicalex salut, avec cette dernière commande et en ajoutant un s pour https j’ai le message suivant :
In Finder.php line 581:
The "/downloads/torrents/rutorrent/incoming" directory does not exist.
La partie interrogation de rutorrent semble fonctionner.
Est il possible de paramétrer le chemin d’acces aux fichiers téléchargés ?
foxfr99 Oui parce que tu utilises docker. J'ai fais une images docker pour ça https://github.com/Magicalex/docker-rtorrent-cleaner notamment pour l'image docker de @xataz https://github.com/xataz/docker-rtorrent-rutorrent
Tu peux me donner ton docker compose?
- Modifié
Ok il me faudrait les retours des deux commandes
docker network ls
docker ps
En gros on va utiliser mon image docker pour exécuter rtorrent-cleaner.
Les points d’interrogations c'est les chemins à trouver.
docker run -it --rm \
-v /mnt/local/downloads/torrents/rutorrent/completed:???????/rutorrent/completed \
--network ?????? \
--link ???????:rtorrent \
magicalex/docker-rtorrent-cleaner rtorrent-cleaner
- Modifié
~ docker network ls
NETWORK ID NAME DRIVER SCOPE
c6d782c6092e bridge bridge local
7b16eb4a70b8 cloudbox bridge local
e786b3f45af9 host host local
ce6a2fe39884 none null local
Docker ps retourne pour ce qui concerne rutorrent :
783ac95817bd horjulf/rutorrent-autodl "/init"
Si je lance la commande :
docker run -it --rm \
-v /mnt/local/downloads/torrents/rutorrent/completed:/downloads/torrents/rutorrent/completed \
--network 7b16eb4a70b8 \
--link rutorrent-autodl:rtorrent \
magicalex/docker-rtorrent-cleaner rtorrent-cleaner report --url-xmlrpc=https://xxx:yyy@domaine/RPC2/
J’ai en retour :
In Finder.php line 581:
The "/downloads/torrents/rutorrent/incoming" directory does not exist.
Merci encore !
- Modifié
Et avec la commande :
docker run -it --rm \
-v /mnt/local/downloads/torrents/rutorrent:/downloads/torrents/rutorrent \
--network 7b16eb4a70b8 \
--link rutorrent-autodl:rtorrent \
magicalex/docker-rtorrent-cleaner rtorrent-cleaner report --url-xmlrpc=https://xxx:yyy@domaine/RPC2/
j’ai ce résultat :
╔════════════════════════════════════╗
║ RTORRENT-CLEANER - REPORT - v0.4.4 ║
╚════════════════════════════════════╝
████████████████████████████ 100%
remaining time: < 1 sec
status: completed successfully!
PHP Notice: Undefined variable: fileTorrentHome in phar:///usr/local/bin/rtorrent-cleaner/src/Rtorrent/ListingFile.php on line 62
PHP Warning: array_diff(): Argument #1 is not an array in phar:///usr/local/bin/rtorrent-cleaner/src/Rtorrent/ListingFile.php on line 67
PHP Warning: array_diff(): Argument #2 is not an array in phar:///usr/local/bin/rtorrent-cleaner/src/Rtorrent/ListingFile.php on line 72
PHP Warning: count(): Parameter must be an array or an object that implements Countable in phar:///usr/local/bin/rtorrent-cleaner/src/Command/ReportCommand.php on line 70
PHP Warning: count(): Parameter must be an array or an object that implements Countable in phar:///usr/local/bin/rtorrent-cleaner/src/Command/ReportCommand.php on line 71
> 0 file(s) are not tracked by rtorrent. (use the `rm` or `mv` command)
PHP Warning: Invalid argument supplied for foreach() in phar:///usr/local/bin/rtorrent-cleaner/src/Command/ReportCommand.php on line 76
no files not tracked by rtorrent
> 0 files(s) are missing in the torrents. (use the `torrents` command)
PHP Warning: Invalid argument supplied for foreach() in phar:///usr/local/bin/rtorrent-cleaner/src/Command/ReportCommand.php on line 96
no missing files