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
Missing packages in Arch Linux image (was: arch linux container mirror error) #79
Comments
|
Looks like those packages should be added to https://github.com/toolbx-images/images/blob/main/archlinux/extra-packages |
|
@travier I think this is another issue. |
|
It could be that our geo mirror isn't working correctly. @tazihad can you paste the output of this command: So we now what mirror you are connecting too. |
It seems to be an issue with the default mirror from the toolbox container image. I don't think the toolbox image should add more tools to the image https://github.com/89luca89/distrobox/blob/f008b521ee776a66c36a87848c85d3e3f0f6a3dd/distrobox-init#L551 |
|
Upstream toolbox images now include vulkan-drivers packages: https://github.com/containers/toolbox/blob/main/images/fedora/f38/extra-packages#L23 Those will be installed by distrobox on first setup time: https://github.com/89luca89/distrobox/blob/f008b521ee776a66c36a87848c85d3e3f0f6a3dd/distrobox-init#L589 We should included those in the image directly instead. There might indeed be two issues here, one with the mirrors, one with the missing pacakges. |
Okay, I can submit a patch to include this into our images. |
Image and version of the image where the issue happens
archlinux
Describe the bug
I can't enter archlinux container with distrobox. It's probably a mirror error. I can't get pass the step of
distrobox enter arch.I tried with vpn. Still doesn't work.
if I see the logs
podman logs -f arch. I get this error.Reproduction steps
Host distribution and version, toolbx and podman versions
Fedora silverblue 38
toolbox version 0.0.99.4
podman version 4.5.0
The text was updated successfully, but these errors were encountered: