Replies: 1 comment
-
The issue as existed with those versions is apparently fixed. Some relevant discussion in #22274 and similar threads from about the same time. But for those arriving from <search_engine> with this error while using newer (fixed) versions of podman and conmon, the fix may be as simple as making sure the directory where conmon tries to create the tty socket is accessible to the owner of the conmon process. In my case on Ubuntu 24.04, the directory is |
Beta Was this translation helpful? Give feedback.
-
Does anyone hit this error with podman 4.6.1 and conmon 2.18?
podman run --rm -it test
Error: container create failed (no logs from conmon): conmon bytes "": readObjectStart: expect { or n, but found , error found in #0 byte of ...||..., bigger context ...||...
podman version
Client: Podman Engine
Version: 4.6.1
API Version: 4.6.1
Go Version: go1.20.12
Built: Fri Apr 19 04:09:18 2024
OS/Arch: linux/amd64
conmon --version
conmon version 2.1.8
commit: 57ed23ee47beaf9a72b28f5666fab095a9ad4a38
Beta Was this translation helpful? Give feedback.
All reactions