-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Colima unable to start - stuck on sshfs binary install #871
Comments
Below is information and a workaround I got from my colleague. I take no credit. Colima switched from Alpine to Ubuntu as its underlying host VM OS starting with v6.0. If you tail the logs during startup ( Here is a temporary workaround. There's no need to uninstall colima ssh -- sh -c "sudo apt-get update && sudo apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew sshfs" This forces a package update and the installation of |
Unfortunately it seems that probably isn't my issue. My serialv.log is empty and when I tried to run the command you listed, I get the following:
|
Hmm. Can you paste your |
No proxies defined there, just auth keys
|
I use {
"proxies": {
"default": {
"httpProxy": "http://host.lima.internal:3128",
"httpsProxy": "http://host.lima.internal:3128",
"noProxy": "127.0.0.1,localhost,host.lima.internal,.local,.internal,169.254.169.254,*.mycompany.com"
}
},
"currentContext": "colima"
} |
I can confirm that 0.6.5 does not fix the
|
sshfs doesn't install, docker pull doesn't work if using proxy even if env variables are defined and seen in colima ssh. |
This is currently being worked on to ensure that no package downloads are required during initial startup, similar to v0.5.x. |
This should be fixed in v0.6.7. |
Description
After updating to 0.6.2, I am unable to start Colima. It hangs on this step:
[hostagent] Waiting for the essential requirement 3 of 5: "sshfs binary to be installed"
and eventually fails like this:
This happens after a reinstall of Colima and Lima. I have cleared the Colima cache as well as restarted my computer.
Version
colima version 0.6.2
git commit: 22d7e5f
limactl version 0.18.0
qemu-img version 8.1.2
Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
Operating System
Output of
colima status
FATA[0000] error retrieving current runtime: empty value
Reproduction Steps
Expected behaviour
Colima to start. It has previously on this device.
Additional context
My company uses proxies, but I have tried to disable them and use a non-work network to perform the install and startup. Previously (version 0.5.2) I couldn't start Colima unless I was off vpn and had set the proxies accordingly. Now even that won't work.
The text was updated successfully, but these errors were encountered: