EDIT: ISSUE HAS BEEN FIXED IN 1.6.0-2 - https://github.com/archlinux/svntogit-c ... 0002371de6
I upgraded some packages today and after rebooting noticed that docker wouldn't run.
the reason was that it couldn't find containerd in the PATH
so I looked and noticed that containerd's files were under
- /usr/usr/bin/
instead of
- /usr/bin/
workaround:
$this->bbcode_second_pass_code('', 'sudo mv /usr/usr/bin/* /usr/bin/')
Once I moved the containerd files to /usr/bin/ which is in the PATH, things started working again
$this->bbcode_second_pass_code('', 'ls -alh /usr/usr/bin/
total 94M
drwxr-xr-x 2 root root 4.0K Feb 17 02:43 .
drwxr-xr-x 3 root root 4.0K Feb 17 02:43 ..
-rwxr-xr-x 1 root root 36M Feb 16 22:42 containerd
-rwxr-xr-x 1 root root 7.1M Feb 16 22:42 containerd-shim
-rwxr-xr-x 1 root root 9.2M Feb 16 22:42 containerd-shim-runc-v1
-rwxr-xr-x 1 root root 9.2M Feb 16 22:42 containerd-shim-runc-v2
-rwxr-xr-x 1 root root 16M Feb 16 22:42 containerd-stress
-rwxr-xr-x 1 root root 18M Feb 16 22:42 ctr
')
related changes:
this maybe the patch that broke it
- https://archlinuxarm.org/packages/armv7 ... 76db25f328
my pacman logs:
> [ALPM] upgraded containerd (1.5.9-2 -> 1.6.0-1)