I have the same issue when running plex in a docker container on a synology box.
failed to open /data/jenkins/pms-deps-universal-v2/BUILD_TAG/linux-ubuntu-x86_64/output/pms-depends-linux-ubuntu-x86_64-release-79dcc0f/lib/dri/hybrid_drv_video.so
Failed to wrapper hybrid_drv_video.so
If I deactivate hardware acceleration errors go away but video is not usable as it skips every 1 second.
@ChuckPa Running docker in privileged mode should give all the permissions needed along with a dev snapshot so I’m not sure why you’re saying this asks for trouble - It’s actually a much cleaner way to maintain a component on Synology.
As well, I’m using the official plex docker images so I’m not sure why this is not the right place to point out these issues.
That is partially correct. The privileged deactivates all the limitations enforced by the device cgroup controller - basically that is an . This along with either full dev bind mount or specific device bind mount would give full access to host’s dri.
I moved this thread here. It should not be part of a mainstream (host) linux server issue.
This is confined to within the scope of the container and the s6 init exec