docker-plex-media-server
docker-plex-media-server copied to clipboard
Crash on startup due to missing libva.so.2
2019-03-16 17:58:00 (103 MB/s) - 'plexmediaserver.deb' saved [80615308/80615308]
Installing Plex Media Server...
Selecting previously unselected package plexmediaserver.
(Reading database ... 7050 files and directories currently installed.)
Preparing to unpack plexmediaserver.deb ...
Unpacking plexmediaserver (1.15.1.791-8bec0f76c) ...
Setting up plexmediaserver (1.15.1.791-8bec0f76c) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Starting Plex Media Server...
./Plex Media Server: error while loading shared libraries: libva.so.2: cannot open shared object file: No such file or directory
Tries both latest and autoupdate and both are starting without fail.
Could you try updating the Dockerfile by adding like "libva" (possibly RUN apt update && apt install -y libva) and see if that fixes it?
Sorry @wernight, I ended up just switching to the official Plex docker image, see commit for this here: https://gitlab.com/underyx/ops/commit/fa51a798f8ae2a64ae7bdacf01f4ec536ef064ba
I won't be trying to debug this issue anymore. But if it helps, this manifest is what was triggering the issue for me: https://gitlab.com/underyx/ops/blob/be46ef1044556a877214d9d49417b0b8eeacb08f/manifests/user/media/plex.yml
This is probably a related issue: https://forums.plex.tv/t/1-15-0-647-fails-to-launch-cant-find-libva-so-2/372520/7
And this commit might be helpful as well https://github.com/plexinc/pms-docker/commit/0e81f12e599d83db99b7d2bd1c94b1a29088b2e7