-
Notifications
You must be signed in to change notification settings - Fork 108
dinghy halt && dinghy up result in error #290
Comments
Check the https://github.com/Parallels/docker-machine-parallels project for any open related issues, it sounds like the driver is having trouble SSHing to the VM to verify that it is alive and running. In the past, similar issues with Parallels have been fixed with a reboot, which might be good thing to try -- a lot easier than destroying and re-creating the VM while we hopefully track this down. |
Could not find any issue at docker-machine-parallels. |
For what it's worth I'm also running Parallels 15.1.0 on macOS Catalina with no issues. |
Interesting. How did you install docker & Co? |
I used
For reference here's my ansible setup: https://github.com/outstand/dash/blob/master/ansible/mac.yml |
Thanks for sharing. |
@ryansch is the ranger os image you are using here https://github.com/outstand/dash/blob/9de4f58956a86fb803743fdba17e76ee2e3fb610/docker/dinghy-preferences.yml#L7 |
hm, that stinks that it persists even across restarts. Do you run into the same issue if you create a VM using docker-machine without dinghy at all? Something like:
Are you using your parallels install successfully for any other VMs? If you aren't particularly tied to using parallels, our experience has been that the xhyve driver seems to be the most stable one overall, you could switch to that. I'd love to see this fixed if possible though. |
I have an other machine (not docker, windows 10) running without any issues. The upper test you described (creating a new docker-machine) results to the same error after stop and start the new genrated testmachine:
|
BTW.: I have the exact same problems on two macs (iMac + MacBook Pro) after updating them to macOS Catalina |
I have solved the problem partly: Unfortunately |
Too soon looked forward to :-( |
Darn. Unfortunately there's not anything I can do to fix this, your direct |
@mediaessenz It might be interesting to see what the VM is doing when it gets stuck. Have you tried opening Parallels to see what gets logged to the console? |
@ryansch The first (but working) start shows several errors:
The second (not working) start (after dinghy halt && dinghy up) shows only one warning:
Do you see the same messages in your working system? |
I opened an issue at docker-machine-parallels now: Parallels/docker-machine-parallels#83 |
A short update: |
FYI: It seems that this issue only exists under newer boot2docker versions like 19.03.5: @ryansch: Could it be that the ranger os image you use in your setup based on an older kernel version (~4.9)? That would explain why you have no problems. For all the other poor souls out there:
and rebuild your dinghy vm again: |
Nice, it's great news that you got it tracked down. You can also pass We can leave this issue open until it is fixed upstream, so it's a bit easier for others to find. |
Starting "dinghy up" the first time works without problem.
If I stop dinghy by typing "dinghy halt" or "dinghy stop" the system stopps also without any issues.
But if I try to restart it again with "dinghy up" I always get this error:
I already tried to use
docker-machine --debug start dinghy
to get more details about the problem, but I do not understand it.Before the upper error is thrown, this message repeats 10 times:
The only way to get my development system running again is to destroy the dinghy machine and create a new one. This is really bad, because important datas of my containers gets destroyed as well.
I use parallels pro 15.1.0 on macOS 10.15 (Catalina)
The text was updated successfully, but these errors were encountered: