Skip to content

Commit

Permalink
Mention bug with Podman 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 4, 2023
1 parent 6adeeff commit 3e7940a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/run/podman/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ sudo usermod --add-subuids 100000-165535 --add-subgids 100000-165535 $USER

</details>

:::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_.
Expand Down

0 comments on commit 3e7940a

Please sign in to comment.