-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
podman machine - Cannot connect to Podman on MacOS #12728
Comments
the /tmp directory it cannot find is odd. On MacOS we should not be using that iirc. |
I have the same issue as well and I have the same exact podman version. It was working fine with the previous version. |
Any workaround for this ? |
It looks podman is trying to connect to the $SSH_AUTH_SOCK address but this is failing. |
@Luap99 that was an amazing tip. Yes, it worked !!! Thank you so much. The issue has been resolved :) |
I get this issue using VS Code + Remote Containers extension. VS Code does not seem to have a way to include this |
@jwhonce ^^^ heads up |
I got the same issue
|
Please file a new issue, as this one has already been closed as fixed. |
Thanks, @rishabhsri18. recreating the machine worked for me as well.
|
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
On MacOS Monterey (12.1)
podman
is unable to connect to thepodman machine
Steps to reproduce the issue:
podman machine init
podman machine start
podman version
or anypodman
subcommand (e:podman ps
)Describe the results you received:
Describe the results you expected:
Expecting to get the podman version information and other information.
Additional information you deem important (e.g. issue happens only occasionally):
Not working at all. (It worked earlier but not sure the new macOS version causing the issue)
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.):
MacOS:
The text was updated successfully, but these errors were encountered: