Distrobox containers can't be accessed due to "OCI permission denied"
Created container with:
Trying to enter with either
distrobox-enter bazzite-arch
, prompted with:
Yes, I've tried to chown it to myself, chmod g+rwx and o+rwx, still can't access the container. Also happens with all other kinds of images, not just ublue's.Solution:Jump to solution
Solved. I migrated my home folder from a non-atomic installation and the groupid for $HOME (not the files) was not identical to what I have on the ostree installation for some reason. Applied
sudo chown -R smolkitten:smolkitten $HOME
and my Distrobox containers now work1 Reply
Solution
Solved. I migrated my home folder from a non-atomic installation and the groupid for $HOME (not the files) was not identical to what I have on the ostree installation for some reason. Applied
sudo chown -R smolkitten:smolkitten $HOME
and my Distrobox containers now work