Bug 2071059
Summary: | Fails to run after upgrade: podman: error while loading shared libraries: libsubid.so.3: cannot open shared object file: No such file or directory | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Török Edwin <edwin+bugs> |
Component: | podman | Assignee: | Matthew Heon <mheon> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | acui, bbaude, container-sig, debarshir, dwalsh, jnovy, kparal, lsm5, mheon, patrick, pehunt, rh.container.bot, santiago |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-04-01 21:13:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Török Edwin
2022-04-01 17:01:29 UTC
Running 'sudo fixfiles -B onboot', and rebooting and then trying the upgrade again as suggested on https://docs.fedoraproject.org/en-US/quick-docs/dnf-system-upgrade/ didn't work, still fails: `` Running transaction Preparing : 1/1 Upgrading : crun-1.4.4-1.fc36.x86_64 1/20 error: lsetfilecon: (/usr/bin/crun;62473156, system_u:object_r:container_runtime_exec_t:s0) Invalid argument error: Plugin selinux: hook fsm_file_prepare failed Error unpacking rpm package crun-1.4.4-1.fc36.x86_64 Upgrading : containers-common-4:1-53.fc36.noarch 2/20 error: unpacking of archive failed on file /usr/bin/crun;62473156: cpio: (error 0x2) error: crun-1.4.4-1.fc36.x86_64: install failed error: lsetfilecon: (/var/lib/containers/sigstore, system_u:object_r:container_var_lib_t:s0) Invalid argument error: Plugin selinux: hook fsm_file_prepare failed Error unpacking rpm package containers-common-4:1-53.fc36.noarch Upgrading : conmon-2:2.1.0-2.fc36.x86_64 3/20 error: unpacking of archive failed on file /var/lib/containers/sigstore: cpio: (error 0x2) error: containers-common-4:1-53.fc36.noarch: install failed error: lsetfilecon: (/usr/bin/conmon;62473156, system_u:object_r:conmon_exec_t:s0) Invalid argument error: Plugin selinux: hook fsm_file_prepare failed Error unpacking rpm package conmon-2:2.1.0-2.fc36.x86_64 Upgrading : podman-3:4.0.2-1.fc36.x86_64 4/20 error: unpacking of archive failed on file /usr/bin/conmon;62473156: cpio: (error 0x2) error: conmon-2:2.1.0-2.fc36.x86_64: install failed error: lsetfilecon: (/usr/bin/podman;62473156, system_u:object_r:container_runtime_exec_t:s0) Invalid argument error: Plugin selinux: hook fsm_file_prepare failed Error unpacking rpm package podman-3:4.0.2-1.fc36.x86_64 Upgrading : podman-docker-3:4.0.2-1.fc36.noarch 5/20 error: unpacking of archive failed on file /usr/bin/podman;62473156: cpio: (error 0x2) error: podman-3:4.0.2-1.fc36.x86_64: install failed error: lsetfilecon: (/usr/bin/docker;62473156, system_u:object_r:container_runtime_exec_t:s0) Invalid argument error: Plugin selinux: hook fsm_file_prepare failed ``` Possible related bug https://bugzilla.redhat.com/show_bug.cgi?id=1775898, but reinstalling container-selinux doesn't work either. Also related https://bugzilla.redhat.com/show_bug.cgi?id=2056303 *** This bug has been marked as a duplicate of bug 2056303 *** |