-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Docker machine install issues #1029
Comments
"C:\Program Files\Docker Toolbox\kitematic\resources\resources\docker-machine.exe -D create -d virtualbox --virtualbox-memory 2048 default returned non zero exit code. Stderr: Converting from raw image file="stdin" to file="C:\Users\disk.vmdk"... Creating dynamic image with size 20971520000 bytes (20000MB)... Error creating machine: exit status 1 You will want to check the provider to make sure the machine and associated resources were properly removed." |
Segmentation fault from #956 by @thomasshanks When I attempt to run Kitematic from Finder, the icon bounces for one second and disappears. When I attempt to start it from the terminal, I get: myhostname:MacOS tshanks$ ./Electron In the log, I have- 8/18/15 9:30:34.039 PM ReportCrash[4697]: Saved crash report for ReportCrash[4696] version 418 to /Users/myusername/Library/Logs/DiagnosticReports/ReportCrash_2015-08-18-213034_myhostname.crash That crash report contains: Process: ReportCrash [4696] Date/Time: 2015-08-18 21:30:33.688 -0700 Crashed Thread: 7 Exception Type: EXC_BAD_ACCESS (SIGSEGV) VM Regions Near 0x7ffab6400000: --> Application Specific Information: Thread 7 Crashed: I just installed it today, so I should have the latest version. I'm running on Mac OS X 10.8.5. |
@Dmitry1987 Although the hope is to make a tool work everywhere, there's unfortunately certain use cases that we cannot foresee and unfortunately breaks the 'Grandma experience' We have a wiki that has some windows information, which may be of help to you: |
@FrenchBen Then this tool have to be packed inside with proper and configured standalone virtualbox that will run the machines. On the other hand, Vagrant has access to my installed regular virtualbox with no issues, creating and deleting machines, and never saw any warnings or errors. If Vagrant can - this tool can :) . |
What does Vagrant do with your regular Virtualbox? |
Vagrant can create new VMs, download boxes and run them (VMs of someone else), destroy boxes (delete vm). It operates all virtualbox as it needs, I never saw issues or even warnings. and vagrant is a simple cli tool... your app also can be as good as vagrant with operating virtualbox. there are no reasons for end-user to start troubleshooting anything on his PC to run docker on top of virtualbox.... good luck in development =) |
@Dmitry1987 The question was more of a 'what do you do with your Vagrant VM' - How do you use them? Do you SSH into them? Do you use them to serve external services? Do you mount volumes? etc. |
oh, I use the VMs for testing stuff, like a cluster of Consul+Vault servers, testing Chef cookbooks and recipes. A way back I was using them to test Ansible playbooks on different distros as once (centos / ubuntu), and stuff like that...
hope it helps =) |
This conversation is pointless, this issue should be closed as most issues are solved using the latest version of Virtualbox and Toolbox. Vagrant is not doing anything special nor it has ever done, or it will ever do. The same issues can be found by using Vagrant as the ones here if you try to do the same thing with the same versions reported. |
@radum 👍 |
I installed Docker Toolbox on Windows 10 and started Kitematic (Alpha). This results in a setup error: connect ETIMEDOUT. Only when I click the 'USE VIRTUALBOX' button am I able to start Kitematic successfully. Note that my vm named 'default' was already running in VirtualBox so I didn't think I have to click the 'USE VIRTUALBOX' button. I am using Docker version 1.11.2 and Kitematic version 0.35.4. |
@kimbaudi It is as expected - On windows, we are in favor of Docker for Windows. |
@zoujyjs Can you open a PowerShell window and do |
Same issue here, however I must use Hyper-V, because of other VMs on hyper-v running on my machine (phone emulators). Thus, docker is not really usable from me. I'm a beginner user and love the Kitematic interface. I can't click "use VirtualBox" because it doesn't work with Hyper-V running. I can do docker ps from powershell. Docker 1.12.0-rc4-beta19 and Kitematic v0.35.4. |
@nokola I haven't had any issues in the past - I'll do some QA again to confirm that everything is working as expected |
Thanks @FrenchBen , if you'd like we could sync up on Skype and I can share the screen. Haven't been able to resolve this for week+ now. Installed clean Windows 10 10586 2 days ago, enabled Hyper-V, installed Docker 1.12.0-rc4-beta19 and Kitematic v0.35.4 and I see the issue outright. |
@nokola I ping'd you via email :) |
@nokola @FrenchBen I use a cygwin mintty, but whether a container is running (which will show up in the output of |
Yes! thanks @zoujyjs . @FrenchBen, I just tried disabling the network adapter for my wired network. When I do this, Kitematic connects to Docker immediately! Of course, after that I can't download anything since I don't have internet connection :) |
@nokola of course you can enable the network after the connection :) |
Doesn't work @zoujyjs . Kitematic can't connect to docker again then to download/run the image. I tried! :) |
@nokola |
@nokola Hi, you should try the latest release, which has fixed this issue. |
With a focus towards Docker for Mac/Windows, I'm closing this. |
Merging in the issues here for discussion. Please leave notes here. Otherwise, please browse the issues closed here to see logs.
If you have new logs, please post it here to help us reproduce.
Please send us reproduction steps if you have a method to reproduce!
The text was updated successfully, but these errors were encountered: