-
Notifications
You must be signed in to change notification settings - Fork 34
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
Run Docker - Error response from daemon: linux runtime spec devices: error gathering device information while adding custom device "/dev/vcsm": no such file or directory. #4
Comments
Having the same issue. I removed --device=/dev/vcsm from the command which works, but I am not sure what metrics I am missing now. |
What platform are you folks on? I got this on a pi4 running a gutted debian-based distro |
Same issue for me with a rpi 2B with Buster. |
Is there any update on this? |
@Ubique88 did you try this:
|
I posted this same issue under Issue #10, my bad. To fix it, you just need to replace --device=/dev/vcsm by --device=/dev/vcsm-cma Here's the fixed command:
And the expected output :
Hope this helps. Credit goes to @serotonie |
i have the same problem on a pi4 with debian buster, i only have in /dev/ these folders: no vcsm ore vcsm-cma so i have changed the --device=/dev/vcsm by --device=/dev/vcs, the container is running and all data change in gui, so it looks like ok |
I haven't any --device in my docker run script. |
I have the same issues:
Pi4. Independent of the device configurations proposed above.
Warning and docker will not start |
should we just close this? |
I think this shouldn't be closed @maxidebello until this is clarified for users, depending on the PI they use, which vsc/vcsm-cma o vcsm should they use, and clarify that in the README |
Thanks for this. Just trying to deploy this container for the first time ever, and ran into the device issue. Platform:
I just got it working, on first attempt, with I also didn't see any warning about using the wrong platform, even though the only tag I see on Docker Hub says it's for AMD64. Some of the sensors and UI aren't reporting correctly, but it works. :) |
I didn't get exactly where is the issue, I found issues from others projects/images complaining the same topic. |
Here is the docker compose file that I used to get it to work. I replace Takes a minute for the container to start working once you deploy.
|
I changed it to "vcsm-cma" and now works fine! |
Hello
I have an error during run docker :
root@pihome:/home/pi# docker run --device=/dev/vchiq --device=/dev/vcsm --volume=/opt/vc:/opt/vc --volume=/boot:/boot --volume=/sys:/dockerhost/sys:ro --volume=/etc:/dockerhost/etc:ro --volume=/proc:/dockerhost/proc:ro --volume=/usr/lib:/dockerhost/usr/lib:ro -p=8888:8888 --name="rpi-monitor" -d michaelmiklis/rpi-monitor:latest
73163e6ff8c1d98ba0d80f5b34ad0f637df7f3ce6c75e241b0dfcfcf393269a6
docker: Error response from daemon: linux runtime spec devices: error gathering device information while adding custom device "/dev/vcsm": no such file or directory.
The text was updated successfully, but these errors were encountered: