[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Runner blocked at emba-runner.gnu.org
From: |
Michael Albinus |
Subject: |
Re: Runner blocked at emba-runner.gnu.org |
Date: |
Thu, 20 Jul 2023 18:08:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Michael Albinus <michael.albinus@gmx.de> writes:
Hi Toon,
> The runner on emba-runner.gnu.org is blocked for a long time. I've
> checked it, and there is
>
> root@emba-runner:~# docker exec -it gitlab-runner gitlab-runner list
> all SubConns are in TransientFailure, latest connection error: connection
> error: desc = "transport: Error while dialing dial unix
> /run/containerd/containerd.sock: connect: connection refused": unavailable
>
> Is there a simple gitlab-runner subcommand to restart it, or shall we
> reboot emba-runner.gnu.org?
FTR, I've restarted the system service. This didn't help:
--8<---------------cut here---------------start------------->8---
root@emba-runner:~# systemctl restart gitlab-runner-docker.service
root@emba-runner:~# docker exec -it gitlab-runner gitlab-runner list
all SubConns are in TransientFailure, latest connection error: connection
error: desc = "transport: Error while dialing dial unix
/run/containerd/containerd.sock: connect: connection refused": unavailable
--8<---------------cut here---------------end--------------->8---
This is because the docker kill command did fail as well:
--8<---------------cut here---------------start------------->8---
root@emba-runner:~# /usr/bin/docker kill gitlab-runner
Error response from daemon: Cannot kill container: gitlab-runner: Cannot kill
container 6b28f50d1b78cddaff84468aa0e7b3a5fa3004358eb25a51dce205f0392282be: all
SubConns are in TransientFailure, latest connection error: connection error:
desc = "transport: Error while dialing dial unix
/run/containerd/containerd.sock: connect: connection refused": unavailable
--8<---------------cut here---------------end--------------->8---
Any help is appreciated!
Thanks, and best regards, Michael.