Suddenly "unable to connect to Podman socket" on macOS #24619
Replies: 3 comments 3 replies
-
I'm still on macOS Sonoma (14.7.1 (23H222)), but I'm hitting the same issue, which just started happening after upgrading from podman 5.2 to podman 5.3. |
Beta Was this translation helpful? Give feedback.
-
can confirm the fix for #24567 worked for me as seen here
|
Beta Was this translation helpful? Give feedback.
-
In my case, the SSH fingerprint changed, and '[127.0.0.1]:60221' (ED25519) was not on the list of known hosts. By accepting the new fingerprint, the problem was gone.
podman works as usual now. |
Beta Was this translation helpful? Give feedback.
-
I've been successfully using podman on macOS Sequoia for some time, even as recently as a few days ago, but today I went to run an image, and I was greeted with:
I thought perhaps my podman machine got hosed, so I ran a
podman machine reset
,podman machine init
, andpodman machine start
and that succeeded in firing up a fresh podman machine. And yet, same error when trying to interact with the new machine.podman system connection list
seems OK:It's not clear to me why my normal SSH key is involved as the error claims, since the identities listed above are not that. As well,
~/.ssh/id_ed25519
does exist, and has the properly locked-down 0600 permissions, so the error is not even accurate.Any suggestions or pointers would be appreciated! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions