conmon icon indicating copy to clipboard operation
conmon copied to clipboard

An OCI container runtime monitor.

Results 67 conmon issues
Sort by recently updated
recently updated
newest added

Using the meson build system, calling `ninja install` prints on my system: ``` [0/1] Installing files. Installing conmon to /usr/local/libexec/podman ``` Using the make build system, calling `make install` prints:...

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug **Description** Upon setting a `log-size-max` as a general container config in `/ect/containers/containers.conf`, podman...

## What's the issue? When killing a process in a container in a pod (with more than one container), all the containers get restarted. ## How to reproduce? ``` sh...

I have encountered a error building from source code. Is my gcc version mismatched? steps: 1.git clone ... 2. make os : ubuntu16.04 gcc : 5.4.0 ![image](https://user-images.githubusercontent.com/33537489/121305157-da6aa480-c92f-11eb-852b-7189d56ddaaa.png)

## What's the issue? When killing `slirp4netns`, a pod or a container keeps on running without warnings, but without networking. ## How to reproduce? ``` sh podman pod create --name...

There are two commits in this PR: ---- Move `WRITEV_BUFFER_N_IOV` to `src/ctr_logging.c` The `WRITEV_BUFFER_N_IOV` constant is not part of the `ctr_logging` interface, and is only used internal to `src/ctr_logging.c`. ----...

Instead of parsing the contents of the data read from the `stdout` and `stderr` pipes, this commit adds support for a "stream" format, named `k8s-stream-file`, which just records what is...

## summary Seems like multibyte-characters in _TAG_ breaks input conversion. ## What did I do? ``` sh podman run --name test1 --log-opt tag="äöüß" --rm --log-driver=journald busybox sh -c "echo 1;"...

## preface I'm using _conmon_ with _podman_. Since some containerized applications don't have good logging support, I'm using _journald_ to capture the logs from _conmon_. For longtime storage, I'm processing...

The max log size option is set to 200MB through `log_size_max = 209715200` in /etc/containers/containers.conf (no other option is uncommented in it), but the container logs exceed 200MB. This seems...