-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current user does not have read permissions on /dev/dri/renderD128 #519
Comments
|
@travisboss I was able to resolve the VAAPI permission error by adding the user Check the owner and group permissions of the device: ls -la /dev/dri
drwxr-xr-x 3 root root 100 Mar 24 14:38 .
drwxr-xr-x 18 root root 4240 Mar 24 14:38 ..
drwxr-xr-x 2 root root 80 Mar 24 14:38 by-path
crw-rw---- 1 root video 226, 0 Mar 24 14:38 card0
crw-rw---- 1 root render 226, 128 Mar 24 14:38 renderD128 Add the user running Nextcloud to that group usermod -a -G render www-data I'm now getting HTTP 408 errors when running Edit: I don't have an Intel card so I don't know why I'm wasting my time getting VAAPI working 🤣. I just turned off transcoding and now I can watch videos. |
@travisboss I faced the same issue, I found 2 options. The easiest one is creating a cron job running at reboot to change permissions of that file. Or follow this thread to create a file |
@pulsejet are you able to check the http 408 issue? It looks like myself and another user are also having that same issue. |
Describe the bug
A clear and concise description of what the bug is.
Current user does not have read permissions on /dev/dri/renderD128
To Reproduce
Steps to reproduce the behavior:
sudo docker exec -it nextcloud occ memories:video-setup
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Additional context
Add any other context about the problem here.
Using the linuxserver/nextcloud container
added dev/dri and required packages to be installed, have verified my user 1000 and 100 have access to the group render and video.
Important: Are all of the following are true?
True
OCCWeb
to runocc
commandsTrue
N/A
The text was updated successfully, but these errors were encountered: