-
Notifications
You must be signed in to change notification settings - Fork 669
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] instance unknown state / cannot be started #3220
Comments
Running |
Killing all processes associated with multipass (as recommended here: https://gist.github.com/zulhfreelancer/12817fa5d1579bb640ed00dff8327a4a) also doesn't resolve the issue. |
resetting the network as described here also did not work: https://multipass.run/docs/troubleshoot-networking#heading--network-routing-problems |
I'm in the same situation.
|
This one has been resolved.
$ sw_vers
ProductName: macOS
ProductVersion: 13.5.2
BuildVersion: 22G91 |
However, since we don't know the root cause, the phenomenon is likely to occur again, and we would like to continue to watch for it. |
Ran into the same issue and the reinstallation of qemu and multipass via brew did not resolve it for me.
|
Hey, @DominicBurkart! From the way you described it so far, it sounds like a case of #2387. Is the firewall enabled on your machine? If so, please try to disable it, reboot and try using Multipass again. $ sudo su -
$ /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
$ /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
$ reboot now But it might not be the same issue as that one, so please let me know if this doesn't work |
I met the same problem just from this month. |
Finally, I added /usr/libexec/bootpd into firewall from GUI, and reboot Mac, then it can work now. |
I was able to resolve this issue using the OnyX tool as recommended in another GH issue relating to VM start issues: #3003 (comment) |
I ran into exactly this problem. Looking into Onyx |
Same here after fresh install Sonoma on M1. |
I'm having the same problem, how can I solve it?Firewall off statu ~$ multipass list
Name State IPv4 Image
repository-host Unknown -- Ubuntu 22.04 LTS
kube-master Unknown -- Ubuntu 22.04 LTS
kube-node01 Unknown -- Ubuntu 22.04 LTS
kube-node02 Unknown -- Ubuntu 22.04 LTS ~$ sw_vers
ProductName: macOS
ProductVersion: 13.4.1
BuildVersion: 22F82 ~$ multipass version
multipass 1.12.2+mac
multipassd 1.12.2+mac |
/cc @townsend2010 Is this situation included in the restoration plan? |
Hi @yzcyayaya!
Could you please provide the log?
Sorry, I'm not really sure what you mean by the "restoration plan." |
Haha, it's okay, I solved my needs using kvm from another machine |
|
Describe the bug
All instances are in an unknown state after unexpected restart due to battery issue, and new instances cannot be created.
I assume that I need to delete some qemu images / configurations, but am not sure how to proceed. If possible, it would be awesome if multipass could recover from this issue!
To Reproduce
How, and what happened?
multipass launch --cpus='5' --memory='8G' --disk='64g' --name ad && multipass shell ad
).Unknown
and cannot run. The instance can be stopped (or directly deleted and purged), but cannot be started or a shell opened. New instances can be created but not started or a shell opened.Expected behavior
multipass can identify and recover the issue (underlying driver misconfiguration?), allowing new instances to be created.
Logs
Please provide logs from the daemon, see accessing logs on where to find them on your platform.
From running
multipass launch --cpus='5' --memory='8G' --disk='64g' --name ad && multipass shell ad
:Additional info
multipass version
multipass info --all
multipass get local.driver
Additional context
In my case, the instance does not need to be recovered; priority is just being able to create new instances.
Similar issues identified:
I don't think any of the solutions there are relevant to this case, where a full reinstall didn't solve the issue.
The text was updated successfully, but these errors were encountered: