Suddenly "unable to connect to Podman socket" on macOS #24619
command-tab
started this conversation in
General
Replies: 2 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.
3 replies
-
can confirm the fix for #24567 worked for me as seen here
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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