-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Not enough real-time shares (cpu.rt_runtime_us == 0) with Docker #1191
Comments
Well, the issues you are reporting/seeing here are specific to using Armbian because they seem to have decided to enable So, I am sorry, but this is a know limitation of Armbian and you are either asked to switch to a different distribution or recompile the kernel without |
Hi @jens-maus, thank you very much for the detailed explanation.
Do you know this can be done in armbian? Would be very helpful and i could test it. Thanks |
@eloo with these changes i could start the container succesfully on armbian { 2.) add --cpu-rt-runtime=190000 option to docker run or create comand or "cpu_rt_runtime":190000 |
Sounds great.. I will give it a try and report the result here. Thanks |
Okay thats looks good. @jens-maus maybe this can be added to the docs? |
@eloo Sure, please post your final docker compose file here as a reference |
okay.. so after a bit of testing here is my current setup. /etc/docker/daemon.json
docker-compose.yaml
seems that the config in the daemon.json is necessary.. Sadly with the settings in the daemon.json the homeassistant addon is still showing the not enough real-time shares error. Thanks for your help |
Describe the bug
Hi,
i'm currently trying the docker (oci) image to replace my debmatic installation in future.
But i'm having some trouble to get it running. I'm also following the home-assistant addon issue here in github which looks very promising.
When i start the docker image (using compose) my rf-mod gets detected but it looks like rfd has issues to get started.
I have also tested to start rfd from within the container but also this does not work.
Docker logs:
System logs for rfd
I have also seen this issue #1106 and check that i did the installation exactly the way described in the docs (eq3 and dkms) but still no success.
i'm not sure if the problem is directly related to the rt_runtime_us which is mentioned in the logs but i also don't know exactly how to adjust/fix this.
I've also seen that there is change related in the last release but i still see this error.
Maybe there is still a bug related to the rt_runtime_us? Or do i maybe need to make some adjustments to my system?
Btw. the module it self is working because i have also debmatic on the same hardware (but i stop it when i'm testing your image)
Steps to reproduce the behavior
Expected behavior
Screenshots
System information:
Additional context
My docker-compose file
Thanks
The text was updated successfully, but these errors were encountered: