-
Notifications
You must be signed in to change notification settings - Fork 976
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
Initializing containers fails on self-hosted runners #486
Comments
@yisiliu make sure your runner's run-as account has permission to execute docker command without |
@TingluoHuang Thanks for the reply! Actually it should work without |
Can we possibly receive any help here? Or we will need to manually re-run the failing workflows due to the conflicts of parallel runs of workflows. |
We've been encountering this problem earlier this week. |
Thanks! I'll take a look and let you know if it fixes our issue |
Hi @yisiliu, Are you still seeing this issue? I just want to confirm if this is still an issue for you? |
@nikola-jokic hi thanks for the feedback! Actually since this issue was never handled, we decided to switch back to circle ci and haven't given it another try to test it out. I'd probably test it later this week and let you know. |
Great! Thanks, @yisiliu! |
Hey @yisiliu, I will close this issue now until we hear back from you. If you confirm that this issue is still occurring, feel free to reopen it and we will take a look! |
Describe the bug
Our self hosted actions runner stopped working correctly during the step "Initialize Containers" and threw out an error message
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.40/version: dial unix /var/run/docker.sock: connect: permission denied
. It was first observed in https://github.com/DimensionDev/Maskbook/runs/669343239?check_suite_focus=true.We migrated our almost all CI jobs to actions on our self hosted runner in this PR and it worked just fine.
To Reproduce
I don't know if this can be reproduced on other machines but I can provide the specs of our machine:
Expected behavior
It initializes the container correctly.
Runner Version and Platform
What's not working?
The text was updated successfully, but these errors were encountered: