podman exec session aborts when writing many output lines
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
conmon (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Noticed with conmon/jammy,now 2.0.25+ds1-1.1 amd64.
The `podman exec` command for a container aborts whenever many lines are written to stdout. This is common, e.g., when backing up a database running inside a container using `mysqldump`.
Issue in the podman repo: https:/
Comment with link to fix: https:/
As reported in the comment, I can confirm that manually installing conmon v2.0.32 from source fixes the issue on my system.
```sh
apt install libsystemd-dev libglib2.0-dev libseccomp-dev
make
make podman # installs the conmon binary to /usr/local/
```
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: conmon 2.0.25+ds1-1.1
ProcVersionSign
Uname: Linux 5.15.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckR
Date: Sat Nov 19 08:47:41 2022
SourcePackage: conmon
UpgradeStatus: No upgrade log present (probably fresh install)