jaymoulin/docker-plex

Can't start on an aarch64 arch linux raspberry pi

hobbypunk90 opened this issue ยท 9 comments

Heyho,

i have no idea why, but this is everything i got. Perhaps you have an idea how i get more output?

[alarm@eadrax:~]% docker run --name plex  -v plex:/root/Library -v /media/Filme:/media/Filme -v /media/Serien:/media/Serien --net=host jaymoulin/plex:latest
standard_init_linux.go:190: exec user process caused "exec format error"

Could you please try with this command :

docker run --name plex  -v plex:/root/Library -v /media/Filme:/media/Filme -v /media/Serien:/media/Serien --net=host jaymoulin/rpi-plex:1.13.2-arm64v8

This is just temporary to see if the crosscompiler fails to compile for arch64 and arm64v8 should be compatible

The result is the same ๐Ÿ˜ž:

[alarm@eadrax:~]% docker run --name plex  -v plex:/root/Library -v /media/Filme:/media/Filme -v /media/Serien:/media/Serien --net=host jaymoulin/rpi-plex:1.13.2-arm64v8
Unable to find image 'jaymoulin/rpi-plex:1.13.2-arm64v8' locally
1.13.2-arm64v8: Pulling from jaymoulin/rpi-plex
47a3e1ab6852: Already exists 
89a21c9fc6fb: Already exists 
dc018528bf38: Pull complete 
13fafa83e11d: Pull complete 
f08d9f6a41aa: Pull complete 
Digest: sha256:4b944188f85dc72256eae2a08f4344c4382092fcaedcec7e59a1623dd35f5c01
Status: Downloaded newer image for jaymoulin/rpi-plex:1.13.2-arm64v8
standard_init_linux.go:190: exec user process caused "exec format error"

This may take a moment before I resolve this issue. I have a clue, be you'll have to be patient to VERY patient for this issue to be resolved. Users may experiment this issue with arm32v6 as well.

Maybe can you try this one as arm64 is supposed to be able to run arm32 binaries?

docker run --name plex  -v plex:/root/Library -v /media/Filme:/media/Filme -v /media/Serien:/media/Serien --net=host jaymoulin/rpi-plex:1.13.2-arm32v7

hey, i think you mean the arm32v6 container? there is no arm32v7 build ๐Ÿ˜

[alarm@eadrax:~]% docker run --name plex  -v plex:/root/Library -v /media/Filme:/media/Filme -v /media/Serien:/media/Serien --net=host jaymoulin/rpi-plex:1.13.2-arm32v6
standard_init_linux.go:190: exec user process caused "exec format error"

https://forums.plex.tv/t/armv8-platform-alpha-testing-synology-and-qnap/275940

It should work with this beta. I published a jaymoulin/plex:1.13.6-aarch64 image that you can use. I will update this when the release is done

A new beta version has been released. Still no news on the final release date but I published a jaymoulin/plex:1.14.0-aarch64 if you want to give it a try

sorry, for the late reply, i started your release minutes ago.
it don't find any server... i have no ideas why ๐Ÿค”
without dns resolution to my pi is works ๐Ÿ˜

Told you it could take some time before this is resolved, but finally, you should be able to use it on the stable release!