-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Plex Media Server
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
I was able to successfully run the Plex helper script. I can see the GPU within the container.
root@plex:~# ls -l /dev/dri
total 0
drwxr-xr-x 2 nobody nogroup 80 Jul 7 13:43 by-path
crw-rw---- 1 nobody nogroup 226, 1 Jul 7 13:43 card1
crwxrwxrwx 1 nobody nogroup 226, 128 Jul 7 13:43 renderD128
However, I'm getting the following error in the log: "No VA display found for device /dev/dri/renderD128".
I've found that this seems to be related to permissions. When I change the permissions for /dev/dri/renderD128 to 777 on the Proxmox host, it works.
However, the permissions are lost after every restart of the host, it is therefore not a satisfactory solution.
Is this behavior normal, or is it a bug? Can someone help me?
π Steps to reproduce the issue.
Install Plex with default configuration.
β Paste the full error output (if available).
ERROR - [Req#228/Transcode] [FFMPEG] - No VA display found for device /dev/dri/renderD128.
πΌοΈ Additional context (optional).
No response