Open MilanKladivko opened 1 year ago
By the way, tried to install both distrobox and podman with sudo (on Fedora w/ dnf) and, on create
it hangs.
If I add --verbose
, it stays at Adding mount /proc
and doesn't even let me Ctrl+C out of the process (though it does print that it got the interrupt and it's terminating...).
Hi @MilanKladivko
This seems to have more to do with Podman itself (as save/restore are just podman commands) than distrobox
I'm also thinking this might be a duplicate of #545 Seems like it has similar output, but those other users weren't using a save/restore
Is there anything I could do to resolve / test it further?
Until then, I'll just keep everything I install as a "startup script" to catch up. I don't use it for anything else but installing everything the same way anywhere I go. Instead, "syncing" the work environment as a "install distrobox, make an image of ubuntu, install all the packages with a manually-written script" is a few steps more than I'd like, but it's good enough for now.
I have just tested on a Fedora 37 Workstation. I have manually installed docker beside the offical podman package installation. When using podman I am not able to restore. But when saving and restoring with docker it's working.
So I will use docker now on my Fedora 37 machine.
I am trying to make a backup of the modified container -- following the tips section https://distrobox.privatedns.org/useful_tips.html#container-save-and-restore.
It fails with "could not start entrypoint" on
distrobox enter
. When comparing to how the original logs look, it seems to fail at mounting flatpak, complainingmust be superuser to use mount
.I am trying to run it with podman installed into my
.local
(is that rootless?) -- using the install scripts for recommended SteamOS:I followed those commands exactly, I can reproduce it with freshly created images. It happens with anything I
podman load < image.tar.gz
and then try todistrobox create -i
from it, even on the same system ( should be reproducible? ).podman export
/import
today.