Skip to content
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

minishift Failed with FAIL E0512 00:52:28.241953 14348 start.go:494] Error starting the VM: Error creating the VM. Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host #3258

Closed
praveenbommali opened this issue May 11, 2019 · 8 comments

Comments

@praveenbommali
Copy link

General information

  • Minishift version:
  • OS: Windows
  • Hypervisor: VirtualBox

Steps to reproduce

  1. Running under proxy, due to issue download manually oc.exe and minishift-centos7.iso and placed in C:\Users\User.minishift\cache
  2. started minishift by
    C:\minishift>minishift start

Expected

Vm need to be created in VirtualBox - created successfully
Able to launch the minishift from browser

Actual

Vm need to be created in VirtualBox - created successfully
Getting error

Logs

vCPUs : 2
Disk size: 20 GB
-- Starting Minishift VM .................................................... FAIL E0512 01:04:59.774751 14708 start.go:494] Error starting the VM: Error creating the VM. Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host "192.168.99.103:2376": dial tcp 192.168.99.103:2376: i/o timeout
You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'.
Be advised that this will trigger a Docker daemon restart which might stop running containers.
. Retrying.
Error starting the VM: Error creating the VM. Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host "192.168.99.103:2376": dial tcp 192.168.99.103:2376: i/o timeout
You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'.
Be advised that this will trigger a Docker daemon restart which might stop running containers.
You can start Minishift with minishift start --show-libmachine-logs -v5 to collect logs.
Please consider posting this on http://gist.github.com/ and post the link in the issue.

@gbraad
Copy link
Member

gbraad commented May 12, 2019 via email

@praveenbommali
Copy link
Author

Hi

I am not really following your instructions. So you are using proxy? So, where is that information provided? did you manually download/copy files? If so, why?!?? did the connection fail to download? if so, this sounds like a general issue with your networking setup (minishift does support proxy).

Hi ,
Yes I'm under proxy . Its failing to download under proxy , that why i manually placed the files and proceed to execute the image.
How to achieve the installation in corporate network .

While running the oracle virtualbox , minishift trying to provision docker instance, so its failing at that stage, i moved to Hyper-V and able to create vm in Hyper-V but this is error i'm getting

C:\minishift> .\minishift start --show-libmachine-logs --v=5
-- minishift version: v1.33.0+ba29431
-- Starting profile 'minishift'
-- Using proxy for the setup
Using http proxy: proxy-bl3.in623.corpintra.net:3128
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
-- Checking if requested hypervisor 'hyperv' is supported on this platform ... OK
-- Checking if Hyper-V driver is installed ... OK
-- Checking if Hyper-V driver is configured to use a Virtual Switch ...
'Default Switch' ... OK
-- Checking if user is a member of the Hyper-V Administrators group ... OK
-- Checking the ISO URL ... OK
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'hyperv' hypervisor ...
-- Minishift VM will be configured with ...
Memory: 2 GB
vCPUs : 2
Disk size: 20 GB
-- Starting Minishift VM ....Found binary path at .\minishift.exe
Launching plugin server for driver hyperv
Plugin server listening at address 127.0.0.1:52086
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(minishift) Calling .GetMachineName
(minishift) Calling .DriverName
Creating CA: C:\Users\PBOMMAL.minishift\certs\ca.pem
Creating client certificate: C:\Users\PBOMMAL.minishift\certs\cert.pem
Running pre-create checks...
(minishift) Calling .PreCreateCheck
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @(Get-Module -ListAvailable hyper-v).Name | Get-Unique
(minishift) DBG | [stdout =====>] : Hyper-V
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole("S-1-5-32-578")
(minishift) DBG | [stdout =====>] : True
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive [Console]::OutputEncoding = [Text.Encoding]::UTF8; (Hyper-V\Get-VMSwitch).Name
.(minishift) DBG | [stdout =====>] : DockerNAT
(minishift) DBG | Default Switch
(minishift) DBG | New Virtual Switch
(minishift) DBG | InternetSwitch
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) Calling .GetConfigRaw
Creating machine...
(minishift) Calling .Create
(minishift) Downloading C:\Users\PBOMMAL.minishift\cache\boot2docker.iso from file://C:/Users/PBOMMAL/.minishift/cache/iso/minishift-centos7.iso...
.(minishift) Creating SSH key...
(minishift) Creating VM...
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive [Console]::OutputEncoding = [Text.Encoding]::UTF8; (Hyper-V\Get-VMSwitch).Name
.(minishift) DBG | [stdout =====>] : DockerNAT
(minishift) DBG | Default Switch
(minishift) DBG | New Virtual Switch
(minishift) DBG | InternetSwitch
(minishift) Using switch "Default Switch"
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")
(minishift) DBG | [stdout =====>] : True
(minishift) Creating VHD
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\New-VHD -Path 'C:\Users\PBOMMAL.minishift\machines\minishift\fixed.vhd' -SizeBytes 10MB -Fixed
.(minishift) DBG | [stdout =====>] :
(minishift) DBG |
(minishift) DBG | ComputerName : CGSCLXI58640639
(minishift) DBG | Path : C:\Users\PBOMMAL.minishift\machines\minishift\fixed.vhd
(minishift) DBG | VhdFormat : VHD
(minishift) DBG | VhdType : Fixed
(minishift) DBG | FileSize : 10486272
(minishift) DBG | Size : 10485760
(minishift) DBG | MinimumSize :
(minishift) DBG | LogicalSectorSize : 512
(minishift) DBG | PhysicalSectorSize : 512
(minishift) DBG | BlockSize : 0
(minishift) DBG | ParentPath :
(minishift) DBG | DiskIdentifier : B87C11EE-1BB8-417E-98B0-938417B3F3BA
(minishift) DBG | FragmentationPercentage : 0
(minishift) DBG | Alignment : 1
(minishift) DBG | Attached : False
(minishift) DBG | DiskNumber :
(minishift) DBG | IsPMEMCompatible : False
(minishift) DBG | AddressAbstractionType : None
(minishift) DBG | Number :
(minishift) DBG |
(minishift) DBG |
(minishift) DBG |
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | Writing magic tar header
(minishift) DBG | Writing SSH key tar header
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Convert-VHD -Path 'C:\Users\PBOMMAL.minishift\machines\minishift\fixed.vhd' -DestinationPath 'C:\Users\PBOMMAL.minishift\machines\minishift\disk.vhd' -VHDType Dynamic -DeleteSource
.(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Resize-VHD -Path 'C:\Users\PBOMMAL.minishift\machines\minishift\disk.vhd' -SizeBytes 20000MB
.(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\New-VM minishift -Path 'C:\Users\PBOMMAL.minishift\machines\minishift' -SwitchName 'Default Switch' -MemoryStartupBytes 2048MB
.(minishift) DBG | [stdout =====>] :
(minishift) DBG | Name State CPUUsage(%) MemoryAssigned(M) Uptime Status Version
(minishift) DBG | ---- ----- ----------- ----------------- ------ ------ -------
(minishift) DBG | minishift Off 0 0 00:00:00 Operating normally 8.2
(minishift) DBG |
(minishift) DBG |
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMProcessor minishift -Count 2
.(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMDvdDrive -VMName minishift -Path 'C:\Users\PBOMMAL.minishift\machines\minishift\boot2docker.iso'
.(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Add-VMHardDiskDrive -VMName minishift -Path 'C:\Users\PBOMMAL.minishift\machines\minishift\disk.vhd'
(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
(minishift) Starting VM...
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Start-VM minishift
...(minishift) DBG | [stdout =====>] :
(minishift) Waiting for host to start...
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
.(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
.(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
.(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
.(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
.(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
.(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
.(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
.(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
.(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] :
(minishift) DBG | [stderr =====>] :
.(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] :
.(minishift) DBG | [stderr =====>] :
(minishift) Calling .GetConfigRaw
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] : fe80::215:5dff:feb0:6101
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) Calling .DriverName
(minishift) Calling .DriverName
Waiting for machine to be running, this may take a few minutes...
(minishift) Calling .GetState
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
Detecting operating system of created instance...
(minishift) DBG | [stderr =====>] :
Waiting for SSH to be available...
Getting to WaitForSSH function...
(minishift) Calling .GetSSHHostname
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] : fe80::215:5dff:feb0:6101
(minishift) DBG |
(minishift) Calling .GetSSHPort
(minishift) DBG | [stderr =====>] :
(minishift) Calling .GetSSHKeyPath
(minishift) Calling .GetSSHKeyPath
(minishift) Calling .GetSSHUsername
SSH binary not found, using native Go implementation
&{{{ 0 [] [] []} docker [0x7cb810] 0x7cb7e0 [] 0s} fe80::215:5dff:feb0:6101 22 }
About to run SSH command:
exit 0
......Error dialing TCP: dial tcp [fe80::215:5dff:feb0:6101]:22: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
.....Error dialing TCP: dial tcp [fe80::215:5dff:feb0:6101]:22: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
....Error dialing TCP: dial tcp [fe80::215:5dff:feb0:6101]:22: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
.....Error dialing TCP: dial tcp [fe80::215:5dff:feb0:6101]:22: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
....SSH cmd err, output: :
(minishift) Calling .GetSSHHostname
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] : 172.18.176.105
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) Calling .GetSSHPort
(minishift) Calling .GetSSHKeyPath
(minishift) Calling .GetSSHKeyPath
(minishift) Calling .GetSSHUsername
SSH binary not found, using native Go implementation
&{{{ 0 [] [] []} docker [0x7cb810] 0x7cb7e0 [] 0s} 172.18.176.105 22 }
About to run SSH command:
cat /etc/os-release
.............................SSH cmd err, output: : NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

VARIANT="minishift"
VARIANT_VERSION="1.15.0"
BUILD_ID="ce89722-26022019131054-local"

Detecting the provisioner...
Couldn't set key CPE_NAME, no corresponding struct field found
Couldn't set key , no corresponding struct field found
Couldn't set key CENTOS_MANTISBT_PROJECT, no corresponding struct field found
Couldn't set key CENTOS_MANTISBT_PROJECT_VERSION, no corresponding struct field found
Couldn't set key REDHAT_SUPPORT_PRODUCT, no corresponding struct field found
Couldn't set key REDHAT_SUPPORT_PRODUCT_VERSION, no corresponding struct field found
Couldn't set key , no corresponding struct field found
Couldn't set key VARIANT_VERSION, no corresponding struct field found
Couldn't set key BUILD_ID, no corresponding struct field found
Provisioning with minishift...
No storage driver specified, instead using 'overlay2'

Setting hostname ...
(minishift) Calling .GetMachineName
(minishift) Calling .GetSSHHostname
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minishift ).networkadapters[0]).ipaddresses[0]
(minishift) DBG | [stdout =====>] : 172.18.176.105
(minishift) DBG |
(minishift) DBG | [stderr =====>] :
(minishift) Calling .GetSSHPort
(minishift) Calling .GetSSHKeyPath
(minishift) Calling .GetSSHKeyPath
(minishift) Calling .GetSSHUsername
SSH binary not found, using native Go implementation
&{{{ 0 [] [] []} docker [0x7cb810] 0x7cb7e0 [] 0s} 172.18.176.105 22 }
About to run SSH command:
sudo hostname minishift && echo "minishift" | sudo tee /etc/hostname
................

@gbraad
Copy link
Member

gbraad commented May 14, 2019 via email

@praveenbommali
Copy link
Author

this error is usually caused when you have a n existing VM that changed IP address. Try removing this VM and use a start that starts a clean instance.

On Sun, May 12, 2019, 03:55 PraveenBommali @.***> wrote: General information - Minishift version: - OS: Windows - Hypervisor: VirtualBox Steps to reproduce 1. Running under proxy, due to issue download manually oc.exe and minishift-centos7.iso and placed in C:\Users\User.minishift\cache 2. started minishift by C:\minishift>minishift start Expected Vm need to be created in VirtualBox - created successfully Able to launch the minishift from browser Actual Vm need to be created in VirtualBox - created successfully Getting error Logs vCPUs : 2 Disk size: 20 GB -- Starting Minishift VM .................................................... FAIL E0512 01:04:59.774751 14708 start.go:494] Error starting the VM: Error creating the VM. Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host "192.168.99.103:2376": dial tcp 192.168.99.103:2376: i/o timeout You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'. Be advised that this will trigger a Docker daemon restart which might stop running containers. . Retrying. Error starting the VM: Error creating the VM. Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host "192.168.99.103:2376": dial tcp 192.168.99.103:2376: i/o timeout You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'. Be advised that this will trigger a Docker daemon restart which might stop running containers. You can start Minishift with minishift start --show-libmachine-logs -v5 to collect logs. Please consider posting this on http://gist.github.com/ and post the link in the issue. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#3258>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAAOZVAH6Z2XCALYWIT633PU4QCTANCNFSM4HMI4CAQ .

Hi, I tried in that way lot of times, still failing some time , out of memory issue, even i have enough memory ,
or i'm getting tcp disconnect error ,
can you please me out, how to run the with static ip , under proxy network

@gbraad
Copy link
Member

gbraad commented May 15, 2019 via email

@stale
Copy link

stale bot commented Jul 14, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/stale label Jul 14, 2019
@praveenbommali
Copy link
Author

Still this issue was remains in my local , I'm not sure, reason, I tried all options mentioned above but , i think the issue with I'm running under proxy with windows 10 . Same setup i ran in macos ,I'm able to succeed and launch the application.
Can you please provide , end to end setup for windows 10 installation , with pre-requisites

@stale stale bot removed the status/stale label Jul 15, 2019
@stale
Copy link

stale bot commented Sep 13, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/stale label Sep 13, 2019
@stale stale bot closed this as completed Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants