Replies: 3 comments 5 replies
-
You need to look in the
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Where can I find that file? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Updating to the latest version of Lima apparently resolves this. If I delete the container and start again, it is working fine :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
If I setup a default container with:
limactl start --name=blah
it works fine. Whilst if I explicitly ask for Alma9 using:
https://github.com/lima-vm/lima/blob/master/examples/almalinux-9.yaml
and running:
limactl start almalinux-9.yaml --name=blah
it fails:
INFO[0023] [hostagent] The essential requirement 2 of 5 is satisfied
INFO[0023] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0063] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0103] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0143] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0183] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0223] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0263] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0304] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0344] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0384] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0424] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0464] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0504] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0544] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
INFO[0585] [hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
FATA[0601] did not receive an event with the "running" status
Do you know why this does not work and have a suggestion on how I can get it working?
It's not a glitch, because I have tried numerous times and it always fails in this same way.
I am running this on a M1 Mac with latest Mac OS. I have:
limactl --version
limactl version 0.16.0
Thanks,
Mark
Beta Was this translation helpful? Give feedback.
All reactions