colima
colima copied to clipboard
Waiting for the essential requirement 1 of 5: "ssh"
Description
I seem to be getting some sort of network error when trying to start Colima using the command colima start --arch amd.
I get the following error messages in terminal:
- [hostagent] Waiting for the essential requirement 1 of 5: "ssh"
- did not receive an event with the "running" status
- FATA[0601] error starting vm: error at 'starting': exit status 1
I receive more IPV6/IPV4 error related messages in serial.log but I'm not sure what to make of them. Any help would be appreciated! :)
Version
Colima Version: 0.4.4 Lima Version: 0.11.3 Qemu Version: 7.1.0
Operating System
- [ ] macOS Intel
- [X] macOS M1
- [ ] Linux
Reproduction Steps
- Open terminal
- Type
colima start --arch amd - Error message will appear after a few minutes
Attached is my serial.log
Expected behaviour
No response
Additional context
No response
Not sure if this thread is also related, seems to be different error output message - https://github.com/abiosoft/colima/issues/411
Can you try again with the development version brew install --head colima ?
Hello, I believe I am still receiving a network error after installing the development version with the command above. Attached are the logs serial.log
@mendezona how recent was your installation as I pushed some fixes shortly ago.
Also, can you kindly run with colima start --very-verbose and share the output here?
Thanks.
@abiosoft - Hey I reinstalled the development version again 5 minutes ago and still getting the network error. Here is the serial.log after running colima start --arch amd, and then the serial and output logs after running colima start --very-verbose
serial.log
serial.log
Ah yes, using delete then start seems to solve it - thanks for the tip! This even works in the non-development version of Colima
This issue in Lima might be related: https://github.com/lima-vm/lima#stuck-on-waiting-for-the-essential-requirement-1-of-x-ssh
For others getting here, I had to
colima delete
colima start --arch x86_64
Colima downloaded the some x86_64 file and then proceeded. It still showed Waiting for the essential requirement 1 of 5: "ssh" twice for about a minute but then finished.