question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error messages when removing a self-hosted runner

See original GitHub issue

Describe 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:

  1. 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”
  2. Run the removal line ./config.sh remove --token XXX
  3. 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:open
  • Created 3 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

6reactions
kartikv11commented, Apr 22, 2022

Facing the same issue via clicking the Force removal of self-runner

4reactions
maartengryp-liantiscommented, Mar 15, 2023

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found