Comment 1 for bug 1836022

Revision history for this message
Sitsofe Wheeler (sitsofe) wrote :

I've also seen this on multiple machines since yesterday and just like the reporter the machines are Xenial and Bionic:

From /var/log/apt.history.log on a Xenial machine:

Commandline: /usr/bin/unattended-upgrade
Install: containerd:amd64 (1.2.6-0ubuntu1~16.04.3, automatic)
Upgrade: apport:amd64 (2.20.1-0ubuntu2.18, 2.20.1-0ubuntu2.19), gvfs-libs:amd64 (1.28.2-1ubuntu1~16.04.1, 1.28.2-1ubuntu1~16.04.3), python3-apport:amd64 (2.20.1-0ubuntu2.18, 2.20.1-0ubuntu2.19), runc:amd64 (1.0.0~rc2+docker1.13.1-0ubuntu1~16.04.2, 1.0.0~rc7+git20190403.029124da-0ubuntu1~16.04.4), libglib2.0-bin:amd64 (2.48.2-0ubuntu4.2, 2.48.2-0ubuntu4.3), libglib2.0-dev:amd64 (2.48.2-0ubuntu4.2, 2.48.2-0ubuntu4.3), libglib2.0-data:amd64 (2.48.2-0ubuntu4.2, 2.48.2-0ubuntu4.3), gvfs:amd64 (1.28.2-1ubuntu1~16.04.1, 1.28.2-1ubuntu1~16.04.3), gvfs-common:amd64 (1.28.2-1ubuntu1~16.04.1, 1.28.2-1ubuntu1~16.04.3), python3-problem-report:amd64 (2.20.1-0ubuntu2.18, 2.20.1-0ubuntu2.19), gvfs-daemons:amd64 (1.28.2-1ubuntu1~16.04.1, 1.28.2-1ubuntu1~16.04.3), libglib2.0-0:amd64 (2.48.2-0ubuntu4.2, 2.48.2-0ubuntu4.3), docker.io:amd64 (18.06.1-0ubuntu1.2~16.04.1, 18.09.7-0ubuntu1~16.04.4)

From /var/log/apt.history.log on a Bionic machine:
Commandline: /usr/bin/unattended-upgrade
Install: containerd:amd64 (1.2.6-0ubuntu1~18.04.2, automatic), runc:amd64 (1.0.0~rc7+git20190403.029124da-0ubuntu1~18.04.2, automatic)
Upgrade: docker.io:amd64 (18.06.1-0ubuntu1.2~18.04.1, 18.09.7-0ubuntu1~18.04.3)

Commands like docker ps work but it is NOT possible to stop already running containers and trying to exec into them causes error messages like this:

$ docker exec -it myrunningcontainer /bin/bash
OCI runtime state failed: exec: "docker-runc": executable file not found in $PATH: : unknown