Open odockal opened 5 hours ago
Does 5.3.0 work? 5.2.5 is EOL with the release of 5.3
I can ssh into machine and pull an image from there. The problem gonna be between client and socket.
I tried also to manually remove all possible leftovers:
# I always did podman machine reset -f
PS C:\Users\podmanqe> podman machine reset -f
# this time I also added
PS C:\Users\podmanqe> rm -r .\.config\containers\
PS C:\Users\podmanqe> rm -r .\.local\share\containers\podman\
PS C:\Users\podmanqe> rm -r .\AppData\Roaming\containers\
and it now works correctly. Is it possible that some leftover, ie. connection on one of the config folder caused the problem?
Issue Description
Using Podman 5.2.5 on Windows with WSL provider I can initialize and start the machine (at least it seems running), but
podman info
then shows an error:unable to connect to Podman socket
Full Error:
Steps to reproduce the issue
Steps to reproduce the issue
podman machine init --now
podman info
Describe the results you received
Describe the results you expected
Podman info returns expected outcome.
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Windows 10, x64, Podman 5.2.5.
Base podman image: v20241112031159-5.2-rootfs-amd64.tar.zst
Additional information
Since we have tested podman 5.2.5 on Windows with Podman Desktop 1.14.1 (last week) I can confirm that all worked like a charm. I suspect the base image, which has changed in a meantime (timestamp 20241112).