Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Docker machine install issues #1029

Closed
mchiang0610 opened this issue Sep 11, 2015 · 75 comments
Closed

Docker machine install issues #1029

mchiang0610 opened this issue Sep 11, 2015 · 75 comments

Comments

@mchiang0610
Copy link
Contributor

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!

@mchiang0610
Copy link
Contributor Author

Most common issue:
image

"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."

@mchiang0610
Copy link
Contributor Author

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
Segmentation fault: 11
myhostname:MacOS tshanks$

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]
Path: /System/Library/CoreServices/ReportCrash
Identifier: ReportCrash
Version: 418
Code Type: X86-64 (Native)
Parent Process: launchd [154]
User ID: 501

Date/Time: 2015-08-18 21:30:33.688 -0700
OS Version: Mac OS X 10.8.5 (12F2560)
Report Version: 10
Sleep/Wake UUID: 48513EEE-BCF8-4E30-B774-8FEFAA928582

Crashed Thread: 7

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00007ffab6400000

VM Regions Near 0x7ffab6400000:
MALLOC_TINY 00007ffab4800000-00007ffab6400000 [ 28.0M] rw-/rwx SM=PRV

-->
STACK GUARD 00007fff58c71000-00007fff5c471000 [ 56.0M] ---/rwx SM=NUL stack guard for thread 0

Application Specific Information:
Analyzing process: Electron[4695], path: /Applications/Docker/Kitematic (Beta).app/Contents/MacOS/Electron; parent process: bash[4646], path: /bin/bash

Thread 7 Crashed:
0 libsystem_c.dylib 0x00007fff8e229408 strcpy + 104
1 com.apple.CoreSymbolication 0x00007fff882e6c00 0x7fff8828b000 + 375808
2 com.apple.CoreSymbolication 0x00007fff88294154 0x7fff8828b000 + 37204
3 com.apple.CoreSymbolication 0x00007fff882c601f 0x7fff8828b000 + 241695
4 com.apple.CoreSymbolication 0x00007fff882922ad 0x7fff8828b000 + 29357
5 com.apple.CoreSymbolication 0x00007fff88291d4c 0x7fff8828b000 + 27980
6 com.apple.CoreSymbolication 0x00007fff882bdc88 0x7fff8828b000 + 208008
7 com.apple.CoreSymbolication 0x00007fff8828dfbe 0x7fff8828b000 + 12222
8 com.apple.CoreSymbolication 0x00007fff8828df3e 0x7fff8828b000 + 12094
9 libsystem_c.dylib 0x00007fff8e23b772 _pthread_start + 327
10 libsystem_c.dylib 0x00007fff8e2281a1 thread_start + 13

I just installed it today, so I should have the latest version. I'm running on Mac OS X 10.8.5.

@mchiang0610
Copy link
Contributor Author

image

image

@mchiang0610
Copy link
Contributor Author

Some users hit GitHub limit.

This is GitHub rate limiting your network. Please check if you are under proxy or VPN that's spamming GitHub and are getting blocked.

image

@FrenchBen
Copy link
Contributor

@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'
If you look at the log info (creating a gist would've actually helped us) there's very little provided to assist you, but we can assume that virtualbox encountered a certain issue.

We have a wiki that has some windows information, which may be of help to you:
https://github.com/docker/kitematic/wiki/Common-Issues-and-Fixes#windows-10

@Dmitry1987
Copy link

@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 :) .

@FrenchBen
Copy link
Contributor

What does Vagrant do with your regular Virtualbox?

@Dmitry1987
Copy link

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 =)

@FrenchBen
Copy link
Contributor

@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.

@Dmitry1987
Copy link

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...

  1. yes, i ssh into them too of course :) .
    I like how vagrant quickly creates and destroys a machine, it's so cool.
  2. I never used it to serve any services externally.
  3. i don't mount stuff, usually all tests done on main volume.

hope it helps =)

@radum
Copy link

radum commented Feb 9, 2016

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.

@FrenchBen
Copy link
Contributor

@radum 👍

@kimbaudi
Copy link

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.

1

@FrenchBen
Copy link
Contributor

@kimbaudi It is as expected - On windows, we are in favor of Docker for Windows.
Simply click USE VIRTUALBOX to use VirtualBox instead

@zoujyjs
Copy link

zoujyjs commented Jul 9, 2016

Using kitematic with docker for windows, I got this error:
image

The address seems like a public address. And I can't ping it.

@FrenchBen
Copy link
Contributor

@zoujyjs Can you open a PowerShell window and do docker ps?

@nokola
Copy link

nokola commented Jul 15, 2016

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.
Has anyone heard anything about a proper fix for this issue?

@FrenchBen
Copy link
Contributor

@nokola I haven't had any issues in the past - I'll do some QA again to confirm that everything is working as expected

@nokola
Copy link

nokola commented Jul 15, 2016

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.

@FrenchBen
Copy link
Contributor

@nokola I ping'd you via email :)

@zoujyjs
Copy link

zoujyjs commented Jul 16, 2016

@nokola @FrenchBen I use a cygwin mintty, but whether a container is running (which will show up in the output of docker ps) or not (docker ps gives empty) doesn't change the behavior (connect ETIMEOUT to a public ip). But if I disable the network connection by turning my laptop into the airplane mode and open Kitematic again, it will be fine. And the public ip looks very likely being my NSP's. Hope this will help you to locate the problem.

@nokola
Copy link

nokola commented Jul 16, 2016

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 :)

@zoujyjs
Copy link

zoujyjs commented Jul 17, 2016

@nokola of course you can enable the network after the connection :)

@nokola
Copy link

nokola commented Jul 17, 2016

Doesn't work @zoujyjs . Kitematic can't connect to docker again then to download/run the image. I tried! :)

@zoujyjs
Copy link

zoujyjs commented Jul 17, 2016

@nokola
Wtf.. I haven't try that..

@zoujyjs
Copy link

zoujyjs commented Aug 2, 2016

@nokola Hi, you should try the latest release, which has fixed this issue.

@FrenchBen
Copy link
Contributor

With a focus towards Docker for Mac/Windows, I'm closing this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests