romancin / rutorrent-flood-docker

A repository for creating a docker container including rtorrent with rutorrent and flood interfaces
95 stars 33 forks source link

FILE MANAGER: rar archive manipulation disabled (application not found) #63

Open chewlm86 opened 5 years ago

chewlm86 commented 5 years ago

Hi,

Got this message in the Log when ruTorrent start up.

FILE MANAGER: rar archive manipulation disabled (application not found)

romancin commented 5 years ago

Yes, I realized that compiled rar that I was using doesn’t work, so I deleted it from the image. It’s because of musl used in Alpine probably. I cannot find rar source code anywhere, and it doesn’t work with glibc compatibility. I’ll keep you informed.

bjeanes commented 3 years ago

@romancin I also just ran into this so wanted to see what you meant. However, it seems like there is a package that (appears to) work: https://pkgs.alpinelinux.org/package/edge/main/x86/unrar

$ docker exec -it rutorrent bash

root@d037aad5064d:/# apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
v3.11.6-157-g566840bfb9 [http://dl-cdn.alpinelinux.org/alpine/v3.11/main]
v3.11.6-154-g4a09bbafbc [http://dl-cdn.alpinelinux.org/alpine/v3.11/community]
OK: 11272 distinct packages available

root@d037aad5064d:/# apk add unrar
OK: 396 MiB in 166 packages

root@d037aad5064d:/# unrar

UNRAR 5.80 freeware      Copyright (c) 1993-2019 Alexander Roshal

Usage:     unrar <command> -<switch 1> -<switch N> <archive> <files...>
               <@listfiles...> <path_to_extract\>

[...]

Could this work or does the ruTorrent need rar as well as unrar?