-
Notifications
You must be signed in to change notification settings - Fork 660
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
Multipass launch command line will crash MacOS #3719
Comments
Getting the same on macOS 15 EDIT: The 1.15 dev fixed my problem, so potentially not the same problem |
@BenStreet365 There is a known issue with Multipass and MacOS 15 Sequoia. It has been addressed and is planned to be released in an upcoming patch release. You can download it from here and try it out if you like. If it doesn't fix your issue, please let us know. |
@sharder996 Yeah just go that, thank you! Missed the other issue. |
@christianjli Can you elaborate a bit on "No Logs available since the system crashed before getting any logs."? Have you taken a look at our doc for accessing logs? Is the file gone after restarting? If not, providing the output of |
@sharder996 I apologize for leaving out certain details, my TA actually wrote it up quickly to see if anyone could help. Here are some more details, please let me know if this is insufficient. While starting the instance with launch my computer would restart. I found our that despite it restarting, the instance was still created, however trying to access it with shell would continually cause my computer to crash and restart each time I attempted it. My TA deleted and redownloaded multipass so I did lose all previous data, but if you'd like I can run it again to retrieve more details with |
@christianjli no worries, thank you for providing more context! If you can run it again and send the output of |
@BenStreet365 |
@vikingjunior12 here it is: #3661 (comment) |
@vikingjunior12 You have the same problem as OP? If so, do you have any logs that you can post? |
@vikingjunior12 +1, @sharder996 my logs are as follows: [2024-10-16T18:39:18.976] [info] [ubuntu] process state changed to Starting [2024-10-16T18:39:19.025] [debug] [ubuntu] QMP: {"return": {}} [2024-10-16T18:39:21.142] [debug] [arp] [22088] started: arp -an |
@rydeng what version of macOS are you on? |
15.0.1
…---- Replied Message ----
| From | Andrei ***@***.***> |
| Date | 10/16/2024 20:16 |
| To | canonical/multipass ***@***.***> |
| Cc | rydeng ***@***.***>,
Mention ***@***.***> |
| Subject | Re: [canonical/multipass] Multipass launch command line will crash MacOS (Issue #3719) |
@rydeng what version of macOS are you on?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@rydeng and what version of multipass do you have? are you using the RC1 from here https://github.com/canonical/multipass/releases/tag/v1.14.1-rc1? |
Yes, I am using rc1
…---- Replied Message ----
| From | Andrei ***@***.***> |
| Date | 10/16/2024 20:56 |
| To | canonical/multipass ***@***.***> |
| Cc | rydeng ***@***.***>,
Mention ***@***.***> |
| Subject | Re: [canonical/multipass] Multipass launch command line will crash MacOS (Issue #3719) |
@rydeng and what version of multipass do you have? are you using the RC1 from here https://github.com/canonical/multipass/releases/tag/v1.14.1-rc1?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@andrei-toterman The /var/db/dhcpd_leases file wasn't generated, but if I start a new VM, it appears. |
@rydeng, can you please run the following command
That should bring up a window that should display the boot sequence of the VM, so we can see if it boots up properly. |
@andrei-toterman Sorry, I didn't notice your reply. After executing the command you gave, a window appeared and remained stuck as follows: |
@rydeng, when that window comes up, there should be a menu entry to select VGA or Serial. What do you see when selecting that? |
@ricab There is no menu entry. Just like this issue, I got this: |
Hi @rydeng, that's the output on the command line, right? The idea is rather that you look at the output inside the QEMU window that comes up, after selecting either VGA or console in the menu. |
there is no menu entry.😂
…---- Replied Message ----
| From | Ricardo ***@***.***> |
| Date | 10/25/2024 21:06 |
| To | canonical/multipass ***@***.***> |
| Cc | rydeng ***@***.***>,
Mention ***@***.***> |
| Subject | Re: [canonical/multipass] Multipass launch command line will crash MacOS (Issue #3719) |
Hi @rydeng, that's the output on the command line, right? The idea is rather that you look at the output inside the QEMU window that comes up, after selecting either VGA or console in the menu.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sorry @rydeng, the command should be actually:
|
@ricab Thanks, now I got this: |
@rydeng it looks like your image got corrupted for some reason. Did you perhaps have a snapshot you could restore? |
@ricab Okay, thank you. Maybe the system upgrade caused some problems. I have launched a new Ubuntu image on a compatible version of macOS 15.0.1, which has been migrated and is now in use. |
Describe the bug
Every time when I trying to start a new instance by using "multiples launch --name primary", the terminal would stuck at "Starting Instance" step. And then my MacOS will crash and reboot.
To Reproduce
How, and what happened?
Expected behavior
The instance working without any crashes.
Logs
No Logs available since the system crashed before getting any logs.
Additional info
My MacOs version is 12.3, and the build version is 21E230.
'multipass version':
`multipass 1.14.0+mac
multipassd 1.14.0+Mac
-
multipass info
:No instance found.
multipass get local.driver
:qemu
Thanks!
The text was updated successfully, but these errors were encountered: