-
Notifications
You must be signed in to change notification settings - Fork 142
Description
Release v2.0.22 fails to run under Ubuntu 18.04 with the following error message
Error: failed to connect to container's attach socket: /run/user/205013812/libpod/tmp/socket/7c19123d148494b91f6689e0882d9f2b1b7b7bb8036128bbd4c363c11bbe3044/atta: dial unixpacket /run/user/205013812/libpod/tmp/socket/7c19123d148494b91f6689e0882d9f2b1b7b7bb8036128bbd4c363c11bbe3044/atta: connect: no such file or directory
I tested the binary provided by the recommended repo as well as the official release binary. Both fail to run with the same error.
BTW: When running the official release binary with --version option, I get:
$ /usr/libexec/podman/conmon --version
conmon version 2.0.23-dev
commit: 715c680-dirty
Obviously the binary has been build from a dirty working copy and is NOT based on the commit 9c34a86 tagged as v2.0.22!
On the other hand the binary from the recommended repo seems to be build based on v2.0.22 according to its version output.