This repository was archived by the owner on Nov 2, 2024. It is now read-only.
problem with lxc and jellyfin, "almost" solved, pls help #1068
Unanswered
rcv11x
asked this question in
Help Needed
Replies: 1 comment 3 replies
-
i had this problem with emby an my solution was this: |
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.
-
Guys I have a question to see if you can help me, I have jellyfin inside a proxmox LXC, the transcoding was going well until a few days ago I updated proxmox, I get an error now after being several hours I have realized that I get an error in the log of jellyfin:
[AVHWDeviceContext @ 0x556b9f5a66c0] No VA display found for device /dev/dri/renderD128. Device creation failed: -22. Failed to set value 'vaapi=va:/dev/dri/renderD128' for option 'init_hw_device': Invalid argument Error parsing global options: Invalid argument
it turns out that if inside the lxc I run:
ls -l /dev/dri/
I get back:
crw-rw---- 1 root syslog 226, 128 Feb 15 07:37 renderD128
where it says syslog should be render, if I change the permissions with:
sudo chown root:render /dev/dri/renderD128
magically the transcoding works and no longer gives me error! but ... when I restart the pc proxmox pc that permission is set again in syslog, how could I fix this? I do not know if this happened before because I did not look but it should be render that is how it works not with "syslog" if someone can help me I would appreciate it very much, I think it has an easy solution
Beta Was this translation helpful? Give feedback.
All reactions