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?

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    You skipped a step or two in your podman setup I think. Look up the rootless instructions, and make absolutely sure you have installed the right uid/gid packages for your distro.

    • pifox@pawb.socialOP
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      I installed podman using apt. It should come with the neccisary packages correct?