-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Colima hangs on macOS, cannot stop #987
Comments
can confirm. i have the same issue on Sonoma 14.2 / Colima 0.6.7 Using it with DDEV - projects working properly, and after some times the containers does not respond can colima is not stoppable. After killing all colima/lima processes, and starting colima and the containers again, the containers does response but very slowly. Also having performance issues with xdebug - but this may also be a problem on the DDEV or xdebug. |
same issue as @ngamsomset.. Edit:
hit error:
log: |
I can confirm the above, MBP M1 Pro, Sonoma 14.3.1, Colima 0.6.8. After starting the disk expansion, the whole system becomes slow. Activity monitor reports around 15MB/sec is written to the disk. That keeps happening even after I stop colima. Only a reboot stops this behavior. |
Can confirm as well MBP M1 Pro Ventura 13.6.3, hangs and no way to fix other than reboot/killing all colima associated processes |
I am having same issue as well on M1 MacOS Sonoma 14.3.1 |
Same here on M1 Pro running Sonoma 14.3.1. Will try downgrading to 0.6.7 as suggested. |
I don't know if it is related but I did the fix in #710 (comment) |
@rsau You mean the comment that you linked? I just did the same because I don't really want to downgrade if it's not necessary. |
Yeah.
|
Just a feedback about this fix. It solved the issue for me. Colima has been running stable since I made this change. |
update: was able to run latest version using qemu instead of vz to prevent freeze on starting process, but more recently reinstalled colima at --HEAD after |
Look like it's now working. Steps to run.
|
The above didn't fix it for me. Installed Apple Sillicon, M3 Pro
|
below worked for me, |
Tried all of the above solution, none of them worked. Work around downgrading to 0.6.7 worked MacOS 14.4 |
I have the same issue. |
This removes the special case logic for M3 macs that use the vz driver instead of qemu. A lot of people are having trouble with vz on M3 macs: - abiosoft#987 (comment) - abiosoft#1045 (comment) - abiosoft#985 (comment) - abiosoft#985 (comment) - abiosoft#985 (comment)
This removes the special case logic for M3 macs that use the vz driver instead of qemu. A lot of people are having trouble with vz on M3 macs: - #987 (comment) - #1045 (comment) - #985 (comment) - #985 (comment) - #985 (comment)
Description
Colima hanged on my macOS installation. The VMs I try to start simply get stuck. If I run
colima status
, it just hangs there forever.colima stop
returnsINFO[0000] stopping colima
and then also hangs.colima start
just returnsWARN[0000] already running, ignoring
.The only way out was to manually kill the process
qemu-system_x86_64
and restart colima, but then it froze again after running a VM. Even after that,colima start
would printand then again get stuck.
Version
While it was in the stuck behavior, only the first two lines are displayed, then it hangs.
Operating System
Output of
colima status
(hangs)
Reproduction Steps
It happens when running some specific VM.
Expected behaviour
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: