You are not logged in.
I ran:
podman container run --name hellopg -d -p 5432:5432 -e POSTGRES_USER=john -e POSTGRES_PASSWORD=johnjohnjohn postgres:alpine3.19and it returned error:
Error: container create failed (no logs from conmon): conmon bytes "": readObjectStart: expect { or n, but found , error found in #0 byte of ...||..., bigger context ...||...I've tried reseting podman, re-downloading the image, and downgrading the podman version. None works.
A few days ago it worked fine. The error show up today.
Last edited by glglt (2023-12-16 11:44:01)
Offline
Hello,
Same error here, it's related to this upgrade `conmon (1:2.1.8-1 -> 1:2.1.9-1)`
Last edited by Aohzan (2023-12-15 14:17:14)
Offline
Hello,
same here, downgrading conmon to 1:2.1.8-1 fixed it for me
Offline
https://github.com/containers/podman/issues/21024
https://github.com/containers/conmon/issues/475
Last edited by Scimmia (2023-12-15 14:31:56)
Offline
Hello,
same here, downgrading conmon to 1:2.1.8-1 fixed it for me
It works! Should I mark this post as solved or let it opened until it is fixed?
Offline
The current update solves this problem.
Offline