Matthias Dahl

Results 12 comments of Matthias Dahl

Here quite a few more interesting observations: If I set the root device via ``--kernel-cmdline`` (as ``root=LABEL=Gentoo-RootFS``), the system boots fine every single time. But as soon as I also...

Here is what happens: If you have a key file on a external medium, configure crypttab accordingly and have the mount point correctly listed in the initrd's fstab w/ a...

After doing more research, it is required to use the new mount api in runsc which is far more flexible but also a bit more involved. Here is a [very...

I have taken the liberty to also report this over at podman's [issue tracker](https://github.com/containers/podman/issues/24311).

I cannot say much about the referenced (huge) commit, unfortunately. But as an update, I haven't been able to find any workaround to this yet, expect for downgrading podman or...

I just posted the following over at the podman issue which is naturally also relevant here, so I hope nobody minds me shamelessly being lazy: Ok, the problem is even...

As much as it shames/bugs me to admit it, but I really could not get runsc to compile... neither with bazelisk/bazel nor with the Makefile approach and the build container....

**@avagin** Thanks for the link but I am sorry to say... ```sh # podman run --runtime=runsc --rm -it alpine sh Error: runsc: creating container: cannot create gofer process: gofer: fork/exec...

@nlacasse podman does not allow adding an init binary if [certain conditions](https://github.com/containers/podman/blob/2f6fca6edc5c0d4e0a1d758a14c9de7014cd0561/pkg/specgen/generate/storage.go#L389) aren't met, and the pidns being private, is one of them.

I am so sorry, you are totally right, I forgot to set the correct permissions. I usually use a script to update runsc that takes care of everything and this...