podman-desktop icon indicating copy to clipboard operation
podman-desktop copied to clipboard

Error: error freeing lock for container

Open tonycody opened this issue 3 years ago • 1 comments

Bug description

image

Operating system

Windows 11 22H2 25201.1000

Version

0.0.7

Steps to reproduce

No response

Relevant log output

No response

Additional context

No response

tonycody avatar Sep 20 '22 05:09 tonycody

this error is due to a bug in Podman 4.2 https://github.com/containers/podman/issues/15526

it'll be fixed in Podman 4.3

benoitf avatar Sep 20 '22 17:09 benoitf

even after upgrading to podman 4.3, I had to podman machine rm podman-machine-default and start from scratch.

jedahan avatar Oct 24 '22 15:10 jedahan

please note that podman machine might still be in 4.2, as the machine is fetching Fedora CoreOS with an older version of Podman. https://getfedora.org/en/coreos?stream=stable

Once Fedora CoreOS gets a new podman, new podman machine init call will grab this version and remote will be 4.3 at this time

if you do 'podman version' you should see that the client is using 4.3.0 while the remote is using 4.2.1

benoitf avatar Oct 24 '22 15:10 benoitf

Ahh, thanks for taking the time to explain, this makes sense.

jedahan avatar Oct 24 '22 17:10 jedahan

fixed in 0.10

benoitf avatar Feb 09 '23 21:02 benoitf