-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
FATA[0600] error starting vm: error at 'creating and starting': exit status 1 #787
Comments
Do you see anything in these logs |
I've the same problem since i've upgrade to colima 0.5.5.
|
I've downgraded qemu from 8.1.0 to 8.0.4 and colima for x86-64 instance works fine on mac book arm. |
The same problem, --arch x86_64 @m-garrido How did you downgrade qemu to make colima works with old version? |
Same problem here. @dxtich any luck trying to fix it? |
Same issue here. Please let me know if anyone has a workaround |
@jledesma84 @rainasingh02
|
@dxtich brew install dxtich/core/qemu@8.0.4 this doesn't run for me. Is there any prerequisite for this step? |
@rainasingh02 |
@AkihiroSuda the logs of "/Users/mustafaawad/.lima/colima/serial*.log" [ 121.002880] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks: |
@dxtich thanks solved with your workaround 🙏 |
@MustafaAbdelmonem |
I also have the same problem, the fix with downgrading
|
@m-garrido Is this a QEMU or Colima issue? |
Putting the link here for the history. |
Seems, it's not only in case of QEMU: |
Description
Hi Team, I am new to colima. I am trying to get it up on macos with M2 chip.
It is getting stuck at [hostagent] Waiting for the essential requirement 1 of 5: "ssh".
I have tried colima stop --force and colima delete and start again as well but same output every time.
I am starting as - "colima start -c 4 -m 12 -a x86_64 --very-verbose"
below is the output.
colima start -c 4 -m 12 -a x86_64 --very-verbose
TRAC[0000] cmd ["limactl" "info"]
TRAC[0000] cmd ["limactl" "list" "colima" "--json"]
TRAC[0000] error retrieving running instance: instance 'colima' does not exist
INFO[0000] starting colima
INFO[0000] runtime: docker
INFO[0000] preparing network ... context=vm
TRAC[0000] cmd ["/opt/homebrew/bin/colima" "daemon" "status" "default"]
TRAC[0000] cmd ["/opt/homebrew/bin/colima" "daemon" "start" "default" "--gvproxy" "--very-verbose"]
INFO[0000] creating and starting ... context=vm
TRAC[0000] cmd ["limactl" "start" "--tty=false" "/var/folders/ct/5g8zpgbj187171z4jj85y4xw0000gn/T/colima.yaml"]
Version
Colima Version: colima version 0.5.5
Lima Version: 0.17.2
Qemu Version: 8.1.0
Operating System
Output of
colima status
FATA[0074] error retrieving current runtime: empty value
Reproduction Steps
Expected behaviour
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: