Hello @iolaum ,
I think you should go to this issue and state your problem there. It is a recurring issue that keeps getting closed after fixing, it would seem nearly every Fedora Linux release. Which to me would indicate the symptom and not the root cause is being fixed.
Hello @iolaum ,
Sorry for that response, the individual could have at least provided a link to you when you filed the issue.
I checked bugzilla like mentioned on github in the comment you rec’d. I did find this which seems similar and is relevant to F35 and IoT and Podman + Rootless containers. It is at https://bugzilla.redhat.com/show_bug.cgi?id=2019324, and would seem to be related to your issue.
Posted that the issue is still happening with the latest aarch64 iot update.
The issue still hasn’t had an update. Is there any way to know if the issue has ended up on someone’s todo list, or if another action is needed before that?
Had some time too look into it today. And @grumpey 's solution worked! Thank you very much!
I m not sure what was the problem. From what restorecon appears to do I m guessing that SELinux content for those files was different in F34 compared to F35 and something didn’t move over properly to the newer versions of ‘stuff’.
Here’s a minimal example of my testing:
$ rpm-ostree status
State: idle
Deployments:
* fedora-iot:fedora/stable/aarch64/iot
Version: 35.20211212.1 (2021-12-12T21:08:43Z)
BaseCommit: 6e5da88473ff059d6fb9bc11a39ad2610474178a16b0397ef56f697569f86efd
GPGSignature: Valid signature by 8C5BA6990BDB26E19F2A1A801161AE6945719A39
LayeredPackages: cockpit cockpit-ostree cockpit-podman nano python3-libgpiod python3-pyserial usbutils
fedora-iot:fedora/stable/aarch64/iot
Version: 34.20211019.0 (2021-10-19T15:13:36Z)
BaseCommit: edf0f814bb325ccf75f4dd10cd98f3687fc4c32085884bbc4c50d8ed954e7836
GPGSignature: Valid signature by 8C5BA6990BDB26E19F2A1A801161AE6945719A39
LayeredPackages: cockpit cockpit-ostree cockpit-podman nano python3-libgpiod python3-pyserial usbutils
Pinned: yes
$ podman run --rm -ti fedora:34 bash
Resolved "fedora" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf)
Trying to pull registry.fedoraproject.org/fedora:34...
Getting image source signatures
Copying blob a11f831469cd done
Copying config 71280d2620 done
Writing manifest to image destination
Storing signatures
bash: error while loading shared libraries: libtinfo.so.6: cannot change memory protections
$ sudo restorecon -R ~/.local/share/containers/storage/overlay*
$ podman run --rm -ti fedora:34 bash
# /