-
-
Notifications
You must be signed in to change notification settings - Fork 420
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 not starting on Mac M2 #1248
Comments
I do not have an m2 device to test with. However, this seems to caused by the username having a I would try to reproduce this when I have some time. |
@abiosoft Thanks for the reply. Sure, do let me know if you find something |
@abiosoft - i face the same issue, i have m3 sonoma and i dont think its because of the . in username
|
Colima is failing to start for me as well. When I try to use |
A colleague of mine had the same issue, and the problem was that it had a broken symlink in |
Worked for me |
@dcitterio removing the symlink worked for me as well. Thanks! |
Hey, thanks for sharing. Not sure where this file is located, do you mind sharing instructions to find/solve it? thanks~ |
I think it is trying to match the name with the regex. and it seems it should start with a-z or _ |
@bsavocad This is how I did it: sudo rm /var/run/docker.sock
colima delete
colima start # should work now (Note that for me the file was not in |
I had a similar issue where my Colima instance would not start. I tried uninstalling Colima using Homebrew which did not help. But removing docker.sock did. On my machine the sudo disabled, but I was able to remove the sock file from my user space because /var/run/docker.sock was just a symlink. After that, reinstalling Colima and starting the VM with Docker worked fine. |
Colima start should remove that socket by itself. |
Description
On running
colima start
on a Mac M2 machine, I'm stuck atVersion
Operating System
Output of
colima status
Reproduction Steps
The issue is not reproducable as colima is working fine in other M2 systems.
Expected behaviour
Colima should start properly and the terminal should not be stuck
Additional context
Tried reinstalling colima, restarting the system
The text was updated successfully, but these errors were encountered: