-
Notifications
You must be signed in to change notification settings - Fork 659
Stuck on Waiting for the essential requirement 1 of 3: "ssh" #18
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
Comments
For me it took like 10 mins to get to step 2, and 10 moreto get to step 3, but it ended up throwing another error anyway afterwards :( |
Please try v0.3.0. If it still does not work, please upload |
libslirp 4.6.0 (used by QEMU) turned out to be broken: https://gitlab.freedesktop.org/slirp/libslirp/-/issues/48 Homebrew/homebrew-core#79479 Users using libslirp 4.6.0 have to downgrade libslirp to 4.5.0 (until they fixes the issue) brew uninstall --ignore-dependencies libslirp
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a53ffe2362d2a7e55fd1a8a9bc71c1ec15bb00/Formula/libslirp.rb
brew install ./libslirp.rb |
I also got the same error using libslirp 4.6.0.
|
@tnk4on Since you are installing from a local recipe, does it matter that brew updates its git checkout? It should not upgrade libslirp until you run |
@jandubois Sorry, I'm not familiar with
The same goes for another Mac I own. So, I had to turn off automatic updates and run it.
|
libslirp v4.6.1 with the fix is now available on homebrew |
If somebody is still seeing the issue, please open a new ticket with |
(base) tylerjaacks in ~ λ limactl start default
INFO[0027] Attempting to download the image from "file:///Users/tylerjaacks/Downloads/hirsute-server-cloudimg-amd64.img"
curl: (37) Couldn't open file /Users/tylerjaacks/Downloads/hirsute-server-cloudimg-amd64.img
INFO[0027] Attempting to download the image from "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 548M 100 548M 0 0 7790k 0 0:01:12 0:01:12 --:--:-- 8069k
INFO[0099] Starting QEMU
INFO[0099] SSH: 127.0.0.1:60022
INFO[0099] Waiting for the essential requirement 1 of 3: "ssh"
INFO[0109] Waiting for the essential requirement 1 of 3: "ssh"
INFO[0119] Waiting for the essential requirement 1 of 3: "ssh"
INFO[0129] Waiting for the essential requirement 1 of 3: "ssh"
INFO[0139] Waiting for the essential requirement 1 of 3: "ssh"
INFO[0149] Waiting for the essential requirement 1 of 3: "ssh"
INFO[0159] Waiting for the essential requirement 1 of 3: "ssh"
The text was updated successfully, but these errors were encountered: