-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 start hangs on macOS (x86_64) #25121
Comments
Same issue here, same OS and hardware $ podman info
OS: darwin/amd64
provider: applehv
version: 5.3.2
Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM
Error: unable to connect to Podman socket: Get "http://d/v5.3.2/libpod/_ping": dial unix /var/folders/wt/fy6rz4y53l5dz9b0s4w5wnv80000gn/T/storage-run-501/podman/podman.sock: connect: no such file or directory EDIT: I did some testing and the latest working release for me was 5.2.5. |
I have the issue on an Intel Mac as well. It seems to work ok on an ARM mac though |
thank you for the reports, we are trying to find someone with an intel mac and see if we can reproduce and fix. otherwise, i may be asking lots of questions here ;) |
I'm able to start a podman machine on macOS/Intel but using will try to upgrade the OS |
|
you might also check your binaries file /opt/podman/bin/krunkit - gives me WRONG/arm version: while I think it also should be the x86_64/AMD64 version, if you agree then please support the case resolution. |
upgraded the system to latest macOS (Sequoia 15.3)
|
I'm using vfkit there, are you using krunkit ? |
|
Happy to test. How can I verify or force |
Output from my screenshots above seem to indicate I'm using |
|
using libkrun I have expected
|
can you try |
Here's the output
|
yes sorry, it's |
but try |
UPDATE: this is the output after running
|
Screen.Recording.2025-01-28.at.19.22.50.mov |
In my case the VM window doesn't go past the When I try on Apple Silicon instead, it works as expected. |
Same issue here. Not really a podman user. Only commands I use are podman machine init and podman machine start. podman machine start now hangs whereas it worked just fine and dandy for the last three months. Tried fresh install / uninstall via Homebrew and also installed from the amd64 dmg after that. Downloaded desktop to try and troubleshoot.
CONTAINERS_MACHINE_PROVIDER=applehv podman machine init foo As a basic user, I just want to be able to spin up a pod and network. Having to use Docker for now. |
i can also report it worked here ... let's take homebrew out of the equation and only use the released installers? i downloaded the amd64 installer. Are folks that are failing using the universal installer? |
@baude I can confirm my testing and ouput are from the official Podman CLI installer. 2020 Macbook Pro here (although I just noticed I'm on Sequia 15.2). |
with everyone being so active, would you be willing to join a gmeet to see if we can get to the bottom of this? |
Yeah, that would make sense! |
meet.google.com/aga-rrwq-qrn |
sure, not as if I'll be much help - currently updating to 15.3 to see if that helps. |
Update to 15.3 finished, but unfortunately the issue remains for me. |
@crahan can you humor us and remove the current installation, install amd64 only binaries, podman machine reset, and try again ? |
Tested with the amd64-only CLI installer as well, and getting the same result. |
EDIT: I could only reproduce once :-/ |
I am having this same issue. Yesterday I removed Docker Desktop and installed podman from the universal DMG and I am seeing the exact results being described above. I also tried installing with the Help would be appreciated Edit: |
Issue Description
Starting the podman machine VM on macOS Intel Sequoia hangs right after the bootloader screen with the message
Booting 'Fedora CoreOS 41.20250105.3.0 (ostree:0)
. I tried the same on an Apple Silicon device and the VM boots fine, showing EFI statements, then going through its normal boot process.I tried the Podman version in Homebrew, the offical CLI installer, and installing through Podman Desktop. In all cases it halted immediately after the bootloader screen.
Below are screenshots of the
podman machine start --log-level debug
output and the VM itself showing where it hangs. Console debug output does not contain any errors.Steps to reproduce the issue
Steps to reproduce the issue
podman machine init
.podman machine start --log-level debug
.Describe the results you received
The Podman Machine VM bootup process hangs.
Describe the results you expected
The Podman Machine VM boots.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
macOS Sequoia on a Macbook Pro Intel device.
Additional information
No response
The text was updated successfully, but these errors were encountered: