-
Notifications
You must be signed in to change notification settings - Fork 220
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
Container bricked after updating only glib2 and glibc* from F33 to F34, followed by 'dnf distrosync' #669
Comments
Btw I am pretty pissed off as the container contains the whole my development/packaging environment including custom repositories, kerberos configurations, certificates etc. I will probably have to learn how to backup containers, and/or create some automatization to set up the containers. Or move back to Workstation... Any recommendations? |
I can't reproduce with |
This looks pretty catastrophic:
You can look at the contents of the container like this:
Note that I am wondering if the You can also backup the container as a tarball and upload it somewhere. I can then try to poke at it myself. |
Finally, I recalled what I was doing and found reproducer:
|
Seems like you only updated the This seems like a RPM packaging issue (I don't know right now if it's expected behaviour or not). All I can say right now is that it would be good to take snapshots (with |
any updates on this getting fixed? |
I doubt that we can actually fix this in Toolbox - other than somehow making snapshots easier to use; or tracking down the underlying RPM packaging issue and possibly making them more resilient. |
Closing. |
Describe the bug
I am not able to enter my
fedora-toolbox-33
container and I see:Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.98.1
Toolbox package info (
rpm -q toolbox
)toolbox-0.0.98.1-1.fc33.x86_64
Output of
podman version
Podman package info (
rpm -q podman
)podman-2.2.1-1.fc33.x86_64
Info about your OS
e.g., Fedora Silverblue 33
Additional context
This has started happening after I called
dnf distrosync
inside the container. I do not recall what all packages have been updated, unfortunately.The text was updated successfully, but these errors were encountered: