-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Failed to decode the keys ["machine"] #11745
Comments
The contents of /usr/share/containers/containers.conf:
|
I got this bug after containers-common v0.46.0 update. The machine table is a new feature and I think it has not been supported in podman yet. I found a temporary fix, you can just comment out "[machine]" in your config file. |
archlinux must have pulled the latest containers.conf file from the main branch to an older podman. I am updating Podman now in main to support the new fields. |
Fixes: containers#11745 [NO TESTS NEEDED] Since this is just a revendor and a one line change for the revendor Signed-off-by: Daniel J Walsh <[email protected]>
Arch user, can confirm commenting the
I've been using buildah for while on that machine, it was definitely time to |
Fixes: containers#11745 [NO TESTS NEEDED] Since this is just a revendor and a one line change for the revendor Signed-off-by: Daniel J Walsh <[email protected]> Signed-off-by: Valentin Rothberg <[email protected]>
This is not just the case on Arch. Current Fedora-35 has the same issue. Any podman call has bunch of warnings:
|
@marusak comment out the line in you config that has |
Right, I was just trying to say, that clean fedora-35 image has this issue as well. |
rpm -q podman |
podman 3.4 should not have a problem. yum -y update podman --enable-repo=updates-testing |
|
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running any podman command, like podman --version on podman >= 3.3.0 results in the following warnings:
Both root-full and root-less podman processes are affected.
Steps to reproduce the issue:
Install podman 3.3.1 on Archlinux
Run any podman command like
podman --version
orpodman ps -a
Obverve the warnings/output printed
Describe the results you received:
Podman printed warnings (see above)
Describe the results you expected:
Podman's default config file shouldn't cause warnings during normal usage
Additional information you deem important (e.g. issue happens only occasionally):
The latest podman 3.2.X available for my distro doesn't have this issue. Only the 3.3.X branch
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? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical host running an AMD64-compatible processor.
The text was updated successfully, but these errors were encountered: