-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Package update failure on Ubuntu 20.04 #9345
Comments
Thanks for reaching out! @lsm5 PTAL |
Hello after removing the package containers-image By doing sudo apt remove containers-image podman And re-installing it word as a charm Because it tries to replace /usr/share/man/man5/containers-auth.json.5.gz Which is already owned by containers-image , in my opinion package-conflict issue perhaps Good luck ! (eager to test podman3 and remove podman-compose from pip ^^) |
This happened to me on two machines, had to completely remove podman and then install podman, which is fine but i have production servers with podman...and not really wanted to remove and add to get podman v3. Hopefully a fix is on its way. |
for me the workaround was: sudo apt purge podman-rootless buildah
sudo apt autoremove --purge
sudo apt install podman-rootless buildah |
Probably goes without saying, but this affects 18.04 as well. Output from an un-updated system:
|
If |
Same issue is affecting entire Debian tree (not just Ubuntu) |
sent containers-common_1-8 to OBS just now which should replace the older dependencies. I'll fix podman and the rest to use this minimum containers-common dependency as well, but hopefully manually upgrading containers-common should handle things for now. Thanks @asciiprod |
podman 3.0.0-2 should use containers-common 100:1-8, currently building at https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/podman . |
Closing as the builds have landed on the repo. Please reopen if the issue persists. |
There might be an issue with registries.conf. Looking ... |
Should be fixed with podman 100:3.0.0-3. Building on OBS atm: https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/podman . Will be available hopefully in an hour or less. I'll keep the bug open for now. Please close it if this resolves your issue. |
Upgrade now works without conflicts. |
Yes, the two directories are different. |
@vrothberg do we need a manpage update perhaps? I'm gonna close this, we can open a new bug for manpage change if need be. |
No changes needed. Both directories have man pages that go into detail. |
Problem persists with v3.4.2 in KUbuntu 21.10 (Impish Indri); Trying a I'm stuck... |
@ghherlin podman is available on the default repos itself on 21.10. Best to use that. |
Thanks for the suggestion.
Sadly, this is what I got:
[image: image.png]
[image: image.png]
It doesn't seem to work any better... :-(
George Herlin
Tél:+33 658 301 928
…On Mon, 27 Jun 2022 at 15:01, Lokesh Mandvekar ***@***.***> wrote:
@ghherlin <https://github.com/ghherlin> podman is available on the
default repos itself on 21.10. Best to use that.
—
Reply to this email directly, view it on GitHub
<#9345 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6KVIYMM2BDSAGFXORKRI3VRGQY3ANCNFSM4XREGKXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@ghherlin The images you probably attached via email aren't displaying for me. But anyway, if it's an issue with the official ubuntu package, then it's best reported to Ubuntu itself. |
Ok, thanks. I'll try them.
BTW the images just showed muon package manager showing the same error...
George Herlin
Tél:+33 658 301 928
…On Mon, 27 Jun 2022 at 21:52, Lokesh Mandvekar ***@***.***> wrote:
@ghherlin <https://github.com/ghherlin> The images you probably attached
via email aren't displaying for me. But anyway, if it's an issue with the
official ubuntu package, then it's best reported to Ubuntu itself.
—
Reply to this email directly, view it on GitHub
<#9345 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6KVI3JVNLWGV3HZO4GM5TVRIA7TANCNFSM4XREGKXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
On Ubuntu 20.04 update fails with dpkg error
Steps to reproduce the issue:
sudo apt update
sudo apt upgrade
Describe the results you received:
Describe the results you expected:
Packages gets updated.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical machine.
The text was updated successfully, but these errors were encountered: