Replies: 3 comments 14 replies
-
Could you try this as a quadlet instead of podman generate systemd? |
Beta Was this translation helpful? Give feedback.
11 replies
-
rpm -q container-selinux |
Beta Was this translation helpful? Give feedback.
0 replies
-
rpm -q container-selinux |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I installed jellyfin via podman on a debian vm.
aftter some struggle i managed to get hw accelaration (iGPU - QSV/VAAPI) of my i5 6500 working.
But it works only when i start it via podman run:
as soon as i try to start it with the podman generated systemd file
i get the playback error, that my client isnt compatible ...
anyone here who can help me with this? :>
i already read some thing about systemd hardening ... i think some permissions are missing, but i dont know how to change the system.d file to get it working again .
Tried this in the .service file:
PrivateDevices=false
DeviceAllow=/dev/dri/renderD128
but didnt helped.
complete systemd-file:
Beta Was this translation helpful? Give feedback.
All reactions