You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been running Agent DVR in a Docker container on Unraid successfully for some time now. However, after a recent Docker update, the container started throwing errors, and I can’t get it to work anymore. Here’s a summary of the problem:
Setup:
Host OS: Unraid (fully updated).
Docker Image: doitandbedone/ispyagentdvr.
Hardware: AMD GPU (using /dev/dri for hardware acceleration).
Docker Run Command:
After updating the Docker image, the container fails with GPU-related errors:
From the Docker logs: The Issue:After updating the Docker image, the container fails with GPU-related errors:
From the Docker logs:implib-gen: libva.so.2: failed to resolve symbol 'vaMapBuffer2' via dlsym: /lib/x86_64-linux-gnu/libva.so.2: undefined symbol: vaMapBuffer2 amdgpu: os_same_file_description couldn't determine if two DRM fds reference the same file description. If they do, bad things may happen!
It worked for over 1,5 years with that GPU, but now after the Update i cant get it to run again. If i remove the GPU it works again, but with no gpu encoding of course, but i have to use it.
The docker has acces to the GPU
# ls -l /dev/dri
total 0
crw-rw---- 1 root 18 226, 0 Dec 10 22:00 card0
crwxrwxrwx 1 root 18 226, 128 Dec 10 22:00 renderD128
Steps To Reproduce
Steps to reproduce the behavior:
Using GPU /dev/dri
Expected behavior
Maybe check libversions
Reproduction rate
100%
The text was updated successfully, but these errors were encountered:
Affected Version: 5.8.4.0
Hi everyone,
I’ve been running Agent DVR in a Docker container on Unraid successfully for some time now. However, after a recent Docker update, the container started throwing errors, and I can’t get it to work anymore. Here’s a summary of the problem:
Setup:
Also tried host as Network Type
The Issue:
After updating the Docker image, the container fails with GPU-related errors:
It worked for over 1,5 years with that GPU, but now after the Update i cant get it to run again. If i remove the GPU it works again, but with no gpu encoding of course, but i have to use it.
The docker has acces to the GPU
Steps To Reproduce
Steps to reproduce the behavior:
Using GPU /dev/dri
Expected behavior
Maybe check libversions
Reproduction rate
100%
The text was updated successfully, but these errors were encountered: