to reproduce create a systemd image ...snip $ cat - >Containerfile <<EOF FROM ubuntu:22.04 RUN apt-get update && apt-get install -y systemd CMD ["/lib/systemd/systemd"] EOF podman build --tag cruntest . snap...
then run it ...snip $ podman run --systemd always -d cruntest Error: OCI runtime error: chmod `run/shm`: Operation not supported snap... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056442 Title: Podman (crun) regression in Ubuntu 22.04: OCI runtime error: chmod `run/shm`: Operation not supported To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-images/+bug/2056442/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs