crun permission error starting distrobox container
I can create a distrobox container with
The permissions on that directory's parent are:
I get the same error using any other image, too (tested Fedora and Ubuntu).
However, if I make a container directly using Podman, it works fine, using either
I've tried running
distrobox create -n arch -i archlinux:base-devel, but I can't start it: when I run distrobox enter arch, the following error is printed:The permissions on that directory's parent are:
I get the same error using any other image, too (tested Fedora and Ubuntu).
However, if I make a container directly using Podman, it works fine, using either
podman run --rm -it archlinux:base-devel, or podman create --name arch2 -i archlinux:base-devel then podman exec -it arch2 sh.I've tried running
podman system reset a couple times, as well as completely deleting the .local/share/containers directory (I didn't have any other containers prior to creating the distrobox), but this error still occurs with any new distrobox I create. How can I debug this issue? I've found a couple other posts on this Discord reporting similar errors, but there weren't clear resolutions for any of them.