2025-04-19, 06:53 AM
(This post was last modified: 2025-04-19, 07:39 AM by andu77. Edited 3 times in total.)
(2025-04-18, 09:06 PM)TheDreadPirate Wrote: Out of curiosity, did you follow a guide of some kind to setup Jellyfin? Recently there has been a huge influx of people making this exact same mistake and I don't think it is coincidence.
No other than official one but I was comparing video acceleration and quick sync settings.
Just noticed 'quick' doesn't have anything there. Without reading the comment, I went on and added the path.
Obviously, I didn't know what I was doing as the comment adds.
Anyway, today I started fresh and focused on:
Device creation failed: -542398533.
So I did:
podman exec Jellyfin id my_user_name;
uid=1033(my_user_name) gid=1033(my_user_name) groups=1033(my_user_name)
nothing about render group (!).
I found this blog post:
https://www.redhat.com/en/blog/supplemen...containers
I tried it and it WORKS!
As it turns out, it's a podman extra configuration required.
P.S. I re-ran 'id' inside container and I get the same output - as if groups are not inherited.
Giving the fact that it works now, I think they propagate.
Maybe other command should be used to really see what groups are in container.