-
Notifications
You must be signed in to change notification settings - Fork 628
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[0607] did not receive an event with the "running" status #104
Comments
Could you try |
created default.yaml file with updated
|
Same issue here |
@cheimu Any error in serial.log or ha.*.log under ~/.lima/default? |
No errors and logs are all about installing things such as buildkit. |
Same here. The
|
Please try v0.6.3, which fixes DNS issues #199 |
With v0.6.3 the DNS error is gone but instance startup still fails at the same SSH step for me. The last log lines in
There are no errors otherwise. The SSH port |
@terorie This looks fine. Could you attach the full |
Here they are. Sorry for the delay. |
I've tried flushing my routing table & recreating the default gateway to fix the |
Ok I've tried switching the laptop off and on again. That worked. Sorry for the noise. |
@terorie I have no idea how you can get "Can't assign requested address" for I thought that maybe you still had a stray instance of the hostagent running on your machine, but that should have given you a port conflict, and not an address error. Given that a reboot has cleared the issue, I guess there is nothing else left to try. |
I'm running lima v0.6.3 and having the same issue.
|
@xqzhou Could you delete the instance and try again, setting If that fixes your problem, could you look through all your Maybe run @AkihiroSuda Is there any reason |
@jandubois set A run of thanks a lot |
@xqzhou Would you mind sharing some of those files? They should be public keys anyways, but you can further anonymize them like this:
I don't care about the keys themselves; I just want to see if there are any other special characters in them that we may need to treat specially (I see that currently we don't even put quotes around the keys, which might confuse the YAML parser). |
Public key attached
|
Oh, it is an OpenSSL public key, not an OpenSSH one. @AkihiroSuda I think we should simply ignore keys that are not in openssh public key format; wdyt? |
Because I wanted ssh apps like rsync to work without specifying custom key.
How does this happen? Is there any app that stores OpenSSL keys under ~/.ssh ?
SGTM |
Now that we've seen that this can be caused by OpenSSL keys, I would keep the default the same for more more iteration and do this instead:
And then hope we no longer see these issues. But if issues continue to be caused by the authorized keys, then I would argue for changing the default. |
Some systems (PuTTY for Windows) use a similar format. It's somewhat widespread.
Seeing PEM DER RSA public keys in the SSH directory is a new one to me. Either way, I think it's a good idea to check for OpenSSH public key syntax. |
I would simply check that file contains just a single line, and that the line starts with The most important part is that we don't break the YAML format for the |
Hello, First of all big big thank and well done for all lima jobs i have similar issue with provision.user which is never executed and i found this in guest :
i think these line but i have not yet find where this double lima/pkg/cidata/cidata.TEMPLATE.d/boot.sh Line 37 in df25c45
Line 52 in df25c45
Oh ! i say nothing bug is here on version 0.6.1 https://github.com/lima-vm/lima/blob/v0.6.1/pkg/cidata/cidata.TEMPLATE.d/boot.sh#L36 fixed in pull request #197 |
Happening to me too but the cause is probably different. x86 guest on ARM (M1 Pro).
But I can a shell after it exits:
|
Oh, more kernel logs just appeared showing it setting up the network. I guess the initramfs generation took too long and the CLI timed out? But it took a really long time... |
yet another occurrence on 0.8.2
ping to ip works outside the vm
while fail inside the vm. I am adopting the option above |
Installed lima via brew and got
Even with set loadDotSSHPubKeys=false does not help. MacOS 12.2.1 Serial.log |
@network-shark Please use Lima v0.9.0 |
follow-up #18
serial.log
The text was updated successfully, but these errors were encountered: