Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Error] Can't install things in Ubuntu 22 container because directories are owned by nobody:nogroup #1385

Open
miranda opened this issue May 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@miranda
Copy link

miranda commented May 9, 2024

After creating a Ubuntu 22 container with distrobox and podman, I built Audacity in it. When I sudo make install, it fails because a lot of directories are strangely owned by nobody:nogroup. I cannot chown them either.

Steps to reproduce the behavior:

distrobox create ubuntutest --image ubuntu:22.04
distrobox enter ubuntutest
ls -l /usr/local/share/

drwxr-xr-x 1 root   root      0 May  9 12:58 ca-certificates
drwxr-xr-x 1 nobody nogroup 328 Apr 26 22:59 fonts
drwxr-xr-x 1 nobody nogroup 540 Mar 29 11:29 icons
drwxr-xr-x 1 root   root      0 Apr 26 21:02 man
drwxr-xr-x 1 nobody nogroup  70 Nov  1  2023 themes

distrobox_verbose.txt

Host: Arch Linux, 6.8.9-zen1-2-zen, X11, KDE 6

Pacman packages used on host:

distrobox 1.7.2.1-1
podman 5.0.2-1
@miranda miranda added the bug Something isn't working label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant