./config.sh remove - Failed: Removing service
See original GitHub issueDescribe the bug Cannot remove the runner
To Reproduce Run:
./config.sh remove
Expected behavior The runner is removed.
Runner Version and Platform
2.165.2 Linux Ubuntu 18.04
Job Log Output
./config.sh remove
# Runner removal
Removing service
Failed: Removing service
Unconfigure service first
I tried by manually removing the service from systemd. Still not ok.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Runner removal
Runner removal. Removing service. Failed: Removing service. Unconfigure service first. To Reproduce run ./config.sh remove. [user@server folder]$ ...
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. $ sudo...
Read more >Self-hosted Linux agents - Azure Pipelines
To remove the agent: Stop and uninstall the service as explained in the previous section. Remove the agent. Bash Copy ./config.sh remove.
Read more >Self-hosted Windows agents - Azure Pipelines
Delete this key if it exists, then close Registry Editor and configure the agent by running the .\config.cmd command (without args) from the ......
Read more >How To Run Self-Hosted Azure DevOps Build/Release ...
You can configure the agent to run as a system service using the svc.sh script located in the agent directory. Specify the user...
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
try ‘sudo ./svc.sh uninstall’ first
To be clear: this should be reopened, and
sudo ./svc.sh
uninstall command, should be mentioned in the GitHub control panel when you try to remove the service.