Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: adomb on 17 February 2022, 07:32:28

Title: [Solved] Docker service not starting after containerd update
Post by: adomb on 17 February 2022, 07:32:28
Containers stopped run after update.
Code: [Select]
Error response from daemon: start failed fork/exec /usr/bin/containerd-shim-runc-v2: no such file or directory: unknown
After the reboot, the docker service also stopped starting.
I have Artix runit.
Rolled back to 1.5.9-2 - everything became normal.
Any ideas how to upgrade and make it work?
Sory for bad english.
Title: Re: Docker service not starting after containerd update from 1.5.9-2 to 1.6.0-1
Post by: nous on 17 February 2022, 10:57:26
https://github.com/archlinux/svntogit-community/commit/9fd350a8e67a7d0016ad450a6713c2078fd8f1d9#comments

1.6.0-1 has an error in packaging, wait for 1.6.0-2 to reach the mirrors. If you can't wait, install containerd from [community]:
Code: [Select]
# pacman -Sy community/containerd
Title: Re: Docker service not starting after containerd update from 1.5.9-2 to 1.6.0-1
Post by: ndowens on 17 February 2022, 13:31:31
Currently I am fixing this and will be fixed soon, and once mirrors sync
Title: Re: Docker service not starting after containerd update from 1.5.9-2 to 1.6.0-1
Post by: adomb on 17 February 2022, 16:24:35
Thank you all very much.