Open joachim-n opened 10 months ago
Maybe relevant: I installed and ran Orbstack so I could do some work.
This appeared to fix the problem with colima start
as when I tried it again, it worked!
I keep running into the same problem every other day. Sometimes rebooting does fix it, but today for example it doesn't.
Last time I had to delete all containers and re-create them, which made me lose progress due to now having a daily snapshot.
Is there any solution to this that doesn't require completely wiping the containers?
This appeared to fix the problem with colima start as when I tried it again, it worked!
Running Orbstack didn't fix the problem the second time I tried it.
I can confirm that rebooting doesn't always work.
I had this issue today, the error (if is the same) lies in lima, which now have an improved network stack more info
So I ended up deleting all (brew remove qemu lima colima && rm -rf ~/.lima && rm -rf ~/.colima
) and reinstalling it...
Possibly removing only lima and reinstalling it could work... also apparently to this could be only a configuration file in lima; but since I didn't care about deleting everything I went for the easy fix
I had this issue today, the error (if is the same) lies in lima, which now have an improved network stack more info
I only used colima since mid Oct, so it always had the improved network stack as far as I see. Also nothing changed on my system from the last time I ran colima (15th Dec) to till today. So that shouldn't be the issue, or am I missing something?
So I ended up deleting all (
brew remove qemu lima colima && rm -rf ~/.lima && rm -rf ~/.colima
) and reinstalling it...
I actually tried that as a last resort and it didn't work. So for now I installed Orbstack to at least get my ddev intsances backup and running. However since it isn't free I would love to use colima again.
Same here. I've just updated Ventura from 13.6.1 to 13.6.3, and it broke down; maybe it's related? Removing qemu & restart worked for me right now, but I hope it won't get back.
I was able to fix such an issue by running rm -rf ~/.colima/_lima/_networks/user-v2
. but still it should not occur in the first place.
Thanks @AndreasA removing the folder worked also in my case.
it might also be enough to just remove the .pid file in that folder. but to be safe removing the whole folder might be better.
I was able to fix such an issue by running
rm -rf ~/.colima/_lima/_networks/user-v2
. but still it should not occur in the first place.
I've tried this, and it does work for me.
I was able to fix such an issue by running
rm -rf ~/.colima/_lima/_networks/user-v2
. but still it should not occur in the first place.I've tried this, and it does work for me.
Both renaming the profile (I use --profile test
), forcing reachable networks --network-address
& removing the former _network worked for me: I was able to recover my containers & images.
I am not sure wether profile renaming & reachable network are mandatory.
I was able to fix such an issue by running
rm -rf ~/.colima/_lima/_networks/user-v2
. but still it should not occur in the first place.I've tried this, and it does work for me.
Both renaming the profile (I use
--profile test
), forcing reachable networks--network-address
& removing the former _network worked for me: I was able to recover my containers & images.I am not sure wether profile renaming & reachable network are mandatory.
Profile renaming is useless: I was able to restart w/o it.
This is also reproducible in Apple Silicon >= 14 (Sonoma)
Workaround of AndreasA seem to temporarily solve the issue.
@deltakapa I started having this very weird behavior on colima since yesterday and nothing is solving it.. trying install // reinstall with brew
, deleting all config files, the @AndreasA solution, I am on MacOS 14.3.1
.
Update: @jbcjorge 's solution just worked for, brew remove qemu lima colima && rm -rf ~/.lima && rm -rf ~/.colima
Had the same issue, installed and uninstalled a few times, restarted a few times, still no use.
This is what worked in the end (not sure if all steps are required exactly like this).
brew uninstall --zap qemu colima lima docker
brew autoremove
rm -rf ~/.colima && rm -rf ~/.lima && rm -rf ~/Library/Caches/lima
<restart>
brew update && brew upgrade
brew install lima
brew install --HEAD colima
brew install docker
colima start --cpu 4 --memory 6 --disk 100 --arch aarch64 --vm-type=vz
sudo ln -sf /Users/$USER/.colima/docker.sock /var/run/docker.sock
A bit brute force, but it worked.
All of these solutions, especially those that require removing and reinstalling colima are only fixing the symptoms but not the actual underlying issue.
I would love to see this resolved, but so far there doesn't seem to be any progress or even recognition of the issue?
it might also be enough to just remove the .pid file in that folder. but to be safe removing the whole folder might be better.
Removing only the pid file fixed this issue for me. Thanks @AndreasA!
rm -rf ~/.colima/_lima/_networks/user-v2
Also worked for me! thank you!
it might also be enough to just remove the .pid file in that folder. but to be safe removing the whole folder might be better.
Thank you @AndreasA ! I had the same problem after upgrading to MacOS Ventura 13.6.4. Simply removing _~/.colima/_lima/_networks/user-v2/usernetuser-v2.pid solved the problem. You saved my day!
Could Colima act on shutdown to delete that .pid file?
Could Colima act on shutdown to delete that .pid file?
What if you just click upgrade. Would Colima be shutdown when restarting?
@AndreasA fix worked for me too 👍
@AndreasA Thank you! It solved my problem!
I was able to fix such an issue by running
rm -rf ~/.colima/_lima/_networks/user-v2
. but still it should not occur in the first place.
It work for me on Sonoma 14.4.1, Thanks!
For me the above suggestions did not help. I was abel to fix it with:
colima stop -f && colima start
i am now using DDEV with lima
. no issues so far.
I was able to fix such an issue by running
rm -rf ~/.colima/_lima/_networks/user-v2
. but still it should not occur in the first place.
It worked for me too, thanks.
Other solutions like re-installing or restarting didnt help in my case but
removing ~/.colima/_lima/_networks/user-v2/usernet_user-v2.pid
file worked for me
All of these solutions, especially those that require removing and reinstalling colima are only fixing the symptoms but not the actual underlying issue.
I would love to see this resolved, but so far there doesn't seem to be any progress or even recognition of the issue?
Hero! It works for me. Thanks.
delete pid work for me, I met this issue yesterday, I tried to delete ~/.colima/_lima/_networks/user-v2 too, after recovery, I lost every containers and images, anyone met this case as well?
Other solutions like re-installing or restarting didnt help in my case but removing
~/.colima/_lima/_networks/user-v2/usernet_user-v2.pid
file worked for me
This work for me
Other solutions like re-installing or restarting didnt help in my case but removing
~/.colima/_lima/_networks/user-v2/usernet_user-v2.pid
file worked for me
This works, thank you!
I was able to fix such an issue by running
rm -rf ~/.colima/_lima/_networks/user-v2
. but still it should not occur in the first place.
Months ago I tried the solution from @AndreasA and It worked, but I lost all my containers and my images, which is not a big deal, but I prefer not lost them.
it might also be enough to just remove the .pid file in that folder. but to be safe removing the whole folder might be better.
I had the same problema again and tried the other option from AndreasA, remove only the usernet_user-v2.pid
file and it worked but the result is the same, I lost my containers and images.
@JDavidMares do you have multiple user accounts on your mac?
@abiosoft No, my user is the admin
I would dig a bit more into this, it should not be happening.
@abiosoft Ok, If I can help you with any logs or something like that, just let me know
Other solutions like re-installing or restarting didnt help in my case but removing
~/.colima/_lima/_networks/user-v2/usernet_user-v2.pid
file worked for me
Helped me too, thanks :)
it might also be enough to just remove the .pid file in that folder. but to be safe removing the whole folder might be better.
removing just the PID file worked for me, as a workaround. Would still love for this to stop happening, of course 😁
rm ~/.colima/_lima/_networks/user-v2/usernet_user-v2.pid
Thanks @AndreasA!
it might also be enough to just remove the .pid file in that folder. but to be safe removing the whole folder might be better.
removing just the PID file worked for me, as a workaround. Would still love for this to stop happening, of course 😁
rm ~/.colima/_lima/_networks/user-v2/usernet_user-v2.pid
Actually, though, the problem came back after the next restart
it might also be enough to just remove the .pid file in that folder. but to be safe removing the whole folder might be better.
removing just the PID file worked for me, as a workaround. Would still love for this to stop happening, of course 😁
rm ~/.colima/_lima/_networks/user-v2/usernet_user-v2.pid
Actually, though, the problem came back after the next restart
😭
Deleting the whole directory rm -rf ~/.colima/_lima/_networks/user-v2/
resolved the error, but blew away my all my virtual machines and volumes, causing me to lose days of work...
I was able to fix such an issue by running
rm -rf ~/.colima/_lima/_networks/user-v2
. but still it should not occur in the first place.
This resolved my issue 👍. Can somebody explain what this does?
Description
When I do
colima start
I get this:The last item in the log is this:
I've tried restarting my mac but the error still occurs
Version
colima version 0.6.1 git commit: fa1bc249f921287745f01fb02075c9ecbb491c31 limactl version 0.18.0 qemu-img version 8.1.3 Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
Operating System
Output of
colima status
FATA[0000] colima is not running
Reproduction Steps
colima start
Expected behaviour
No response
Additional context
No response