You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After creating a new archlinux container and entering the container, it just fails to install basic packages
To Reproduce
Run distrobox create --name Music1 --image archlinux --home ChimeraX
After container has been created I run distrobox enter Music1
installing packages borked out
Expected behavior
I expected it to install all packages and finally start messing around some arch packages
Logs
:: Proceed with installation? [Y/n]
:: Retrieving packages...
words-2.1-8-any downloading...
time-1.9-5-x86_64 downloading...
checking keyring...
checking package integrity...
error: time: signature from "Caleb Maclennan [email protected]" is unknown trust
:: File /var/cache/pacman/pkg/time-1.9-5-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] error: words: signature from "Caleb Maclennan [email protected]" is unknown trust
:: File /var/cache/pacman/pkg/words-2.1-8-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
'[' 1 -ne 0 ']'
printf 'Error: An error occurred\n'
Error: An error occurred
[37mDEBU[0m[0000] Called logs.PersistentPostRunE(podman --log-level debug logs Music1)
[37mDEBU [0m[0000] Shutting down engines
[36mINFO [0m[0000] Received shutdown.Stop(), terminating! [36mPID [0m=26697
Desktop (please complete the following information):
Are you using podman, docker or lilipod? podman
Which version or podman, docker or lilipod? podman version 5.2.5
Which version of distrobox? distrobox: 1.7.1.0
Which host distribution? Fedora 41
How did you install distrobox? Native via DNF
Additional context
Seems to be a problem with PGP keys.
The text was updated successfully, but these errors were encountered:
Describe the bug
After creating a new archlinux container and entering the container, it just fails to install basic packages
To Reproduce
distrobox create --name Music1 --image archlinux --home ChimeraX
distrobox enter Music1
Expected behavior
I expected it to install all packages and finally start messing around some arch packages
Logs
:: Proceed with installation? [Y/n]
:: Retrieving packages...
words-2.1-8-any downloading...
time-1.9-5-x86_64 downloading...
checking keyring...
checking package integrity...
error: time: signature from "Caleb Maclennan [email protected]" is unknown trust
:: File /var/cache/pacman/pkg/time-1.9-5-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] error: words: signature from "Caleb Maclennan [email protected]" is unknown trust
:: File /var/cache/pacman/pkg/words-2.1-8-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
Error: An error occurred
[37mDEBU[0m[0000] Called logs.PersistentPostRunE(podman --log-level debug logs Music1)
[37mDEBU [0m[0000] Shutting down engines
[36mINFO [0m[0000] Received shutdown.Stop(), terminating! [36mPID [0m=26697
Desktop (please complete the following information):
Additional context
Seems to be a problem with PGP keys.
The text was updated successfully, but these errors were encountered: