-
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
Error: qemu exited unexpectedly with exit code 1, stderr: qemu-system-aarch64: -virtfs #18073
Comments
@ashley-cui @baude or anyone with a M1 can you reproduce this? |
is it possible you have more than one version of qemu installed? |
I have this qemu version installed in my mac. qemu-system-x86_64 --version |
@prabu4git you have an m1, but your qemu is x86_64 ... is it possible you migrated from an Intel Mac or have been using Rosetta? Sometimes migrations and Rosetta will confuse brew and will set the architecture as such. |
Looks like the machine is using the correct qemu though - as the error message is coming from |
is it not possible aarch64 qemu is also installed? |
Entirely possible |
Is there any documenation to uninstall qemu completely and reinstall it? I used homebrew to uninstall and reinstall qemu. brew install qemu utm ==> Downloading https://formulae.brew.sh/api/formula.jws.json ==> Downloading https://formulae.brew.sh/api/cask.jws.json ==> Downloading https://github.com/utmapp/UTM/releases/download/v4.1.6/UTM.dmg To force the link and overwrite all conflicting files: To list all files that would be deleted: Possible conflicting files are: To force the link and overwrite all conflicting files: To list all files that would be deleted: ~ % brew info qemu |
I believe the pkginstaller installs its own version of qemu as well, apart from brew. I don't think you need the brew version of qemu if you used the .pkg to install podman. |
When i install podman from package it always picks up the aarch64 qemu version.. Any thoughts? podman machine rm podman-machine-default The following files will be deleted: /Users/PMURUGE1/.ssh/podman-machine-default |
A friendly reminder that this issue had no activity for 30 days. |
I have same issue. When MacOS is updated podman points to an old |
Hi, are you still running into this issue with the latest podman installer? |
try this:
|
So I think @baude @ashley-cui and @prabu4git were on to something seeing as how I too was having the same issue (admittedly I had migrated from an intel to M1). I think what is happening in the case of
This did the trick for me. |
Closing as this was an installation issue. |
Installed a podman on Mac M1 configuration from the following link :
podman-installer-macos-arm64.pkg
It keeps failing to start with the following error message:
podman machine start
Starting machine "podman-machine-default"
Waiting for VM ...
Error: qemu exited unexpectedly with exit code 1, stderr: qemu-system-aarch64: -virtfs local,path=/Users,mount_tag=vol0,security_model=none: There is no option group 'virtfs'
qemu-system-aarch64: -virtfs local,path=/Users,mount_tag=vol0,security_model=none: virtfs support is disabled
steps to reproduce :
podman machine init
podman machine start
The text was updated successfully, but these errors were encountered: