-
Notifications
You must be signed in to change notification settings - Fork 625
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
Stuck waiting for ssh -- tcpproxy no route #1293
Comments
Did you experience 100% CPU usage from the hypervisor process while this was happening? I suspect this may be a duplicate of #1288, and possibly #1136 as well - there seems to be a failure mode (specifically with |
No, the hypervisor process seems to be quiet: I completely agree that host sleep/wake cycles are involved. Lima very reliably runs, but any issues I've experienced seem to happen after the laptop has been put to sleep then woken up again. I wonder if it's possible to use a hook of some sort to shut down the VM before sleep. I agree, I think this is another report of #1288. I also checked now whether I can spin up new machines. Both default and |
Got the same when creating a new VM:
Lima 0.14.2 Only ocurrs when I use a template. If I create a fresh new VM, I got the same error once, but quickly requirement is satisfied |
I am having the same issue as well. Usually happens after my mac has been idle for some time. |
I'm facing with the same issue and also noticed it happens after mac being idle for quite long time (10+ hours). Unfortunately only factory-reset of VM helps :( |
I was able to resolve it by preventing the guest machine from sleeping.
This will disable the guest machine and ssh services from sleeping. |
I face the same issue on m3 pro mbp. Here is the output of the
|
I am having the same issue as well too. (lima: stable 0.19.1) |
Ok, I found the issue. Spent a few hours, ofc :( Apparently, whoever gets
I could actually see the startup process of my VM. So, the OS didn't start properly. I was dropped to command-line of busybox shell. From where I could run fschk and fix the filesystem. And then "exit" and ubuntu started normally. |
After upgrading to lima 0.21.0, this problem no longer occurs in my environment. |
Still get this problem with lima 1.0.2 on my M1 pro MBP... |
I've received log files from a user with the same symptom ("no route to host" for SSH) from Lima 1.0.2 when using VZ as well. It reportedly works fine with QEMU, but fails with VZ. Unfortunately I've not been able to track this further. The error seems related to their local network configuration, as it happens on all their macOS machines. macOS firewall is disabled, and VPN is configured but disconnected. I believe they have some kind of MDM configuration, but don't know any details. |
Also experiencing the same issue reported above. Initially thought this was a networking bug, but this appears to be something related to com.apple.Virtualization.VirtualMachine (vz). With --video specified during
After that, there is no more output, the console accepts no input (although I'm not sure if it should) and the associated Specifying Interestingly, I don't get this issue if I'm using the Edit: Forgot to mention my machine type:
|
Description
Hello,
I'd been working with a VM and then lost access to it. Doing
limactl stop <instance> && limactl start <instance>
didn't seem to help, and now it just gets stuck indefinitelyWaiting for the essential requirement 1 of 3: "ssh"
.Interestingly, this line repeats:
Which seems to me like maybe there's a problem with the bridge interface.
The VM template I'm using looks like this:
Logs look like this:
The text was updated successfully, but these errors were encountered: