-
Notifications
You must be signed in to change notification settings - Fork 695
Cant create/start vms after upgrade to 1.12.0 on mac #3149
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
Comments
Hi @upngo! This looks like a firewall issue for which there isn't much we can do to help. But, one thing you can try is to use this package from a PR that will be in the next release. The PR includes the following changes:
so try launching an instance again with trace level verbosity and if the issue persists send us the logs. |
Thanks! Using the build from that PR works successfully for me and can run VMs :) so presumably 1.13 official release will too when that comes. Thanks |
Glad it is working for you now @upngo! And yes, those changes will be in our next release indeed. If you get into the same situation again, feel free to reopen this issue. |
@ricab Unfortunately after a macos security update to 13.5.1 the same problem has resurfaced :( Will probably have to try downgrade macos which is always a pain....
|
Hey @upngo, bummer 😕 People reported similar problems in Sonoma beta builds, but it would be strange for the security update to be causing the issue. This package has the same improvements that were mentioned earlier. Does the situation improve with it? Would you be able to post the output of |
The link returns 404 now.
|
Uh oh!
There was an error while loading. Please reload this page.
After upgrading to multipass 1.12.0 I could no longer start or create vms.
It would timeout and the last thing in the logs was
Waiting for SSH to be up
After reading about all the firewall issues I tried adding everything in multipass/bin to the firewall 'accept incoming' list, killing ssh
sudo launchctl stop com.openssh.sshd
, reinstalling and restarting.After all the above I still got timeout however the logs progressed a little further, Reporting
[2023-07-03T08:24:10.952] [debug] [new-sunbird] QMP: {"timestamp": {"seconds": 1688329450, "microseconds": 952046}, "event": "NIC_RX_FILTER_CHANGED", "data": {"path": "/machine/unattached/device[6]/virtio-backend"}}
and then hanging.
I'm on a managed mac so i can't disable the firewall completely.
I uninstalled, reverted back to 1.11.1 and restarted computer and things are working.
To Reproduce
Install multipass 1.12.0 on arm mac and
multipass launch
Expected behavior
Successful VM creation.
Logs
Additional info
Additional context
I've run through this process twice now and get the same result. The restart after downgrade is required otherwise it gets the same error. Unloading and reloading the service has no impact.
The text was updated successfully, but these errors were encountered: