Aleksa Sarai

Results 785 comments of Aleksa Sarai

Hm. So it seems that [in libseccomp 2.4.0](https://github.com/seccomp/libseccomp/commit/4a35b6ea6f7c836734536420c50a2745a9e24c69), they changed the behaviour of `seccomp_arch_add()` such that `-EDOM` will be returned if the endianness of the existing filters and the architecture...

You can't just remove the check because that code generates an OCI runtime-spec `config.json` and it currently can only generate Linux-specific ones. [We just merged FreeBSD support into the spec](https://github.com/opencontainers/runtime-spec/pull/1286),...

If you just want to unpack an image, `umoci raw unpack` should work -- though this won't work with `umoci repack`. Maybe we need a flag for `umoci unpack` to...

No it's not supported, we only guarantee full support for Linux and limited support for macOS / BSD (it probably works okay but we don't exhaustively test it in CI...

I run into this issue very often (see #8455 and the screen recording). Changing resolutions only sometimes helps solve the issue and once you close the video there's a NewPipe...

We need to be quite careful around changing this code, as there is a lot of history behind how we ended up with this fairly ugly FIFO solution. The signalling...

So, the short version of my opinion on this is that removing the `/proc` requirement from inside the container would be quite cool (and it also would allow us to...

@kolyshkin I always interpreted this issue as being more about the `pathrs-lite` and `libpathrs` procfs wrappers which let us not have to trust the `/proc` in the container. I would...

It's a flake that's started recently, [here is a recent job that failed](https://github.com/opencontainers/runc/actions/runs/19311236985/job/55246703716).

This is probably an even better solution than a build tag to be honest...