Aleksa Sarai

Results 775 comments of Aleksa Sarai

A question I've been mulling around is whether we should have `umoci mount` to mount the overlayfs, or just generate a generic `mount.sh` script for admins to use, or just...

I suspect this is basically the same issue as https://bugzilla.suse.com/show_bug.cgi?id=1219736? `permissions` uses `chkstat` which uses `/proc` to double-check paths in `/proc/self/fd/...` to handle checking symlink resolutions. I would recommend leaving...

I'm glad you found it useful! The Japanese support plugin can help with selecting in Chinese text if you have a Chinese dictionary installed because it will select the largest...

Being stuck in `__refrigerator` means that the code is in a frozen cgroupv2 cgroup. I'm pretty sure we had some patches in the past 2 years that fixed this issue?

Indeed, I haven't yet sat down to do that (it will require a fairly significant rework because a missing feature of `image-tools` is to allow you to validate multiple versions...

FWIW, we do use `oci-runtime-tool` for generating `config.json` and for validating the bundles we create with `umoci unpack`. However, the lack of maintenance here means that umoci has been functionally...

https://github.com/cncf/foundation/issues/1074 was already opened back in July when #58 was being discussed. The only major feature addition in 0.5.0 was the procfs stuff, if you don't need to use it...

https://github.com/cncf/foundation/issues/1074 was merged but apparently it only applies to Kubernetes (I asked it would be a blanket approval but it seems there was some miscommunication). I've opened a separate request...

Can you please provide some kind of configuration or any other useful information so that we can actually understand what role runc is playing / what configuration is being used?...

I don't know if Kubernetes auto-sets `rw` in the config they give us (in which case, that's a Kubernetes bug -- they should just omit `rw` or `ro` if the...