Skip to content

[Error] distrobox-enter creates a .gnupg directory owned by user 524288 #1749

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

Open
moonlitpath opened this issue May 7, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@moonlitpath
Copy link

Describe the bug
Entering a fresh fedora-toolbox:42 container creates a .gnupg directory. For some reason, this directory is owned by a non-existing user and group with id 524288. Since I don't own this directory, I can't use GPG.

To Reproduce

cd
sudo rm -r .gnupg # don't forget to make a backup first
podman pull registry.fedoraproject.org/fedora-toolbox:42
distrobox create --image fedora-toolbox:42 --name fedora
distrobox enter fedora

Expected behavior
I don't know why this directory is being created, but I expected it to be owned by me, the current user.

Logs
distrobox-create.log
distrobox-enter.log
podman.log

Desktop (please complete the following information):

  • Podman: 5.4.2
  • Distrobox: 1.8.1.2 installed as a normal package with rpm-ostree install
  • Host: Fedora Silverblue 42
@moonlitpath moonlitpath added the bug Something isn't working label May 7, 2025
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