Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCI Runtime Failed on upgrade #21024

Closed
NickSica opened this issue Dec 14, 2023 · 9 comments
Closed

OCI Runtime Failed on upgrade #21024

NickSica opened this issue Dec 14, 2023 · 9 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@NickSica
Copy link

NickSica commented Dec 14, 2023

Issue Description

EDIT: It seems to be an issue related to containers/conmon#475 as downgrading fixes it

I update my podman today to the latest version. When trying to run podman with any container, I get an error saying OCI runtime tried running a program that doesn't exist. I used WSL to fresh install as well to see if it was my system and was met with the same error. It was working great before the update, but stopped after updating, I believe I went from 4.7.2 to the latest, but I'm unsure.

Sometimes I also get the following error message when trying other containers.
DEBU[0004] ExitCode msg: "container create failed (no logs from conmon): conmon bytes \"\": readobjectstart: expect { or n, but found \x00, error found in #0 byte of ...||..., bigger context ...||..."

Steps to reproduce the issue

Steps to reproduce the issue

  1. Be on Archlinux and install podman
  2. Run podman run hello-world or similar container

Describe the results you received

An error and no container starting up.

Describe the results you expected

The container to start

podman info output

host:
  arch: amd64
  buildahVersion: 1.33.2
  cgroupControllers:
  - cpu
  - memory
  - pids
  cgroupManager: systemd
  cgroupVersion: v2
  conmon:
    package: /usr/bin/conmon is owned by conmon 1:2.1.9-1
    path: /usr/bin/conmon
    version: 'conmon version 2.1.9, commit: 3a9715d28cb4cf0e671dfbc4211d4458534db189'
  cpuUtilization:
    idlePercent: 98.66
    systemPercent: 0.28
    userPercent: 1.05
  cpus: 6
  databaseBackend: boltdb
  distribution:
    distribution: arch
    version: unknown
  eventLogger: journald
  freeLocks: 2036
  hostname: sicalabs.com
  idMappings:
    gidmap:
    - container_id: 0
      host_id: 1000
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
    uidmap:
    - container_id: 0
      host_id: 1000
      size: 1
    - container_id: 1
      host_id: 100000
      size: 65536
  kernel: 6.6.7-arch1-1
  linkmode: dynamic
  logDriver: journald
  memFree: 30026891264
  memTotal: 33521156096
  networkBackend: netavark
  networkBackendInfo:
    backend: netavark
    dns:
      package: /usr/lib/podman/aardvark-dns is owned by aardvark-dns 1.9.0-1
      path: /usr/lib/podman/aardvark-dns
      version: aardvark-dns 1.9.0
    package: /usr/lib/podman/netavark is owned by netavark 1.9.0-1
    path: /usr/lib/podman/netavark
    version: netavark 1.9.0
  ociRuntime:
    name: crun
    package: /usr/bin/crun is owned by crun 1.12-1
    path: /usr/bin/crun
    version: |-
      crun version 1.12
      commit: ce429cb2e277d001c2179df1ac66a470f00802ae
      rundir: /run/user/1000/crun
      spec: 1.0.0
      +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL
  os: linux
  pasta:
    executable: ""
    package: ""
    version: ""
  remoteSocket:
    exists: true
    path: /run/user/1000/podman/podman.sock
  security:
    apparmorEnabled: false
    capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
    rootless: true
    seccompEnabled: true
    seccompProfilePath: /etc/containers/seccomp.json
    selinuxEnabled: false
  serviceIsRemote: false
  slirp4netns:
    executable: /usr/bin/slirp4netns
    package: /usr/bin/slirp4netns is owned by slirp4netns 1.2.2-1
    version: |-
      slirp4netns version 1.2.2
      commit: 0ee2d87523e906518d34a6b423271e4826f71faf
      libslirp: 4.7.0
      SLIRP_CONFIG_VERSION_MAX: 4
      libseccomp: 2.5.4
  swapFree: 1073737728
  swapTotal: 1073737728
  uptime: 0h 14m 39.00s
  variant: ""
plugins:
  authorization: null
  log:
  - k8s-file
  - none
  - passthrough
  - journald
  network:
  - bridge
  - macvlan
  - ipvlan
  volume:
  - local
registries: {}
store:
  configFile: /home/nick/.config/containers/storage.conf
  containerStore:
    number: 9
    paused: 0
    running: 0
    stopped: 9
  graphDriverName: overlay
  graphOptions: {}
  graphRoot: /home/nick/.local/share/containers/storage
  graphRootAllocated: 981764722688
  graphRootUsed: 777305731072
  graphStatus:
    Backing Filesystem: extfs
    Native Overlay Diff: "false"
    Supports d_type: "true"
    Supports shifting: "true"
    Supports volatile: "true"
    Using metacopy: "false"
  imageCopyTmpDir: /var/tmp
  imageStore:
    number: 42
  runRoot: /run/user/1000/containers
  transientStore: false
  volumePath: /home/nick/.local/share/containers/storage/volumes
version:
  APIVersion: 4.8.2
  Built: 1702505246
  BuiltTime: Wed Dec 13 17:07:26 2023
  GitCommit: aa546902fa1a927b3d770528565627d1395b19f3-dirty
  GoVersion: go1.21.5
  Os: linux
  OsArch: linux/amd64
  Version: 4.8.2

Podman in a container

No

Privileged Or Rootless

Rootless

Upstream Latest Release

Yes

Additional environment details

Additional environment details

Additional information

Debug Log

INFO[0000] podman filtering at log level debug
DEBU[0000] Called run.PersistentPreRunE(podman --log-level=debug run hello-world)
DEBU[0000] Using conmon: "/usr/bin/conmon"
INFO[0000] Using boltdb as database backend
DEBU[0000] Initializing boltdb state at /home/nick/.local/share/containers/storage/libpod/bolt_state.db
DEBU[0000] systemd-logind: Unknown object '/'.
DEBU[0000] Using graph driver overlay
DEBU[0000] Using graph root /home/nick/.local/share/containers/storage
DEBU[0000] Using run root /run/user/1000/containers
DEBU[0000] Using static dir /home/nick/.local/share/containers/storage/libpod
DEBU[0000] Using tmp dir /run/user/1000/libpod/tmp
DEBU[0000] Using volume path /home/nick/.local/share/containers/storage/volumes
DEBU[0000] Using transient store: false
DEBU[0000] [graphdriver] trying provided driver "overlay"
DEBU[0000] overlay: storage already configured with a mount-program
DEBU[0000] backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=false
DEBU[0000] Initializing event backend journald
DEBU[0000] Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument
DEBU[0000] Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument
DEBU[0000] Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument
DEBU[0000] Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument
DEBU[0000] Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument
DEBU[0000] Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument
DEBU[0000] Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument
DEBU[0000] Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument
DEBU[0000] Using OCI runtime "/usr/bin/crun"
INFO[0000] Setting parallel job count to 19
DEBU[0000] Successfully loaded 1 networks
DEBU[0000] Pulling image hello-world (policy: missing)
DEBU[0000] Looking up image "hello-world" in local containers storage
DEBU[0000] Normalized platform linux/amd64 to {amd64 linux  [] }
DEBU[0000] Loading registries configuration "/etc/containers/registries.conf"
DEBU[0000] Loading registries configuration "/etc/containers/registries.conf.d/00-shortnames.conf"
DEBU[0000] Trying "quay.io/podman/hello:latest" ...
DEBU[0000] parsed reference into "[overlay@/home/nick/.local/share/containers/storage+/run/user/1000/containers]@e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] Found image "hello-world" as "quay.io/podman/hello:latest" in local containers storage
DEBU[0000] Found image "hello-world" as "quay.io/podman/hello:latest" in local containers storage ([overlay@/home/nick/.local/share/containers/storage+/run/user/1000/containers]@e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d)
DEBU[0000] exporting opaque data as blob "sha256:e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] Looking up image "quay.io/podman/hello:latest" in local containers storage
DEBU[0000] Normalized platform linux/amd64 to {amd64 linux  [] }
DEBU[0000] Trying "quay.io/podman/hello:latest" ...
DEBU[0000] parsed reference into "[overlay@/home/nick/.local/share/containers/storage+/run/user/1000/containers]@e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] Found image "quay.io/podman/hello:latest" as "quay.io/podman/hello:latest" in local containers storage
DEBU[0000] Found image "quay.io/podman/hello:latest" as "quay.io/podman/hello:latest" in local containers storage ([overlay@/home/nick/.local/share/containers/storage+/run/user/1000/containers]@e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d)
DEBU[0000] exporting opaque data as blob "sha256:e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] Looking up image "hello-world" in local containers storage
DEBU[0000] Normalized platform linux/amd64 to {amd64 linux  [] }
DEBU[0000] Trying "quay.io/podman/hello:latest" ...
DEBU[0000] parsed reference into "[overlay@/home/nick/.local/share/containers/storage+/run/user/1000/containers]@e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] Found image "hello-world" as "quay.io/podman/hello:latest" in local containers storage
DEBU[0000] Found image "hello-world" as "quay.io/podman/hello:latest" in local containers storage ([overlay@/home/nick/.local/share/containers/storage+/run/user/1000/containers]@e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d)
DEBU[0000] exporting opaque data as blob "sha256:e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] Inspecting image e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d
DEBU[0000] exporting opaque data as blob "sha256:e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] Inspecting image e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d
DEBU[0000] Inspecting image e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d
DEBU[0000] Inspecting image e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d
DEBU[0000] using systemd mode: false
DEBU[0000] No hostname set; container's hostname will default to runtime default
DEBU[0000] Loading seccomp profile from "/etc/containers/seccomp.json"
DEBU[0000] Allocated lock 11 for container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b
DEBU[0000] parsed reference into "[overlay@/home/nick/.local/share/containers/storage+/run/user/1000/containers]@e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] exporting opaque data as blob "sha256:e2b3db5d4fdf670b56dd7138d53b5974f2893a965f7d37486fbb9fcbf5e91d9d"
DEBU[0000] Created container "d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b"
DEBU[0000] Container "d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b" has work directory "/home/nick/.local/share/containers/storage/overlay-containers/d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b/userdata"
DEBU[0000] Container "d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b" has run directory "/run/user/1000/containers/overlay-containers/d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b/userdata"
DEBU[0000] Not attaching to stdin
INFO[0000] Received shutdown.Stop(), terminating!        PID=3349
DEBU[0000] Enabling signal proxying
DEBU[0000] overlay: mount_data=lowerdir=/home/nick/.local/share/containers/storage/overlay/l/EBJBF5Z2FCE7LJLBDNUNAGP67M,upperdir=/home/nick/.local/share/containers/storage/overlay/53e91db5748262e86fbd07bd26ede87cd7cb3247bc7887d056a1b454b9611976/diff,workdir=/home/nick/.local/share/containers/storage/overlay/53e91db5748262e86fbd07bd26ede87cd7cb3247bc7887d056a1b454b9611976/work
DEBU[0000] Made network namespace at /run/user/1000/netns/netns-7ca87d54-f74e-a4ee-f954-3b04ff996ef2 for container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b
DEBU[0000] slirp4netns command: /usr/bin/slirp4netns --disable-host-loopback --mtu=65520 --enable-sandbox --enable-seccomp --enable-ipv6 -c -r 3 -e 4 --netns-type=path /run/user/1000/netns/netns-7ca87d54-f74e-a4ee-f954-3b04ff996ef2 tap0
DEBU[0000] Mounted container "d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b" at "/home/nick/.local/share/containers/storage/overlay/53e91db5748262e86fbd07bd26ede87cd7cb3247bc7887d056a1b454b9611976/merged"
DEBU[0000] Timezone /usr/share/zoneinfo/America/New_York does not exist in the container, create our own copy from the host
DEBU[0000] Created root filesystem for container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b at /home/nick/.local/share/containers/storage/overlay/53e91db5748262e86fbd07bd26ede87cd7cb3247bc7887d056a1b454b9611976/merged
DEBU[0000] Modifying container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b /etc/passwd
DEBU[0000] Modifying container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b /etc/group
DEBU[0000] Skipping unrecognized mount in /etc/containers/mounts.conf: "# Configuration file for default mounts in containers (see man 5"
DEBU[0000] Skipping unrecognized mount in /etc/containers/mounts.conf: "# containers-mounts.conf for further information)"
DEBU[0000] Skipping unrecognized mount in /etc/containers/mounts.conf: ""
DEBU[0000] /etc/system-fips does not exist on host, not mounting FIPS mode subscription
DEBU[0000] Setting Cgroups for container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b to user.slice:libpod:d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b
DEBU[0000] reading hooks from /usr/share/containers/oci/hooks.d
DEBU[0000] Workdir "/" resolved to host path "/home/nick/.local/share/containers/storage/overlay/53e91db5748262e86fbd07bd26ede87cd7cb3247bc7887d056a1b454b9611976/merged"
DEBU[0000] Created OCI spec for container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b at /home/nick/.local/share/containers/storage/overlay-containers/d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b/userdata/config.json
DEBU[0000] /usr/bin/conmon messages will be logged to syslog
DEBU[0000] running conmon: /usr/bin/conmon               args="[--api-version 1 -c d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b -u d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b -r /usr/bin/crun -b /home/nick/.local/share/containers/storage/overlay-containers/d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b/userdata -p /run/user/1000/containers/overlay-containers/d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b/userdata/pidfile -n romantic_curie --exit-dir /run/user/1000/libpod/tmp/exits --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/1000/containers/overlay-containers/d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/nick/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/1000/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/1000/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/nick/.local/share/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg boltdb --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b]"
INFO[0000] Running conmon under slice user.slice and unitName libpod-conmon-d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b.scope
[conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied

DEBU[0000] Received: -1
DEBU[0000] Cleaning up container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b
DEBU[0000] Tearing down network namespace at /run/user/1000/netns/netns-7ca87d54-f74e-a4ee-f954-3b04ff996ef2 for container d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b
DEBU[0000] Unmounted container "d5c82f65223f8a8bc1d9c8d751c60d71dbd7bd794607ee54905f19da007a563b"
DEBU[0000] ExitCode msg: "crun: realpath `�^%w\x05` failed: no such file or directory: oci runtime attempted to invoke a command that was not found"
Error: crun: realpath `�^%W` failed: No such file or directory: OCI runtime attempted to invoke a command that was not found
DEBU[0000] Shutting down engines
@NickSica NickSica added the kind/bug Categorizes issue or PR as related to a bug. label Dec 14, 2023
@cyruseuros
Copy link
Contributor

Seems to be a conmon issue - I downgraded it (1:2.1.9-1 => 1:2.1.8-1) and everything works fine

@minhng99
Copy link

minhng99 commented Dec 15, 2023

Having the same issue here, the thing in the error message is garbled, and there are two new fifo file created named winsz ctl, might cause data loss for anyone unlucky enough to have a file name like that.

It's just another day running pacman -Syu innit? Here's the quick fix for ya:

pacman -U https://archive.archlinux.org/packages/c/conmon/conmon-1%3A2.1.8-1-x86_64.pkg.tar.zst

@8ar10der
Copy link

Now the new upgrade of conmon to 1:2.1.9-2 solved these issue. Please pacman -Syu

@benyaminl
Copy link

For Ubuntu still waiting the build in https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/ :/

For ubuntu 22.04, need to download and install

wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_22.04/amd64/conmon_2.1.2~0_amd64.deb -O /tmp/conmon_2.1.2.deb
sudo apt install /tmp/conmon_2.1.2.deb

@d03j
Copy link

d03j commented Dec 18, 2023

For ubuntu 22.04, need to download and install

THANK YOU!

@jpw1991
Copy link

jpw1991 commented Dec 18, 2023

For Ubuntu still waiting the build in https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/ :/

For ubuntu 22.04, need to download and install

wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_22.04/amd64/conmon_2.1.2~0_amd64.deb -O /tmp/conmon_2.1.2.deb
sudo apt install /tmp/conmon_2.1.2.deb

thank you

@benyaminl
Copy link

benyaminl commented Dec 18, 2023

@thanos1983 (sorry to mentioning you, I hope I don't mention wrong person), could someone at the cri-o end take the fix from conmon 2.1.9.-2 and trigger update/build on https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/conmon_2:2.1.9-0ubuntu22.04+obs17.1_amd64.deb ? So the latest update for conmon 2.1.9-1 that's broken could be overrided when others update (I know it's a unstable branch, but seems for ubuntu user now almost everyone use podman 4.6.2 from opensuse build).

like @8ar10der did on Arch Pkg (also some others on Fedora and RHEL/Clones seems already rebuilding).

Thank you!

EDIT: Fixed on 2.1.10 https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/amd64/conmon_2:2.1.10-0ubuntu22.04+obs18.2_amd64.deb thanks for @thanos1983

@giuseppe
Copy link
Member

closing this is tracked by the conmon project

sshnaidm added a commit to sshnaidm/ansible-podman-collections that referenced this issue Dec 23, 2023
Podman issue:
containers/podman#21024

Conmon issue:
containers/conmon#475

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
sshnaidm added a commit to sshnaidm/ansible-podman-collections that referenced this issue Dec 23, 2023
Podman issue:
containers/podman#21024

Conmon issue:
containers/conmon#475

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
sshnaidm added a commit to containers/ansible-podman-collections that referenced this issue Dec 23, 2023
Podman issue:
containers/podman#21024

Conmon issue:
containers/conmon#475

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
@AntonioSun

This comment was marked as resolved.

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Apr 7, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

9 participants