-
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
MacOS helper daemon (podman-mac-helper) fails to start and "mount" /var/run/docker.sock
#13456
Comments
@baude PTAL |
@n1hility the helper came from you correct? mind peeking at this issue? |
sure will take a look and follow up with any fix |
/assign |
@fogfish are you sure that the rm is necessary? So far I am having trouble reproducing. It is required to restart the machine after the agent is installed (sorry instructions could be improved there) as the agent only creates it on demand when requested by machine start |
@n1hility roger! rm is optional, restart of machine helps. @tricktron unfortunately, I've tried only 4.0.1 tag but I can try the master as well. I think the problem is resolved now. It was not obvious about needs to restart machine after installation of agent. Thank you for confirming it! |
/kind bug
Description
podman-mac-helper daemon fails to start after machine is started/stopped. It is required to remove
podman.sock
from$HOME/.local/share/containers/podman/machine/podman-machine-default/podman.sock
to make it working.Steps to reproduce the issue:
podman machine init && podman machine start
podman machine stop
podman machine start
sudo /usr/local/bin/podman-mac-helper install
Describe the results you received:
The agent fails to start and fails to create
/var/run/docker.sock
. Trying to start the agent withsudo launchctl start com.github...
fails as well. System logs does not provide any inside on the issue.The helper daemon starts to work only when
podman machine stop
rm $HOME/.local/share/containers/podman/machine/podman-machine-default/podman.sock
podman machine start
Describe the results you expected:
The helper daemon would work out of the box.
Additional information you deem important (e.g. issue happens only occasionally):
n/a
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):n/a
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
No, troubleshooting article exists.
Additional environment details (AWS, VirtualBox, physical, etc.):
MacOS
The text was updated successfully, but these errors were encountered: