-
-
Notifications
You must be signed in to change notification settings - Fork 428
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 stop fails #589
Comments
Did you recently upgrade? Nonetheless, this should be handled. No error is supposed to prevent a stop. |
Not upgraded, but I installed colima yesterday using brew ( $ which pkill
/usr/local/bin/pkill |
It seems your |
@abiosoft interesting. I never updated this piece of software myself, as I don't even knew it existed. I checked for symlinks and seems like it was installed by some package from brew, but I don't know how to investigate which one installed it. ls -lhsa $(which pkill)
0 lrwxr-xr-x 1 [User] [Group] 37B Aug 26 2021 /usr/local/bin/pkill -> ../Cellar/proctools/0.4pre1/bin/pkill Running The version of this pkill is $ pkill -V
pkill (proctools 0.4pre1) http://proctools.sourceforge.net Sorry for causing any disturbance. Removing the If you think it's a fluke, feel free to close the ticket. |
I'm having this same issue today, and I have the computer-standard
|
@williamokano-dh it's not a fluke, your scenario shouldn't prevent Colima from stopping. It will be fixed. @rhess-rms your issue looks different. You can try stopping with |
@williamokano-dh this should be fixed now. You can try the development version with |
I'm having an issue with stopping Colima as well. I'm on 0.5.3.
Afterwards:
|
@Vandaahl your issue different and it's specific to the VZ driver. It is being tracked upstream at lima-vm/lima#1381. |
do pgrep of the qemu and kill it, colima will response then |
Description
I started the colima using
colima start
as per documentation and noticed that it doesn't forward the SSH by default. I tried stopping colima for start usingcolima start --ssh-agent
but I cannot stop colima. Triedcolima stop
and evencolima stop -f
and always get the below error.Version
Colima Version: 0.5.2
git commit: 6b5b6fe
runtime: docker
arch: x86_64
Lima Version: 0.14.2
Qemu Version: 7.2.0
Operating System
Output of
colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: x86_64
INFO[0000] runtime: docker
INFO[0000] mountType: sshfs
INFO[0000] socket: unix:///Users/[User]/.colima/default/docker.sock
Reproduction Steps
colima start
colima stop
Expected behaviour
Colima should stop running gracefully
Additional context
No response
The text was updated successfully, but these errors were encountered: