I’m currently trying to run distrobox with podman. I’m getting the following error: Resolved “debian” as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull docker.io/library/debian:12… Getting image source signatures Copying blob 1b13d4e1a46e done
ERRO[0003] While applying layer: ApplyLayer stdout: stderr: potentially insufficient UIDs or GIDs available in user namespace (requested 0:42 for /etc/gshadow): Check Copying blob 1b13d4e1a46e done
Error: copying system image from manifest list: writing blob: adding layer with blob “sha256:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4”: ApplyLayer stdout: stderr: potentially insufficient UIDs or GIDs available in user namespace (requested 0:42 for /etc/gshadow): Check /etc/subuid and /etc/subgid if configured locally and run podman-system-migrate: lchown /etc/gshadow: invalid argument exit status 1

Does anyone know what should be my next steps to resolve this issue?