2025-04-11, 12:03 PM
This is more of a Linux question if anyone has experienced this problem
I'm running Jellyfin in a Proxmox LXC container. I've already passed through the Intel iGPU and Jellyfin is a part of the render group.
ls -l /dev/dri
crw-rw---- 1 nobody _ssh 226, 128 Feb 14 15:54 renderD128
For some reason renderD128 does not have an associated user and group. When running chmod or chown I get this issue:
sudo chmod 666 renderD128
chmod: changing permissions of 'renderD128': Operation not permitted
Not sure why I can't change this with sudo, or even change ownership to root
I'm running Jellyfin in a Proxmox LXC container. I've already passed through the Intel iGPU and Jellyfin is a part of the render group.
ls -l /dev/dri
crw-rw---- 1 nobody _ssh 226, 128 Feb 14 15:54 renderD128
For some reason renderD128 does not have an associated user and group. When running chmod or chown I get this issue:
sudo chmod 666 renderD128
chmod: changing permissions of 'renderD128': Operation not permitted
Not sure why I can't change this with sudo, or even change ownership to root