Skip to content

When I try to run colima I keep getting error: FATA[0001] error starting vm: error at 'starting': exit status 1 #778

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

Closed
1 of 5 tasks
ParasPandeyE opened this issue Aug 14, 2023 · 4 comments

Comments

@ParasPandeyE
Copy link

Description

I installed colima but when I try to run it I keep getting the following error:
colima start --vm-type qemu
INFO[0000] starting colima
INFO[0000] runtime: docker
INFO[0000] preparing network ... context=vm
INFO[0000] starting ... context=vm

[hostagent] Shutting down the host agent
[hostagent] failed to exit SSH master
[hostagent] Shutting down QEMU with ACPI
[hostagent] failed to open the QMP socket "/Users/paraspandey/.lima/colima/qmp.sock", forcibly killing QEMU
[hostagent] QEMU has already exited
exiting, status={Running:false Degraded:false Exiting:true Errors:[] SSHLocalPort:0} (hint: see "/Users/paraspandey/.lima/colima/ha.stderr.log")
It would be great if anyone could help

Version

Colima Version: 0.5.5
Lima Version: 0.17.1
Qemu Version: 8.0.4

Operating System

  • macOS Intel <= 12 (Monterrey)
  • macOS Intel >= 13 (Ventura)
  • macOS M1 <= 12 (Monterrey)
  • macOS M1 >= 13 (Ventura)
  • Linux

Output of colima status

FATA[0000] colima is not running

Reproduction Steps

1.colima start --vm-type qemu
2.
3.

Expected behaviour

No response

Additional context

No response

@abiosoft
Copy link
Owner

abiosoft commented Aug 14, 2023

This seems to be an issue with latest Qemu update. lima-vm/lima#1742.

Downgrading seems to work for now.

curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb

@abiosoft
Copy link
Owner

As a side note, the next minor version v0.6.0 would include bundled dependencies so issues like this would no longer arise.

@ParasPandeyE
Copy link
Author

Thank you, @abiosoft downgrading worked for me

@yinshangwei
Copy link

This seems to be an issue with latest Qemu update. lima-vm/lima#1742.

Downgrading seems to work for now.

curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb

Thanks. Downgrading qemu from 8.0.4 to 8.0.3 worked for me.

richrace added a commit to ministryofjustice/bichard7-next-core that referenced this issue Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants