Error messages when removing a self-hosted runner
See original GitHub issueDescribe the bug When removing a self-hosted runner, I get the following error messages:
ldd: ./bin/libSystem.Security.Cryptography.Native.OpenSsl.so: No such file or directory
ldd: ./bin/libSystem.IO.Compression.Native.so: No such file or directory
# Runner removal
√ Runner removed successfully
√ Removed .credentials
√ Removed .runner
An error occurred: Access denied. System:ServiceIdentity;DDDDDDDD-DDDD-DDDD-DDDD-DDDDDDDDDDDD needs View permissions to perform the action.
The removal seems to succeed though, as refreshing the page removes the self-hosted runner from the list.
To Reproduce Steps to reproduce the behavior:
- Get the removal line from “Settings” tab of the repository, then “Actions” tab, then the three-dot menu next to the self-hosted runner name, and “Remove”
- Run the removal line
./config.sh remove --token XXX
- See error
Expected behavior A clear and concise description of what you expected to happen.
Runner Version and Platform
Version of your runner? Sorry I forgot to check, but in both cases they were downloaded from the official download links as given out in “Add runner”
OS of the machine running the runner? Linux x86_64
. This has happened twice: with Ubuntu Linux 20.04 LTS and CentOS 8.
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (8 by maintainers)
Top Results From Across the Web
Troubleshoot self-hosted runner
The following are errors you could encounter using container runner. Container fails to start due to disk space. The task remains in the...
Read more >GitHub action self-host runner as service fails - linux
I have installed GitHub self-hosted runner on my Ubuntu system. Getting below error when i try to configure it as service.
Read more >Troubleshooting runners | Bitbucket Cloud
Checking the status of a runner. The runner status can be checked on the Runners page associated with the workspace or repository.
Read more >Troubleshooting GitLab Runner
Helm Chart: ERROR .. Unauthorized. Before uninstalling or upgrading runners deployed with Helm, pause them in GitLab and wait for any jobs to...
Read more >Github Action + ECR + Optimizing Disk Space
One solution to maximizing your Github runner storage is to utilize a pre-built runner cleaner or Self-hosted Runner.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Facing the same issue via clicking the Force removal of self-runner
Any update on this issue? I’m facing this issue daily with enterprise-level ephemeral self-hosted runners (containerized)… It is blocking us to implement proper runner autoscaling