2025-04-05, 09:00 PM
(This post was last modified: 2025-04-05, 09:01 PM by TheDreadPirate. Edited 1 time in total.)
Why is there an ACL on your render and card devices?
You're using Docker directly on Ubuntu, correct? Without something like CasaOS or some other UI over top Ubuntu?
That will remove the ACLs.
Code:
chris@rat-trap:/docker/containers$ ll /dev/dri
total 0
drwxr-xr-x 3 root root 100 Apr 1 14:30 ./
drwxr-xr-x 22 root root 5140 Apr 1 14:30 ../
drwxr-xr-x 2 root root 80 Apr 1 14:30 by-path/
crw-rw---- 1 root video 226, 1 Apr 1 14:30 card1
crw-rw---- 1 root render 226, 128 Apr 1 14:30 renderD128
You're using Docker directly on Ubuntu, correct? Without something like CasaOS or some other UI over top Ubuntu?
Code:
sudo setfacl -b -R /drv/dri
That will remove the ACLs.