From 3e7940a092c1ac8f37ef33b7734f64edc4f9a515 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Wed, 4 Oct 2023 14:00:16 -0400 Subject: [PATCH] Mention bug with Podman 4.6.2 --- docs/run/podman/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/run/podman/index.md b/docs/run/podman/index.md index d4b0a0a..cd59325 100644 --- a/docs/run/podman/index.md +++ b/docs/run/podman/index.md @@ -28,6 +28,18 @@ sudo usermod --add-subuids 100000-165535 --add-subgids 100000-165535 $USER +:::warning + +Podman version 4.6.2 does not work due to a [bug](https://github.com/containers/podman/issues/19930). +If `pman` is reporting the error + +> crun: write to `/proc/self/oom_score_adj`: Permission denied: OCI permission denied + +Try downgrading `crun` to version 1.8.7. +(On Arch Linux, run `sudo pacman -U /var/cache/pacman/pkg/crun-1.8.7-1-x86_64.pkg.tar.zst`) + +::: + ## Preconditions Make sure your system is not running anything which might interfere with _miniChRIS_.