Skip to content
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 command failing #20066

Closed
paraggit opened this issue Sep 20, 2023 Discussed in #19841 · 5 comments
Closed

podman machine start command failing #20066

paraggit opened this issue Sep 20, 2023 Discussed in #19841 · 5 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. machine macos MacOS (OSX) related

Comments

@paraggit
Copy link

Discussed in #19841

Originally posted by paraggit September 4, 2023
Hi,

I have installed Podman on macOS Ventura 13.5.1, M2 max configuration. I am encountering an issue with the podman machine start command; the command is failing with the following error.

> podman machine start
Starting machine "podman-machine-default"
Waiting for VM ...
Error: EOF

Here are the packages version info.

> podman -v
podman version 4.6.2

> qemu-system-x86_64 --version
QEMU emulator version 8.1.0
Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers

I have attempted to use podman machine init with increased CPU and memory values, but I am still encountering the same error. Please let me know if i missed anything in configuration.

Thanks in Advance.

@mheon
Copy link
Member

mheon commented Sep 20, 2023

@ashley-cui PTAL

@mheon mheon added kind/bug Categorizes issue or PR as related to a bug. macos MacOS (OSX) related machine labels Sep 20, 2023
@ashley-cui
Copy link
Member

Hi! Looks like you have the x86 version of qemu installed instead of the arm version. Did you install Podman using Homebrew? If so, please check that your homebrew installation is not under Rosetta.

@paraggit
Copy link
Author

Hi @ashley-cui , I removed Rosetta and reinstalled Podman. This time, I can confirm that arm64 packages are installed. However, I am still encountering an error with the 'podman machine start' command.

Following packages are installed on system

==> Pouring qemu--8.1.0_3.arm64_ventura.bottle.tar.gz
🍺  /opt/homebrew/Cellar/qemu/8.1.0_3: 162 files, 533.9MB
==> Installing podman
==> Pouring podman--4.6.2.arm64_ventura.bottle.tar.gz

Error in podman machine start command

> podman machine init
Extracting compressed file
Image resized.
Machine init complete
To start your machine run:

	podman machine start

> podman machine start
Starting machine "podman-machine-default"
Waiting for VM ...
Error: qemu exited unexpectedly with exit code -1, stderr: Assertion failed: (isv), function hvf_vcpu_exec, file hvf.c, line 1914.

@baude
Copy link
Member

baude commented Sep 24, 2023

did you remove the machine and re-run init?

@ashley-cui
Copy link
Member

Closing for now, as there is no response. Please re-open if you continue to run into this.

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Jan 15, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. machine macos MacOS (OSX) related
Projects
None yet
Development

No branches or pull requests

4 participants