Description of problem: When running `podman run` it fails with crun missing symbol. Version-Release number of selected component (if applicable): crun-1.4.5-1.fc35 How reproducible: always Steps to Reproduce: 1. Boot VM (e.g. Fedora-Cloud-Base-35-1.2.x86_64.qcow2) 2. dnf install -y podman 3. podman run fedora Actual results: 2. podman and crun are installed from 'updates' but criu is installed from 'fedora' 3. /usr/bin/crun: symbol lookup error: /usr/bin/crun: undefined symbol: criu_join_ns_add ERRO[0011] Error removing container 7f4fb71cc000a02a25c2fa1acb93e45d0ab8cef94dfcde25251979909f113f5b from runtime after creation failed Error: OCI runtime error: /usr/bin/crun: symbol lookup error: /usr/bin/crun: undefined symbol: criu_join_ns_add Expected results: since crun needs newer criu it will require it so dnf installs it properly Additional info: Fix by `dnf update criu`
FEDORA-2022-a8c532437f has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-a8c532437f
f36 update is at https://bodhi.fedoraproject.org/updates/FEDORA-2022-8593b9ea9c . I added the wrong bz id so it didn't show up here. My bad.
FEDORA-2022-a8c532437f has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-a8c532437f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-a8c532437f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-a8c532437f has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.