Christian Kögler

Results 14 comments of Christian Kögler

There is an merge conflict, can you please rebase.

Removing the load average should only be done if a system wide job server limits the jobs. A proof of conecpt was implemented in https://github.com/NixOS/nixpkgs/pull/143820 . The current setting (jobs...

Issue still present for version 2.18.1

No, podman doesn't force a rw. I can reproduce this issue only with /nix/store and therefor I close this issue. When I create a volume with the same behaviour of...

It took some time to reproduce the issue. It is important that no instance is running when the bind-mount is performed. Following script can reproduce this issue: ``` #!/bin/sh -eux...

Yes, your output shows a successful mount. I updated my aarch64 system to kernel 6.12.7 and podman 5.3.1 and get still the mount issue.

Yes, I have no tmpfs mounted at /tmp. My /tmp is part of /: 74 1 8:1 / / rw,relatime shared:1 - ext4 /dev/sda1 rw

I changed my system to use tmpfs for /tmp: `52 74 0:46 / /tmp rw,nosuid,nodev shared:84 - tmpfs tmpfs rw` But the mount still failes: `Error: runc: runc create failed:...

I could reproduce the issue on Ubuntu 24.04.1 and the latest precompiled runc 1.2.4 (from release page) on an aarch64. I executed the example from above and used following run...

I create a [strace.log](https://github.com/user-attachments/files/18809343/strace.log) with following command: `strace -yy -s 512 podman run --runtime=/usr/local/sbin/runc -d --name=rootless-mount -v /tmp/test-ro-volume:/bin scratchimg /bin/sh 2> strace.log` Thanks for helping.