docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.23k stars 1.41k forks source link

Windows 10 - Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command. #1568

Closed suriyaa closed 8 years ago

suriyaa commented 8 years ago

Hello,

I tried to solve #1564 but I found some other problems.

When I click 'Quick Start Terminal' it works fine. But when I start the Kitematic software and create a container from a project I get the same problem like in #1564.

My problem

Here is the error I am getting:

Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.

I tried to fix the error

I run:

Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Suriyaa>docker-machine stop default
Stopping "default"...
Machine "default" is already stopped.

C:\Users\Suriyaa>docker-machine start default
Starting "default"...
(default) Check network to re-create if needed...
(default) Waiting for an IP...
Machine "default" was started.
Waiting for SSH to be available...
Detecting the provisioner...
Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.

C:\Users\Suriyaa>docker-machine env default
SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.99.100:2376
SET DOCKER_CERT_PATH=C:\Users\Suriyaa\.docker\machine\machines\default
SET DOCKER_MACHINE_NAME=default
REM Run this command to configure your shell:
REM     FOR /f "tokens=*" %i IN ('docker-machine env default') DO %i

C:\Users\Suriyaa>docker-machine restart default
Restarting "default"...
Waiting for SSH to be available...
Detecting the provisioner...
Restarted machines may have new IP addresses. You may need to re-run the `docker-machine env` command.

C:\Users\Suriyaa>docker-machine env
SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.99.100:2376
SET DOCKER_CERT_PATH=C:\Users\Suriyaa\.docker\machine\machines\default
SET DOCKER_MACHINE_NAME=default
REM Run this command to configure your shell:
REM     FOR /f "tokens=*" %i IN ('docker-machine env') DO %i

C:\Users\Suriyaa>docker-machine restart default
Restarting "default"...
Waiting for SSH to be available...
Detecting the provisioner...
Restarted machines may have new IP addresses. You may need to re-run the `docker-machine env` command.

C:\Users\Suriyaa>

VirtualBox log

And I cat the log in C:\Users\Suriyaa\.docker\machine\machines\default\default\Logs\VBox.log:

VirtualBox VM 4.3.36 r105129 win.amd64 (Jan 19 2016 19:13:57) release log
00:00:00.602825 Log opened 2016-03-23T13:57:48.447592400Z
00:00:00.602827 Build Type: release
00:00:00.602831 OS Product: Unknown NT v10.0
00:00:00.602833 OS Release: 10.0.10586
00:00:00.602834 OS Service Pack: 
00:00:00.766782 DMI Product Name: Aspire E1-570
00:00:00.771857 DMI Product Version: V2.02
00:00:00.771865 Host RAM: 3911MB total, 1389MB available
00:00:00.771868 Executable: C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe
00:00:00.771869 Process ID: 4212
00:00:00.771870 Package type: WINDOWS_64BITS_GENERIC
00:00:00.784025 Installed Extension Packs:
00:00:00.784077   None installed!
00:00:01.004492 SUP: Loaded VMMR0.r0 (C:\Program Files\Oracle\VirtualBox\VMMR0.r0) at 0xfffff800cbe70000 - ModuleInit at fffff800cbe8faf0 and ModuleTerm at fffff800cbe8fe00 using the native ring-0 loader
00:00:01.015764 SUP: VMMR0EntryEx located at fffff800cbe91f50, VMMR0EntryFast at fffff800cbe90180 and VMMR0EntryInt at fffff800cbe90170
00:00:01.015805 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xfffff800cbe70000
00:00:01.030591 Guest OS type: 'Linux26_64'
00:00:01.044099 fHMForced=true - 64-bit guest
00:00:01.073608 File system of 'C:\Users\Suriyaa\.docker\machine\machines\default\boot2docker.iso' (DVD) is ntfs
00:00:01.084713 File system of 'C:\Users\Suriyaa\.docker\machine\machines\default\default\Snapshots' (snapshots) is unknown
00:00:01.084731 File system of 'C:\Users\Suriyaa\.docker\machine\machines\default\disk.vmdk' is ntfs
00:00:02.384285 Shared clipboard mode: Off
00:00:02.411620 Drag'n'drop mode: Off
00:00:03.656117 Per-VM extradata API settings:
00:00:03.656143   VBoxInternal2/SharedFoldersEnableSymlinksCreate/c/Users="1"
00:00:03.656490 ************************* CFGM dump *************************
00:00:03.656493 [/] (level 0)
00:00:03.656498   CSAMEnabled       <integer> = 0x0000000000000001 (1)
00:00:03.656502   CpuExecutionCap   <integer> = 0x0000000000000064 (100)
00:00:03.656505   EnablePAE         <integer> = 0x0000000000000001 (1)
00:00:03.656508   HMEnabled         <integer> = 0x0000000000000001 (1)
00:00:03.656513   MemBalloonSize    <integer> = 0x0000000000000000 (0)
00:00:03.656515   Name              <string>  = "default" (cb=8)
00:00:03.656521   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:03.656523   PATMEnabled       <integer> = 0x0000000000000001 (1)
00:00:03.656528   PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:03.656530   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:03.656537   RamSize           <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:03.656543   RawR0Enabled      <integer> = 0x0000000000000001 (1)
00:00:03.656545   RawR3Enabled      <integer> = 0x0000000000000001 (1)
00:00:03.656550   TimerMillies      <integer> = 0x000000000000000a (10)
00:00:03.656552   UUID              <bytes>   = "be 25 6d f5 27 a2 ce 4f 98 38 08 ca 22 2c d3 79" (cb=16)
00:00:03.656570 
00:00:03.656572 [/CPUM/] (level 1)
00:00:03.656574   SyntheticCpu <integer> = 0x0000000000000000 (0)
00:00:03.656577 
00:00:03.656580 [/DBGF/] (level 1)
00:00:03.656582   Path <string>  = "C:\Users\Suriyaa\.docker\machine\machines\default\default/debug/;C:\Users\Suriyaa\.docker\machine\machines\default\default/;C:\Users\Suriyaa/" (cb=142)
00:00:03.656587 
00:00:03.656588 [/Devices/] (level 1)
00:00:03.656590 
00:00:03.656591 [/Devices/8237A/] (level 2)
00:00:03.656595 
00:00:03.656596 [/Devices/8237A/0/] (level 3)
00:00:03.656599   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.656601 
00:00:03.656602 [/Devices/AudioSniffer/] (level 2)
00:00:03.656607 
00:00:03.656608 [/Devices/AudioSniffer/0/] (level 3)
00:00:03.656610 
00:00:03.656611 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:03.656616 
00:00:03.656617 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:03.656622   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:03.656624 
00:00:03.656625 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:03.656631   Object <integer> = 0x00000000016b5bb0 (23 813 040)
00:00:03.656636 
00:00:03.656637 [/Devices/VMMDev/] (level 2)
00:00:03.656641 
00:00:03.656644 [/Devices/VMMDev/0/] (level 3)
00:00:03.656647   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:03.656649   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:03.656654   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.656656   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.656660 
00:00:03.656661 [/Devices/VMMDev/0/Config/] (level 4)
00:00:03.656664   GuestCoreDumpDir <string>  = "C:\Users\Suriyaa\.docker\machine\machines\default\default\Snapshots" (cb=68)
00:00:03.656668   RamSize          <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:03.656675 
00:00:03.656675 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:03.656678   Driver <string>  = "HGCM" (cb=5)
00:00:03.656680 
00:00:03.656681 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:03.656684   Object <integer> = 0x00000000016d3900 (23 935 232)
00:00:03.656687 
00:00:03.656687 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:03.656690   Driver <string>  = "MainStatus" (cb=11)
00:00:03.656692 
00:00:03.656693 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:03.656696   First   <integer> = 0x0000000000000000 (0)
00:00:03.656699   Last    <integer> = 0x0000000000000000 (0)
00:00:03.656701   papLeds <integer> = 0x00000000016d1c78 (23 927 928)
00:00:03.656703 
00:00:03.656704 [/Devices/acpi/] (level 2)
00:00:03.656707 
00:00:03.656707 [/Devices/acpi/0/] (level 3)
00:00:03.656710   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:03.656712   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:03.656714   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.656716   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.656718 
00:00:03.656719 [/Devices/acpi/0/Config/] (level 4)
00:00:03.656722   CpuHotPlug        <integer> = 0x0000000000000000 (0)
00:00:03.656725   FdcEnabled        <integer> = 0x0000000000000000 (0)
00:00:03.656727   HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:03.656729   HpetEnabled       <integer> = 0x0000000000000001 (1)
00:00:03.656731   IOAPIC            <integer> = 0x0000000000000001 (1)
00:00:03.656733   IocPciAddress     <integer> = 0x0000000000010000 (65 536)
00:00:03.656736   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:03.656739   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:03.656742   RamSize           <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:03.656746   Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:03.656748   Serial0Irq        <integer> = 0x0000000000000000 (0)
00:00:03.656750   Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:03.656752   Serial1Irq        <integer> = 0x0000000000000000 (0)
00:00:03.656754   ShowCpu           <integer> = 0x0000000000000001 (1)
00:00:03.656756   ShowRtc           <integer> = 0x0000000000000000 (0)
00:00:03.656758   SmcEnabled        <integer> = 0x0000000000000000 (0)
00:00:03.656759 
00:00:03.656760 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:03.656763   Driver <string>  = "ACPIHost" (cb=9)
00:00:03.656765 
00:00:03.656766 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:03.656769 
00:00:03.656770 [/Devices/ahci/] (level 2)
00:00:03.656772 
00:00:03.656773 [/Devices/ahci/0/] (level 3)
00:00:03.656776   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:03.656778   PCIDeviceNo   <integer> = 0x000000000000000d (13)
00:00:03.656780   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.656782   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.656784 
00:00:03.656785 [/Devices/ahci/0/Config/] (level 4)
00:00:03.656788   Bootable  <integer> = 0x0000000000000001 (1)
00:00:03.656790   PortCount <integer> = 0x000000000000001e (30)
00:00:03.656792 
00:00:03.656792 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:03.656795   Hotpluggable        <integer> = 0x0000000000000000 (0)
00:00:03.656797   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:03.656799 
00:00:03.656800 [/Devices/ahci/0/Config/Port1/] (level 5)
00:00:03.656803   Hotpluggable        <integer> = 0x0000000000000000 (0)
00:00:03.656805   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:03.656806 
00:00:03.656807 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:03.656810   Driver <string>  = "Block" (cb=6)
00:00:03.656811 
00:00:03.656812 [/Devices/ahci/0/LUN#0/AttachedDriver/] (level 5)
00:00:03.656815   Driver <string>  = "VD" (cb=3)
00:00:03.656817 
00:00:03.656817 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:03.656821   Format   <string>  = "RAW" (cb=4)
00:00:03.656822   Path     <string>  = "C:\Users\Suriyaa\.docker\machine\machines\default\boot2docker.iso" (cb=66)
00:00:03.656824   ReadOnly <integer> = 0x0000000000000001 (1)
00:00:03.656826   Type     <string>  = "DVD" (cb=4)
00:00:03.656828 
00:00:03.656828 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:03.656831   Mountable <integer> = 0x0000000000000001 (1)
00:00:03.656833   Type      <string>  = "DVD" (cb=4)
00:00:03.656835 
00:00:03.656835 [/Devices/ahci/0/LUN#1/] (level 4)
00:00:03.656838   Driver <string>  = "Block" (cb=6)
00:00:03.656839 
00:00:03.656840 [/Devices/ahci/0/LUN#1/AttachedDriver/] (level 5)
00:00:03.656843   Driver <string>  = "VD" (cb=3)
00:00:03.656844 
00:00:03.656845 [/Devices/ahci/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:03.656848   Format <string>  = "VMDK" (cb=5)
00:00:03.656849   Path   <string>  = "C:\Users\Suriyaa\.docker\machine\machines\default\disk.vmdk" (cb=60)
00:00:03.656851   Type   <string>  = "HardDisk" (cb=9)
00:00:03.656853 
00:00:03.656854 [/Devices/ahci/0/LUN#1/Config/] (level 5)
00:00:03.656857   Mountable <integer> = 0x0000000000000000 (0)
00:00:03.656859   Type      <string>  = "HardDisk" (cb=9)
00:00:03.656860 
00:00:03.656861 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:03.656864   Driver <string>  = "MainStatus" (cb=11)
00:00:03.656865 
00:00:03.656866 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:03.656870   DeviceInstance        <string>  = "ahci/0" (cb=7)
00:00:03.656872   First                 <integer> = 0x0000000000000000 (0)
00:00:03.656874   Last                  <integer> = 0x000000000000001d (29)
00:00:03.656877   pConsole              <integer> = 0x00000000016d1660 (23 926 368)
00:00:03.656880   papLeds               <integer> = 0x00000000016d19a8 (23 927 208)
00:00:03.656883   pmapMediumAttachments <integer> = 0x00000000016d1c90 (23 927 952)
00:00:03.656886 
00:00:03.656887 [/Devices/apic/] (level 2)
00:00:03.656889 
00:00:03.656890 [/Devices/apic/0/] (level 3)
00:00:03.656893   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.656895 
00:00:03.656895 [/Devices/apic/0/Config/] (level 4)
00:00:03.656898   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:03.656900   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:03.656902 
00:00:03.656903 [/Devices/e1000/] (level 2)
00:00:03.656905 
00:00:03.656906 [/Devices/e1000/0/] (level 3)
00:00:03.656909   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:03.656911   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:03.656913   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.656915   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.656917 
00:00:03.656917 [/Devices/e1000/0/Config/] (level 4)
00:00:03.656920   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:03.656922   CableConnected <integer> = 0x0000000000000001 (1)
00:00:03.656924   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:03.656926   MAC            <bytes>   = "08 00 27 0b 6d 5a" (cb=6)
00:00:03.656930 
00:00:03.656931 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:03.656934   Driver <string>  = "NAT" (cb=4)
00:00:03.656936 
00:00:03.656936 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:03.656940   AliasMode       <integer> = 0x0000000000000000 (0)
00:00:03.656942   BootFile        <string>  = "default.pxe" (cb=12)
00:00:03.656944   DNSProxy        <integer> = 0x0000000000000000 (0)
00:00:03.656947   Network         <string>  = "10.0.2.0/24" (cb=12)
00:00:03.656949   PassDomain      <integer> = 0x0000000000000001 (1)
00:00:03.656954   TFTPPrefix      <string>  = "C:\Users\Suriyaa/.VirtualBox\TFTP" (cb=34)
00:00:03.656956   UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:03.656961 
00:00:03.656962 [/Devices/e1000/0/LUN#0/Config/ssh/] (level 6)
00:00:03.656965   BindIP    <string>  = "127.0.0.1" (cb=10)
00:00:03.656969   GuestPort <integer> = 0x0000000000000016 (22)
00:00:03.656972   HostPort  <integer> = 0x0000000000001163 (4 451)
00:00:03.656976   Protocol  <string>  = "TCP" (cb=4)
00:00:03.656978 
00:00:03.656979 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:03.656984   Driver <string>  = "MainStatus" (cb=11)
00:00:03.656986 
00:00:03.656986 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:03.656992   First   <integer> = 0x0000000000000000 (0)
00:00:03.656994   Last    <integer> = 0x0000000000000000 (0)
00:00:03.656999   papLeds <integer> = 0x00000000016d1b58 (23 927 640)
00:00:03.657001 
00:00:03.657004 [/Devices/e1000/1/] (level 3)
00:00:03.657007   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:03.657009   PCIDeviceNo   <integer> = 0x0000000000000008 (8)
00:00:03.657013   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.657015   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.657017 
00:00:03.657020 [/Devices/e1000/1/Config/] (level 4)
00:00:03.657024   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:03.657028   CableConnected <integer> = 0x0000000000000001 (1)
00:00:03.657030   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:03.657032   MAC            <bytes>   = "08 00 27 29 bd e9" (cb=6)
00:00:03.657038 
00:00:03.657039 [/Devices/e1000/1/LUN#0/] (level 4)
00:00:03.657042   Driver <string>  = "IntNet" (cb=7)
00:00:03.657043 
00:00:03.657044 [/Devices/e1000/1/LUN#0/Config/] (level 5)
00:00:03.657050   IfPolicyPromisc      <string>  = "deny" (cb=5)
00:00:03.657052   IgnoreConnectFailure <integer> = 0x0000000000000000 (0)
00:00:03.657056   Network              <string>  = "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3" (cb=65)
00:00:03.657059   Trunk                <string>  = "\DEVICE\{775028F7-2D41-4388-BA00-A85ACA73B157}" (cb=47)
00:00:03.657063   TrunkType            <integer> = 0x0000000000000004 (4)
00:00:03.657066 
00:00:03.657069 [/Devices/e1000/1/LUN#999/] (level 4)
00:00:03.657072   Driver <string>  = "MainStatus" (cb=11)
00:00:03.657075 
00:00:03.657076 [/Devices/e1000/1/LUN#999/Config/] (level 5)
00:00:03.657079   First   <integer> = 0x0000000000000000 (0)
00:00:03.657083   Last    <integer> = 0x0000000000000000 (0)
00:00:03.657085   papLeds <integer> = 0x00000000016d1b60 (23 927 648)
00:00:03.657090 
00:00:03.657091 [/Devices/hpet/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/hpet/0/] (level 3)
00:00:03.657094   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/hpet/0/Config/] (level 4)
00:00:03.657094   ICH9 <integer> = 0x0000000000000000 (0)
00:00:03.657094 
00:00:03.657094 [/Devices/i8254/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/i8254/0/] (level 3)
00:00:03.657094 
00:00:03.657094 [/Devices/i8254/0/Config/] (level 4)
00:00:03.657094 
00:00:03.657094 [/Devices/i8259/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/i8259/0/] (level 3)
00:00:03.657094   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/i8259/0/Config/] (level 4)
00:00:03.657094 
00:00:03.657094 [/Devices/ioapic/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/ioapic/0/] (level 3)
00:00:03.657094   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/ioapic/0/Config/] (level 4)
00:00:03.657094   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/mc146818/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/mc146818/0/] (level 3)
00:00:03.657094 
00:00:03.657094 [/Devices/mc146818/0/Config/] (level 4)
00:00:03.657094   UseUTC <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/parallel/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/pcarch/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/pcarch/0/] (level 3)
00:00:03.657094   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/pcarch/0/Config/] (level 4)
00:00:03.657094 
00:00:03.657094 [/Devices/pcbios/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/pcbios/0/] (level 3)
00:00:03.657094   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/pcbios/0/Config/] (level 4)
00:00:03.657094   BootDevice0        <string>  = "DVD" (cb=4)
00:00:03.657094   BootDevice1        <string>  = "DVD" (cb=4)
00:00:03.657094   BootDevice2        <string>  = "IDE" (cb=4)
00:00:03.657094   BootDevice3        <string>  = "NONE" (cb=5)
00:00:03.657094   FloppyDevice       <string>  = "i82078" (cb=7)
00:00:03.657094   HardDiskDevice     <string>  = "piix3ide" (cb=9)
00:00:03.657094   IOAPIC             <integer> = 0x0000000000000001 (1)
00:00:03.657094   McfgBase           <integer> = 0x0000000000000000 (0)
00:00:03.657094   McfgLength         <integer> = 0x0000000000000000 (0)
00:00:03.657094   NumCPUs            <integer> = 0x0000000000000001 (1)
00:00:03.657094   PXEDebug           <integer> = 0x0000000000000000 (0)
00:00:03.657094   RamHoleSize        <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:03.657094   RamSize            <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:03.657094   SataHardDiskDevice <string>  = "ahci" (cb=5)
00:00:03.657094   SataLUN1           <integer> = 0x0000000000000001 (1)
00:00:03.657094   UUID               <bytes>   = "be 25 6d f5 27 a2 ce 4f 98 38 08 ca 22 2c d3 79" (cb=16)
00:00:03.657094 
00:00:03.657094 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:03.657094 
00:00:03.657094 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:03.657094   NIC           <integer> = 0x0000000000000000 (0)
00:00:03.657094   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:03.657094   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:03.657094   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.657094 
00:00:03.657094 [/Devices/pci/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/pci/0/] (level 3)
00:00:03.657094   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/pci/0/Config/] (level 4)
00:00:03.657094   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/] (level 3)
00:00:03.657094   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/Config/] (level 4)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:03.657094   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:03.657094   Driver <string>  = "MainKeyboard" (cb=13)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:03.657094   Object <integer> = 0x0000000001689960 (23 632 224)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:03.657094   QueueSize <integer> = 0x0000000000000040 (64)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:03.657094   Driver <string>  = "MouseQueue" (cb=11)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:03.657094   Driver <string>  = "MainMouse" (cb=10)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:03.657094   Object <integer> = 0x00000000016d4370 (23 937 904)
00:00:03.657094 
00:00:03.657094 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:03.657094   QueueSize <integer> = 0x0000000000000080 (128)
00:00:03.657094 
00:00:03.657094 [/Devices/pcnet/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/serial/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/vga/] (level 2)
00:00:03.657094 
00:00:03.657094 [/Devices/vga/0/] (level 3)
00:00:03.657094   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:03.657094   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:03.657094   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.657094   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/Devices/vga/0/Config/] (level 4)
00:00:03.657094   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:03.657094   FadeIn           <integer> = 0x0000000000000000 (0)
00:00:03.657094   FadeOut          <integer> = 0x0000000000000000 (0)
00:00:03.657094   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:03.657094   LogoFile         <string>  = "" (cb=1)
00:00:03.657094   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:03.657094   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:03.657094   ShowBootMenu     <integer> = 0x0000000000000000 (0)
00:00:03.657094   VRamSize         <integer> = 0x0000000000800000 (8 388 608, 8 MB)
00:00:03.657094 
00:00:03.657094 [/Devices/vga/0/LUN#0/] (level 4)
00:00:03.657094   Driver <string>  = "MainDisplay" (cb=12)
00:00:03.657094 
00:00:03.657094 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:03.657094   Object <integer> = 0x00000000016d4a00 (23 939 584)
00:00:03.657094 
00:00:03.657094 [/Devices/virtio-net/] (level 2)
00:00:03.657094 
00:00:03.657094 [/EM/] (level 1)
00:00:03.657094   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:03.657094 
00:00:03.657094 [/HM/] (level 1)
00:00:03.657094   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:03.657094   EnableLargePages   <integer> = 0x0000000000000001 (1)
00:00:03.657094   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:03.657094   EnableUX           <integer> = 0x0000000000000001 (1)
00:00:03.657094   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:03.657094   Exclusive          <integer> = 0x0000000000000000 (0)
00:00:03.657094   HMForced           <integer> = 0x0000000000000001 (1)
00:00:03.657094 
00:00:03.657094 [/MM/] (level 1)
00:00:03.657094   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:03.657094 
00:00:03.657094 [/PDM/] (level 1)
00:00:03.657094 
00:00:03.657094 [/PDM/AsyncCompletion/] (level 2)
00:00:03.657094 
00:00:03.657094 [/PDM/AsyncCompletion/File/] (level 3)
00:00:03.657094 
00:00:03.657094 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:03.657094 
00:00:03.657094 [/PDM/BlkCache/] (level 2)
00:00:03.657094   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:03.657094 
00:00:03.657094 [/PDM/Devices/] (level 2)
00:00:03.657094 
00:00:03.657094 [/PDM/Drivers/] (level 2)
00:00:03.657094 
00:00:03.657094 [/PDM/Drivers/VBoxC/] (level 3)
00:00:03.657094   Path <string>  = "VBoxC" (cb=6)
00:00:03.657094 
00:00:03.657094 [/PDM/NetworkShaper/] (level 2)
00:00:03.657094 
00:00:03.657094 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:03.657094 
00:00:03.657094 [/TM/] (level 1)
00:00:03.657094   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:03.657094 
00:00:03.657094 ********************* End of CFGM dump **********************
00:00:03.657094 VM: fHMEnabled=true  (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:03.657094 VM: fRawRing1Enabled=false CSAM=true  PATM=true 
00:00:03.657775 HMR3Init: VT-x w/ nested paging
00:00:03.657833 MM: cbHyperHeap=0x100000 (1048576)
00:00:03.661467 CPUM: Matched host CPU INTEL 0x6/0x3a/0x9 Intel_Core7_IvyBridge with CPU DB entry 'Intel Core i5-3570' (INTEL 0x6/0x3a/0x9 Intel_Core7_IvyBridge).
00:00:03.661654 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:03.662837 Debug: HCPhysInterPD=00000000a5f3e000 HCPhysInterPaePDPT=00000000a5f3b000 HCPhysInterPaePML4=00000000a5f39000
00:00:03.662859 Debug: apInterPTs={00000000a5f3d000,00000000a5f3c000} apInterPaePTs={000000010f3e7000,000000002a9e8000} apInterPaePDs={000000007cfe9000,0000000044eea000,000000006c1ab000,000000009a1ac000} pInterPaePDPT64=00000000a5f3a000
00:00:03.662957 Host paging mode: AMD64+PGE+NX
00:00:03.662989 PGMPool: cMaxPages=560 (u64MaxPages=545)
00:00:03.663008 pgmR3PoolInit: cMaxPages=0x230 cMaxUsers=0x460 cMaxPhysExts=0x460 fCacheEnable=true 
00:00:03.678622 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=92
00:00:03.711493 TM: cTSCTicksPerSecond=0x6b0c2004 (1 795 956 740) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:03.711500 TM: fMaybeUseOffsettedHostTSC=true  TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:03.712034 CoreCode: R3=0000000005dc0000 R0=ffffd00021bb0000 RC=a0553000 Phys=00000000a5ede000 cb=0x1000
00:00:03.712593 AIOMgr: Default manager type is "Async"
00:00:03.712621 AIOMgr: Default file backend is "NonBuffered"
00:00:03.713521 BlkCache: Cache successfully initialised. Cache size is 5242880 bytes
00:00:03.713551 BlkCache: Cache commit interval is 10000 ms
00:00:03.713560 BlkCache: Cache commit threshold is 2621440 bytes
00:00:03.983236 [SMP] BIOS with 1 CPUs
00:00:04.041752 SUP: Loaded VBoxDDR0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0) at 0xfffff800cbf90000 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000 using the native ring-0 loader
00:00:04.041773 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0=0xfffff800cbf90000
00:00:04.068588 SUP: Loaded VBoxDD2R0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0) at 0xfffff800cbfc0000 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000 using the native ring-0 loader
00:00:04.068609 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0=0xfffff800cbfc0000
00:00:04.068678 Activating Local APIC
00:00:04.068686 CPUM: SetGuestCpuIdFeature: Enabled APIC
00:00:04.069450 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:04.080797 Shared Folders service loaded.
00:00:04.085979 DrvBlock: Flushes will be ignored
00:00:04.086011 DrvBlock: Async flushes will be passed to the disk
00:00:04.086266 VDInit finished
00:00:04.086591 VD: Opening the disk took 547574 ns
00:00:04.086613 AHCI LUN#0: CD/DVD, total number of sectors 16384, passthrough disabled
00:00:04.086625 AHCI: LUN#0: using normal I/O
00:00:04.086942 DrvBlock: Flushes will be ignored
00:00:04.086964 DrvBlock: Async flushes will be passed to the disk
00:00:04.121190 VD: Opening the disk took 34197350 ns
00:00:04.121236 AHCI: LUN#1: disk, PCHS=16383/16/63, total number of sectors 40960000
00:00:04.121249 AHCI: LUN#1: using normal I/O
00:00:04.121668 Port2: no driver attached
00:00:04.121693 Port3: no driver attached
00:00:04.121702 Port4: no driver attached
00:00:04.121709 Port5: no driver attached
00:00:04.121715 Port6: no driver attached
00:00:04.121721 Port7: no driver attached
00:00:04.121726 Port8: no driver attached
00:00:04.121737 Port9: no driver attached
00:00:04.121744 Port10: no driver attached
00:00:04.121750 Port11: no driver attached
00:00:04.121755 Port12: no driver attached
00:00:04.121761 Port13: no driver attached
00:00:04.121767 Port14: no driver attached
00:00:04.121772 Port15: no driver attached
00:00:04.121778 Port16: no driver attached
00:00:04.121784 Port17: no driver attached
00:00:04.121789 Port18: no driver attached
00:00:04.121795 Port19: no driver attached
00:00:04.121800 Port20: no driver attached
00:00:04.121806 Port21: no driver attached
00:00:04.121811 Port22: no driver attached
00:00:04.121817 Port23: no driver attached
00:00:04.121822 Port24: no driver attached
00:00:04.121828 Port25: no driver attached
00:00:04.121834 Port26: no driver attached
00:00:04.121839 Port27: no driver attached
00:00:04.121845 Port28: no driver attached
00:00:04.121851 Port29: no driver attached
00:00:04.121895 AHCI#0: Reset the HBA
00:00:04.154771 NAT: DNS#0: 10.0.2.2
00:00:04.154802 NAT: DNS#1: 8.8.8.8
00:00:04.155975 IntNet#0: szNetwork={HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3} enmTrunkType=4 szTrunk={\DEVICE\{775028F7-2D41-4388-BA00-A85ACA73B157}} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:04.157618 DevPcBios: SATA LUN#0 LCHS=1024/255/63
00:00:04.157639 DevPcBios: SATA LUN#1 LCHS=1024/255/63
00:00:04.157720 PGM: The CPU physical address width is 36 bits
00:00:04.157729 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:04.193916 VMM: Thread-context hooks unavailable.
00:00:04.194389 HM: Using VT-x implementation 2.0!
00:00:04.194391 HM: Host CR4                        = 0x1506f8
00:00:04.194393 HM: Host EFER                       = 0xd01
00:00:04.194394 HM: MSR_IA32_FEATURE_CONTROL        = 0x5
00:00:04.194395 HM: MSR_IA32_VMX_BASIC_INFO         = 0xda040000000010
00:00:04.194397 HM:   VMCS id                             = 0x10
00:00:04.194398 HM:   VMCS size                           = 1024 bytes
00:00:04.194399 HM:   VMCS physical address limit         = None
00:00:04.194400 HM:   VMCS memory type                    = 0x6
00:00:04.194401 HM:   Dual-monitor treatment support      = true 
00:00:04.194403 HM:   OUTS & INS instruction-info         = true 
00:00:04.194404 HM: Max resume loops                = 1024
00:00:04.194404 HM: MSR_IA32_VMX_PINBASED_CTLS      = 0x7f00000016
00:00:04.194406 HM:   VMX_VMCS_CTRL_PIN_EXEC_EXT_INT_EXIT
00:00:04.194407 HM:   VMX_VMCS_CTRL_PIN_EXEC_NMI_EXIT
00:00:04.194414 HM:   VMX_VMCS_CTRL_PIN_EXEC_VIRTUAL_NMI
00:00:04.194415 HM:   VMX_VMCS_CTRL_PIN_EXEC_PREEMPT_TIMER
00:00:04.194416 HM: MSR_IA32_VMX_PROCBASED_CTLS     = 0xfff9fffe0401e172
00:00:04.194417 HM:   VMX_VMCS_CTRL_PROC_EXEC_INT_WINDOW_EXIT
00:00:04.194418 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_TSC_OFFSETTING
00:00:04.194419 HM:   VMX_VMCS_CTRL_PROC_EXEC_HLT_EXIT
00:00:04.194422 HM:   VMX_VMCS_CTRL_PROC_EXEC_INVLPG_EXIT
00:00:04.194423 HM:   VMX_VMCS_CTRL_PROC_EXEC_MWAIT_EXIT
00:00:04.194423 HM:   VMX_VMCS_CTRL_PROC_EXEC_RDPMC_EXIT
00:00:04.194424 HM:   VMX_VMCS_CTRL_PROC_EXEC_RDTSC_EXIT
00:00:04.194425 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_LOAD_EXIT
00:00:04.194425 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_LOAD_EXIT (must be set)
00:00:04.194426 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_STORE_EXIT
00:00:04.194427 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_STORE_EXIT (must be set)
00:00:04.194427 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR8_LOAD_EXIT
00:00:04.194428 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR8_STORE_EXIT
00:00:04.194429 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_TPR_SHADOW
00:00:04.194429 HM:   VMX_VMCS_CTRL_PROC_EXEC_NMI_WINDOW_EXIT
00:00:04.194430 HM:   VMX_VMCS_CTRL_PROC_EXEC_MOV_DR_EXIT
00:00:04.194431 HM:   VMX_VMCS_CTRL_PROC_EXEC_UNCOND_IO_EXIT
00:00:04.194431 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_IO_BITMAPS
00:00:04.194432 HM:   VMX_VMCS_CTRL_PROC_EXEC_MONITOR_TRAP_FLAG
00:00:04.194433 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_MSR_BITMAPS
00:00:04.194433 HM:   VMX_VMCS_CTRL_PROC_EXEC_MONITOR_EXIT
00:00:04.194434 HM:   VMX_VMCS_CTRL_PROC_EXEC_PAUSE_EXIT
00:00:04.194435 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
00:00:04.194437 HM: MSR_IA32_VMX_PROCBASED_CTLS2    = 0xff00000000
00:00:04.194438 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
00:00:04.194439 HM:   VMX_VMCS_CTRL_PROC_EXEC2_EPT
00:00:04.194440 HM:   VMX_VMCS_CTRL_PROC_EXEC2_DESCRIPTOR_TABLE_EXIT
00:00:04.194440 HM:   VMX_VMCS_CTRL_PROC_EXEC2_RDTSCP
00:00:04.194441 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VIRT_X2APIC
00:00:04.194442 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VPID
00:00:04.194442 HM:   VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT
00:00:04.194443 HM:   VMX_VMCS_CTRL_PROC_EXEC2_UNRESTRICTED_GUEST
00:00:04.194444 HM:   VMX_VMCS_CTRL_PROC_EXEC2_PAUSE_LOOP_EXIT (must be cleared)
00:00:04.194445 HM:   VMX_VMCS_CTRL_PROC_EXEC2_RDRAND_EXIT (must be cleared)
00:00:04.194445 HM:   VMX_VMCS_CTRL_PROC_EXEC2_INVPCID (must be cleared)
00:00:04.194446 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VMFUNC (must be cleared)
00:00:04.194447 HM: MSR_IA32_VMX_ENTRY_CTLS         = 0xffff000011ff
00:00:04.194448 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_DEBUG
00:00:04.194450 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_DEBUG (must be set)
00:00:04.194451 HM:   VMX_VMCS_CTRL_ENTRY_IA32E_MODE_GUEST
00:00:04.194452 HM:   VMX_VMCS_CTRL_ENTRY_ENTRY_SMM
00:00:04.194452 HM:   VMX_VMCS_CTRL_ENTRY_DEACTIVATE_DUALMON
00:00:04.194453 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_PERF_MSR
00:00:04.194454 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_PAT_MSR
00:00:04.194454 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_EFER_MSR
00:00:04.194455 HM: MSR_IA32_VMX_EXIT_CTLS          = 0x7fffff00036dff
00:00:04.194457 HM:   VMX_VMCS_CTRL_EXIT_SAVE_DEBUG
00:00:04.194457 HM:   VMX_VMCS_CTRL_EXIT_SAVE_DEBUG (must be set)
00:00:04.194458 HM:   VMX_VMCS_CTRL_EXIT_HOST_ADDR_SPACE_SIZE
00:00:04.194459 HM:   VMX_VMCS_CTRL_EXIT_LOAD_PERF_MSR
00:00:04.194461 HM:   VMX_VMCS_CTRL_EXIT_ACK_EXT_INT
00:00:04.194461 HM:   VMX_VMCS_CTRL_EXIT_SAVE_GUEST_PAT_MSR
00:00:04.194462 HM:   VMX_VMCS_CTRL_EXIT_LOAD_HOST_PAT_MSR
00:00:04.194463 HM:   VMX_VMCS_CTRL_EXIT_SAVE_GUEST_EFER_MSR
00:00:04.194464 HM:   VMX_VMCS_CTRL_EXIT_LOAD_HOST_EFER_MSR
00:00:04.194464 HM:   VMX_VMCS_CTRL_EXIT_SAVE_VMX_PREEMPT_TIMER
00:00:04.194465 HM: MSR_IA32_VMX_EPT_VPID_CAP       = 0xf0106114141
00:00:04.194466 HM:   MSR_IA32_VMX_EPT_VPID_CAP_RWX_X_ONLY
00:00:04.194467 HM:   MSR_IA32_VMX_EPT_VPID_CAP_GAW_48_BITS
00:00:04.194468 HM:   MSR_IA32_VMX_EPT_VPID_CAP_EMT_UC
00:00:04.194468 HM:   MSR_IA32_VMX_EPT_VPID_CAP_EMT_WB
00:00:04.194469 HM:   MSR_IA32_VMX_EPT_VPID_CAP_SP_21_BITS
00:00:04.194470 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT
00:00:04.194470 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT_SINGLE_CONTEXT
00:00:04.194471 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT_ALL_CONTEXTS
00:00:04.194472 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID
00:00:04.194472 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_INDIV_ADDR
00:00:04.194473 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_SINGLE_CONTEXT
00:00:04.194474 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_ALL_CONTEXTS
00:00:04.194474 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS
00:00:04.194475 HM: MSR_IA32_VMX_MISC               = 0x100401e5
00:00:04.194476 HM:   MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT      = 0x5
00:00:04.194477 HM:   MSR_IA32_VMX_MISC_STORE_EFERLMA_VMEXIT = true 
00:00:04.194478 HM:   MSR_IA32_VMX_MISC_ACTIVITY_STATES      = 0x7
00:00:04.194479 HM:   MSR_IA32_VMX_MISC_CR3_TARGET           = 0x4
00:00:04.194480 HM:   MSR_IA32_VMX_MISC_MAX_MSR              = 512
00:00:04.194480 HM:   MSR_IA32_VMX_MISC_RDMSR_SMBASE_MSR_SMM = false
00:00:04.194481 HM:   MSR_IA32_VMX_MISC_SMM_MONITOR_CTL_B2   = true 
00:00:04.194482 HM:   MSR_IA32_VMX_MISC_VMWRITE_VMEXIT_INFO  = false
00:00:04.194483 HM:   MSR_IA32_VMX_MISC_MSEG_ID              = 0x0
00:00:04.194486 HM: MSR_IA32_VMX_CR0_FIXED0         = 0x80000021
00:00:04.194487 HM: MSR_IA32_VMX_CR0_FIXED1         = 0xffffffff
00:00:04.194488 HM: MSR_IA32_VMX_CR4_FIXED0         = 0x2000
00:00:04.194489 HM: MSR_IA32_VMX_CR4_FIXED1         = 0x1727ff
00:00:04.194490 HM: MSR_IA32_VMX_VMCS_ENUM          = 0x2a
00:00:04.194491 HM:   MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX   = 0x15
00:00:04.194492 HM: APIC-access page physaddr       = 0x00000000a5edd000
00:00:04.194493 HM: VCPU  0: MSR bitmap physaddr    = 0x00000000a5eda000
00:00:04.194495 HM: VCPU  0: VMCS physaddr          = 0x00000000a5edc000
00:00:04.194497 HM: Guest support: 32-bit and 64-bit.
00:00:04.194505 HM: Supports VMCS EFER fields       = true 
00:00:04.194506 HM: VMX enabled!
00:00:04.194517 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:04.194518 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:04.194519 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:04.194519 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:04.194520 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:04.194521 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:04.194522 HM: Nested paging enabled!
00:00:04.194522 HM:   EPT flush type                = VMX_FLUSH_EPT_SINGLE_CONTEXT
00:00:04.194523 HM: Unrestricted guest execution enabled!
00:00:04.194524 HM: Large page support enabled!
00:00:04.194525 HM: VPID enabled!
00:00:04.194525 HM:   VPID flush type               = VMX_FLUSH_VPID_SINGLE_CONTEXT
00:00:04.194528 HM: VMX-preemption timer enabled (cPreemptTimerShift=5).
00:00:04.194530 HM: VT-x/AMD-V init method: LOCAL
00:00:04.194531 VMM: fUsePeriodicPreemptionTimers=false
00:00:04.194556 Logical host processors: 4 present, 4 max, 4 online, online mask: 000000000000000f
00:00:04.266877 Physical host cores: 2
00:00:04.266881 ************************* CPUID dump ************************
00:00:04.266893          RAW Standard CPUIDs
00:00:04.266894      Function  eax      ebx      ecx      edx
00:00:04.266895 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:04.266898 Hst:           0000000d 756e6547 6c65746e 49656e69
00:00:04.266900 Gst: 00000001  000306a9 00000800 00000209 078bfbff
00:00:04.266902 Hst:           000306a9 02100800 3dbae3bf bfebfbff
00:00:04.266904 Gst: 00000002  76035a01 00f0b2ff 00000000 00ca0000
00:00:04.266906 Hst:           76035a01 00f0b2ff 00000000 00ca0000
00:00:04.266907 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:04.266909 Hst:           00000000 00000000 00000000 00000000
00:00:04.266910 Gst: 00000004  00000000 00000000 00000000 00000000
00:00:04.266911 Hst:           1c004121 01c0003f 0000003f 00000000
00:00:04.266912 Gst: 00000005  00000040 00000040 00000000 00000000
00:00:04.266914 Hst:           00000040 00000040 00000003 00021120
00:00:04.266915 Hst: 00000006  00000077 00000002 00000009 00000000
00:00:04.266917 Hst: 00000007  00000000 00000281 00000000 00000000
00:00:04.266918 Hst: 00000008  00000000 00000000 00000000 00000000
00:00:04.266919 Hst: 00000009  00000000 00000000 00000000 00000000
00:00:04.266921 Hst: 0000000a  07300403 00000000 00000000 00000603
00:00:04.266922 Hst: 0000000b  00000001 00000002 00000100 00000002
00:00:04.266924 Hst: 0000000c  00000000 00000000 00000000 00000000
00:00:04.266925 Hst: 0000000d  00000007 00000340 00000340 00000000
00:00:04.266926 Name:                            GenuineIntel
00:00:04.266927 Supports:                        0-5
00:00:04.266928 Family:                          6      Extended: 0     Effective: 6
00:00:04.266930 Model:                           10     Extended: 3     Effective: 58
00:00:04.266931 Stepping:                        9
00:00:04.266932 Type:                            0 (primary)
00:00:04.266933 APIC ID:                         0x00
00:00:04.266933 Logical CPUs:                    0
00:00:04.266934 CLFLUSH Size:                    8
00:00:04.266935 Brand ID:                        0x00
00:00:04.266936 Mnemonic - Description                 = guest (host)
00:00:04.266937 FPU - x87 FPU on Chip                  = 1 (1)
00:00:04.266938 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:04.266939 DE - Debugging extensions              = 1 (1)
00:00:04.266939 PSE - Page Size Extension              = 1 (1)
00:00:04.266940 TSC - Time Stamp Counter               = 1 (1)
00:00:04.266941 MSR - Model Specific Registers         = 1 (1)
00:00:04.266942 PAE - Physical Address Extension       = 1 (1)
00:00:04.266943 MCE - Machine Check Exception          = 1 (1)
00:00:04.266943 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:04.266944 APIC - APIC On-Chip                    = 1 (1)
00:00:04.266945 10 - Reserved                          = 0 (0)
00:00:04.266946 SEP - SYSENTER and SYSEXIT             = 1 (1)
00:00:04.266947 MTRR - Memory Type Range Registers     = 1 (1)
00:00:04.266947 PGE - PTE Global Bit                   = 1 (1)
00:00:04.266948 MCA - Machine Check Architecture       = 1 (1)
00:00:04.266949 CMOV - Conditional Move Instructions   = 1 (1)
00:00:04.266950 PAT - Page Attribute Table             = 1 (1)
00:00:04.266952 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:04.266953 PSN - Processor Serial Number          = 0 (0)
00:00:04.266954 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:04.266955 20 - Reserved                          = 0 (0)
00:00:04.266955 DS - Debug Store                       = 0 (1)
00:00:04.266956 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:04.266957 MMX - Intel MMX Technology             = 1 (1)
00:00:04.266958 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:04.266959 SSE - SSE Support                      = 1 (1)
00:00:04.266960 SSE2 - SSE2 Support                    = 1 (1)
00:00:04.266960 SS - Self Snoop                        = 0 (1)
00:00:04.266961 HTT - Hyper-Threading Technology       = 0 (1)
00:00:04.266962 TM - Thermal Monitor                   = 0 (1)
00:00:04.266963 30 - Reserved                          = 0 (0)
00:00:04.266964 PBE - Pending Break Enable             = 0 (1)
00:00:04.266964 Supports SSE3                          = 1 (1)
00:00:04.266965 PCLMULQDQ                              = 0 (1)
00:00:04.266966 DS Area 64-bit layout                  = 0 (1)
00:00:04.266967 Supports MONITOR/MWAIT                 = 1 (1)
00:00:04.266968 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:04.266968 VMX - Virtual Machine Technology       = 0 (1)
00:00:04.266969 SMX - Safer Mode Extensions            = 0 (0)
00:00:04.266970 Enhanced SpeedStep Technology          = 0 (1)
00:00:04.266971 Terminal Monitor 2                     = 0 (1)
00:00:04.266971 Supplemental SSE3 instructions         = 1 (1)
00:00:04.266972 L1 Context ID                          = 0 (0)
00:00:04.266973 11 - Reserved                          = 0 (0)
00:00:04.266974 FMA extensions using YMM state         = 0 (0)
00:00:04.266975 CMPXCHG16B instruction                 = 0 (1)
00:00:04.266975 xTPR Update Control                    = 0 (1)
00:00:04.266976 Perf/Debug Capability MSR              = 0 (1)
00:00:04.266977 16 - Reserved                          = 0 (0)
00:00:04.266978 PCID - Process-context identifiers     = 0 (1)
00:00:04.266979 DCA - Direct Cache Access              = 0 (0)
00:00:04.266979 SSE4.1 instruction extensions          = 0 (1)
00:00:04.266980 SSE4.2 instruction extensions          = 0 (1)
00:00:04.266983 Supports the x2APIC extensions         = 0 (1)
00:00:04.266983 MOVBE instruction                      = 0 (0)
00:00:04.266984 POPCNT instruction                     = 0 (1)
00:00:04.266985 TSC-Deadline LAPIC timer mode          = 0 (1)
00:00:04.266986 AESNI instruction extensions           = 0 (0)
00:00:04.266987 XSAVE/XRSTOR extended state feature    = 0 (1)
00:00:04.266987 Supports OSXSAVE                       = 0 (1)
00:00:04.266988 AVX instruction extensions             = 0 (1)
00:00:04.266989 16-bit floating point conversion instr = 0 (1)
00:00:04.266990 RDRAND instruction                     = 0 (0)
00:00:04.266990 Hypervisor Present (we're a guest)     = 0 (0)
00:00:04.266991 
00:00:04.266992          RAW Extended CPUIDs
00:00:04.266992      Function  eax      ebx      ecx      edx
00:00:04.266993 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:04.266995 Hst:           80000008 00000000 00000000 00000000
00:00:04.266996 Gst: 80000001  00000000 00000000 00000001 28100800
00:00:04.266998 Hst:           00000000 00000000 00000001 28100800
00:00:04.266999 Gst: 80000002  20202020 49202020 6c65746e 20295228
00:00:04.267001 Hst:           20202020 49202020 6c65746e 20295228
00:00:04.267003 Gst: 80000003  65726f43 294d5428 2d336920 37313233
00:00:04.267005 Hst:           65726f43 294d5428 2d336920 37313233
00:00:04.267007 Gst: 80000004  50432055 20402055 30382e31 007a4847
00:00:04.267008 Hst:           50432055 20402055 30382e31 007a4847
00:00:04.267010 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:04.267011 Hst:           00000000 00000000 00000000 00000000
00:00:04.267012 Gst: 80000006  00000000 00000000 01006040 00000000
00:00:04.267014 Hst:           00000000 00000000 01006040 00000000
00:00:04.267015 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:04.267016 Hst:           00000000 00000000 00000000 00000100
00:00:04.267017 Gst: 80000008  00003024 00000000 00000000 00000000
00:00:04.267019 Hst:           00003024 00000000 00000000 00000000
00:00:04.267020 Gst: 80000009  00000007 00000340 00000340 00000000*
00:00:04.267021 Hst:           00000007 00000340 00000340 00000000
00:00:04.267023 Ext Name:                        
00:00:04.267023 Ext Supports:                    0x80000000-0x80000008
00:00:04.267024 Family:                          0      Extended: 0     Effective: 0
00:00:04.267026 Model:                           0      Extended: 0     Effective: 0
00:00:04.267027 Stepping:                        0
00:00:04.267027 Brand ID:                        0x000
00:00:04.267028 Mnemonic - Description                 = guest (host)
00:00:04.267029 FPU - x87 FPU on Chip                  = 0 (0)
00:00:04.267030 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:04.267031 DE - Debugging extensions              = 0 (0)
00:00:04.267031 PSE - Page Size Extension              = 0 (0)
00:00:04.267032 TSC - Time Stamp Counter               = 0 (0)
00:00:04.267033 MSR - K86 Model Specific Registers     = 0 (0)
00:00:04.267034 PAE - Physical Address Extension       = 0 (0)
00:00:04.267035 MCE - Machine Check Exception          = 0 (0)
00:00:04.267035 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:04.267036 APIC - APIC On-Chip                    = 0 (0)
00:00:04.267037 10 - Reserved                          = 0 (0)
00:00:04.267038 SEP - SYSCALL and SYSRET               = 1 (1)
00:00:04.267039 MTRR - Memory Type Range Registers     = 0 (0)
00:00:04.267039 PGE - PTE Global Bit                   = 0 (0)
00:00:04.267040 MCA - Machine Check Architecture       = 0 (0)
00:00:04.267041 CMOV - Conditional Move Instructions   = 0 (0)
00:00:04.267042 PAT - Page Attribute Table             = 0 (0)
00:00:04.267043 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:04.267043 18 - Reserved                          = 0 (0)
00:00:04.267044 19 - Reserved                          = 0 (0)
00:00:04.267045 NX - No-Execute Page Protection        = 1 (1)
00:00:04.267046 DS - Debug Store                       = 0 (0)
00:00:04.267046 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:04.267047 MMX - Intel MMX Technology             = 0 (0)
00:00:04.267048 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:04.267049 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:04.267050 26 - 1 GB large page support           = 0 (0)
00:00:04.267050 27 - RDTSCP instruction                = 1 (1)
00:00:04.267051 28 - Reserved                          = 0 (0)
00:00:04.267052 29 - AMD Long Mode                     = 1 (1)
00:00:04.267053 30 - AMD Extensions to 3DNow!          = 0 (0)
00:00:04.267054 31 - AMD 3DNow!                        = 0 (0)
00:00:04.267054 LahfSahf - LAHF/SAHF in 64-bit mode    = 1 (1)
00:00:04.267056 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:04.267057 SVM - AMD VM Extensions                = 0 (0)
00:00:04.267058 APIC registers starting at 0x400       = 0 (0)
00:00:04.267059 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:04.267060 5  - Advanced bit manipulation         = 0 (0)
00:00:04.267061 6  - SSE4A instruction support         = 0 (0)
00:00:04.267061 7  - Misaligned SSE mode               = 0 (0)
00:00:04.267062 8  - PREFETCH and PREFETCHW instruction= 0 (0)
00:00:04.267063 9  - OS visible workaround             = 0 (0)
00:00:04.267064 10 - Instruction based sampling        = 0 (0)
00:00:04.267065 11 - SSE5 support                      = 0 (0)
00:00:04.267065 12 - SKINIT, STGI, and DEV support     = 0 (0)
00:00:04.267066 13 - Watchdog timer support.           = 0 (0)
00:00:04.267067 31:14 - Reserved                       = 0x0 (0x0)
00:00:04.267068 Full Name:                              Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz
00:00:04.267069 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:04.267070 TLB 2/4M Data:                   res0     0 entries
00:00:04.267072 TLB 4K Instr/Uni:                res0     0 entries
00:00:04.267072 TLB 4K Data:                     res0     0 entries
00:00:04.267073 L1 Instr Cache Line Size:        0 bytes
00:00:04.267074 L1 Instr Cache Lines Per Tag:    0
00:00:04.267075 L1 Instr Cache Associativity:    res0  
00:00:04.267075 L1 Instr Cache Size:             0 KB
00:00:04.267076 L1 Data Cache Line Size:         0 bytes
00:00:04.267077 L1 Data Cache Lines Per Tag:     0
00:00:04.267077 L1 Data Cache Associativity:     res0  
00:00:04.267078 L1 Data Cache Size:              0 KB
00:00:04.267079 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:04.267080 L2 TLB 2/4M Data:                off       0 entries
00:00:04.267081 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:04.267082 L2 TLB 4K Data:                  off       0 entries
00:00:04.267082 L2 Cache Line Size:              0 bytes
00:00:04.267083 L2 Cache Lines Per Tag:          0
00:00:04.267084 L2 Cache Associativity:          off   
00:00:04.267084 L2 Cache Size:                   0 KB
00:00:04.267085 Host Invariant-TSC support:      true 
00:00:04.267087 APM Features:                   
00:00:04.267088 Physical Address Width:          36 bits
00:00:04.267089 Virtual Address Width:           48 bits
00:00:04.267089 Guest Physical Address Width:    0 bits
00:00:04.267090 Physical Core Count:             0
00:00:04.267091 
00:00:04.267091          RAW Centaur CPUIDs
00:00:04.267092      Function  eax      ebx      ecx      edx
00:00:04.267092 Gst: c0000000  00000007 00000340 00000340 00000000
00:00:04.267094 Hst:           00000007 00000340 00000340 00000000
00:00:04.267095 Gst: c0000001  00000007 00000340 00000340 00000000
00:00:04.267097 Hst:           00000007 00000340 00000340 00000000
00:00:04.267098 Gst: c0000002  00000007 00000340 00000340 00000000
00:00:04.267099 Hst:           00000007 00000340 00000340 00000000
00:00:04.267100 Gst: c0000003  00000007 00000340 00000340 00000000
00:00:04.267102 Hst:           00000007 00000340 00000340 00000000
00:00:04.267103 Centaur Supports:                0xc0000000-0x00000007
00:00:04.267104 Mnemonic - Description                 = guest (host)
00:00:04.267105 AIS - Alternate Instruction Set        = 0 (0)
00:00:04.267105 AIS-E - AIS enabled                    = 0 (0)
00:00:04.267106 RNG - Random Number Generator          = 0 (0)
00:00:04.267107 RNG-E - RNG enabled                    = 0 (0)
00:00:04.267108 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:04.267109 FEMMS - FEMMS                          = 0 (0)
00:00:04.267109 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:04.267110 ACE-E - ACE enabled                    = 0 (0)
00:00:04.267111 ACE2 - Advanced Cryptography Engine 2  = 0 (0)
00:00:04.267112 ACE2-E - ACE enabled                   = 0 (0)
00:00:04.267113 PHE - Padlock Hash Engine              = 0 (0)
00:00:04.267113 PHE-E - PHE enabled                    = 0 (0)
00:00:04.267114 PMM - Montgomery Multiplier            = 0 (0)
00:00:04.267115 PMM-E - PMM enabled                    = 0 (0)
00:00:04.267116 14 - Reserved                          = 0 (0)
00:00:04.267116 15 - Reserved                          = 0 (0)
00:00:04.267117 Parallax                               = 0 (0)
00:00:04.267118 Parallax enabled                       = 0 (0)
00:00:04.267119 Overstress                             = 0 (0)
00:00:04.267120 Overstress enabled                     = 0 (0)
00:00:04.267120 TM3 - Temperature Monitoring 3         = 0 (0)
00:00:04.267121 TM3-E - TM3 enabled                    = 0 (0)
00:00:04.267122 RNG2 - Random Number Generator 2       = 0 (0)
00:00:04.267123 RNG2-E - RNG2 enabled                  = 0 (0)
00:00:04.267123 24 - Reserved                          = 0 (0)
00:00:04.267124 PHE2 - Padlock Hash Engine 2           = 0 (0)
00:00:04.267125 PHE2-E - PHE2 enabled                  = 0 (0)
00:00:04.267126 
00:00:04.267126 
00:00:04.267127 ******************** End of CPUID dump **********************
00:00:04.307608 VM: Halt method global1 (5)
00:00:04.307648 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=50000
00:00:04.307655 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:04.308029 SharedFolders host service: adding host mapping
00:00:04.308041     Host path 'c:\Users', map name 'c/Users', writable, automount=true, create_symlinks=true, missing=false
00:00:04.308377 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:04.316114 NAT: set redirect TCP host 127.0.0.1:4451 => guest 10.0.2.15:22
00:00:04.345740 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:04.383422 Guest Log: BIOS: VirtualBox 4.3.36
00:00:04.383637 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:04.398687 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:04.448252 AHCI#0: Reset the HBA
00:00:04.448420 AHCI#0: Port 0 reset
00:00:04.449358 AHCI#0: Port 1 reset
00:00:04.458083 Guest Log: BIOS: AHCI 1-P#1: PCHS=16383/16/63 LCHS=1024/255/63 40960000 sectors
00:00:04.458292 AHCI#0: Port 2 reset
00:00:04.458512 AHCI#0: Port 3 reset
00:00:04.458728 AHCI#0: Port 4 reset
00:00:04.458942 AHCI#0: Port 5 reset
00:00:04.459166 AHCI#0: Port 6 reset
00:00:04.459394 AHCI#0: Port 7 reset
00:00:04.459614 AHCI#0: Port 8 reset
00:00:04.459983 AHCI#0: Port 9 reset
00:00:04.460255 AHCI#0: Port 10 reset
00:00:04.460470 AHCI#0: Port 11 reset
00:00:04.460703 AHCI#0: Port 12 reset
00:00:04.460990 AHCI#0: Port 13 reset
00:00:04.461216 AHCI#0: Port 14 reset
00:00:04.461431 AHCI#0: Port 15 reset
00:00:04.461670 AHCI#0: Port 16 reset
00:00:04.462159 AHCI#0: Port 17 reset
00:00:04.462464 AHCI#0: Port 18 reset
00:00:04.462906 AHCI#0: Port 19 reset
00:00:04.463243 AHCI#0: Port 20 reset
00:00:04.463375 AHCI#0: Port 21 reset
00:00:04.464173 AHCI#0: Port 22 reset
00:00:04.464408 AHCI#0: Port 23 reset
00:00:04.464765 AHCI#0: Port 24 reset
00:00:04.465810 AHCI#0: Port 25 reset
00:00:04.466038 AHCI#0: Port 26 reset
00:00:04.466384 AHCI#0: Port 27 reset
00:00:04.466658 AHCI#0: Port 28 reset
00:00:04.466966 AHCI#0: Port 29 reset
00:00:04.467130 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:04.490626 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:04.491551 Guest Log: BIOS: Boot : bseqnr=1, bootseq=0233
00:00:04.493143 Guest Log: BIOS: Booting from CD-ROM...
00:00:04.954596 NAT: old socket rcv size: 64KB
00:00:04.954632 NAT: old socket snd size: 64KB
00:00:04.986914 Guest Log: BIOS: KBD: unsupported int 16h function 03
00:00:04.987588 Guest Log: BIOS: AX=0305 BX=0000 CX=0000 DX=0000 
00:00:15.346192 IEM: rdmsr(0x570) -> GP(0)
00:00:15.351457 AHCI#0: Reset the HBA
00:00:15.364225 AHCI#0: Port 0 reset
00:00:15.713076 AHCI#0: Port 1 reset
00:00:27.896221 Guest Additions information report: Version 5.0.16 r105871 '5.0.16'
00:00:27.896301 Guest Additions information report: Interface = 0x00010004 osType = 0x00053100 (64-bit)
00:00:27.896421 Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:27.896543 Guest reported fixed hypervisor window at 00001000000 (size = 0x800000, rc = VINF_SUCCESS)
00:00:27.896810 Guest Log: vboxguest: misc device minor 56, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
00:00:32.892640 NAT: Link up
00:00:46.724561 NAT: DHCP offered IP address 10.0.2.15
00:00:46.725251 NAT: DHCP offered IP address 10.0.2.15
00:00:48.815879 Guest Log: VBoxService 5.0.16 r105871 (verbosity: 0) linux.amd64 (Mar  4 2016 17:38:55) release log
00:00:48.815945 Guest Log: 00:00:00.000096 main     Log opened 2016-03-23T13:58:34.455763000Z
00:00:48.818900 Guest Log: 00:00:00.003032 main     OS Product: Linux
00:00:48.819521 Guest Log: 00:00:00.003559 main     OS Release: 4.1.19-boot2docker
00:00:48.819582 Guest Log: 00:00:00.003623 main     OS Version: #1 SMP Mon Mar 7 17:44:33 UTC 2016
00:00:48.819635 Guest Log: 00:00:00.003672 main     Executable: /sbin/VBoxService
00:00:48.819647 Guest Log: 00:00:00.003677 main     Process ID: 2311
00:00:48.819657 Guest Log: 00:00:00.003679 main     Package type: LINUX_64BITS_GENERIC
00:00:48.827820 Guest Log: 00:00:00.011851 main     5.0.16 r105871 started. Verbose level = 0
00:00:48.836490 Guest Log: 00:00:00.021146 vminfo   rtldrNativeLoad: dlopen('libdbus-1.so.3', RTLD_NOW | RTLD_LOCAL) failed: libdbus-1.so.3: cannot open shared object file: No such file or directory
00:00:48.836577 Guest Log: 00:00:00.021253 vminfo   Error: Unable to connect to system D-Bus (1/3): D-Bus not installed
00:00:49.199045 NAT: IPv6 not supported
00:00:53.837270 Guest Log: 00:00:05.023766 vminfo   Error: Unable to connect to system D-Bus (2/3): D-Bus not installed
00:00:58.837768 Guest Log: 00:00:10.026857 vminfo   Error: Unable to connect to system D-Bus (3/3): D-Bus not installed

Version

I am using Windows 10 [x64-bit laptop] and VirtualBox 4.3.36 r105129 for Windows (downgraded from VirtualBox 5.0.14 r105127 for Windows).

Docker & Docker Toolbox verison:

Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Suriyaa>docker version
Client:
 Version:      1.10.3
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   20f81dd
 Built:        Thu Mar 10 21:49:11 2016
 OS/Arch:      windows/amd64
An error occurred trying to connect: Get https://127.0.0.1:2376/v1.22/version: dial tcp 127.0.0.1:2376: connectex: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte.

C:\Users\Suriyaa>docker-machine version
docker-machine version 0.6.0, build e27fb87

C:\Users\Suriyaa>docker-compose version
docker-compose version 1.6.2, build e80fc83
docker-py version: 1.7.2
CPython version: 2.7.11
OpenSSL version: OpenSSL 1.0.2d 9 Jul 2015

C:\Users\Suriyaa>

Please help me to figure this out. Thanks.

Yours, Suriyaa Kudo :octocat:

suriyaa commented 8 years ago

Other Errors

C:\Users\Suriyaa\Downloads\docker>docker-machine create --driver hyperv vm
Running pre-create checks...
Error with pre-create check: "read tcp 127.0.0.1:7809->127.0.0.1:7808: wsarecv: Eine vorhandene Verbindung wurde vom Remotehost geschlossen."
Error attempting heartbeat call to plugin server: connection is shut down

C:\Users\Suriyaa\Downloads\docker>docker-machine restart default
Restarting "default"...
Waiting for SSH to be available...
Detecting the provisioner...
OS type not recognized

C:\Users\Suriyaa\Downloads\docker>
suriyaa commented 8 years ago

I think I solved it with these commands!

Method 1

Use another name (not default!):

C:\Users\Suriyaa>docker-machine create --driver virtualbox default
Host already exists: "default"

C:\Users\Suriyaa>docker-machine create --driver virtualbox dev
Running pre-create checks...
(dev) You are using version 4.3.36r105129 of VirtualBox. If you encounter issues, you might want to upgrade to version 5 at https://www.virtualbox.org          Creating machine...
(dev) Copying C:\Users\Suriyaa\.docker\machine\cache\boot2docker.iso to C:\Users\Suriyaa\.docker\machine\machines\dev\boot2docker.iso...
(dev) Creating VirtualBox VM...
(dev) Creating SSH key...
(dev) Starting the VM...
(dev) Check network to re-create if needed...
(dev) Waiting for an IP...
(dev) The host-only adapter is corrupted. Let's stop the VM, fix the host-only adapter and restart the VM
(dev) Windows might ask for the permission to configure a network adapter. Sometimes, such confirmation window is minimized in the taskbar.
(dev) Waiting for an IP...
Waiting for machine to be running, this may take a few minutes...
Detecting operating system of created instance...
Waiting for SSH to be available...
Detecting the provisioner...
Provisioning with boot2docker...
Copying certs to the local machine directory...
Copying certs to the remote machine...
Setting Docker configuration on the remote daemon...
Checking connection to Docker...
Docker is up and running!
To see how to connect your Docker Client to the Docker Engine running on this virtual machine, run: docker-machine env dev

C:\Users\Suriyaa>docker-machine env dev
SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.99.101:2376
SET DOCKER_CERT_PATH=C:\Users\Suriyaa\.docker\machine\machines\dev
SET DOCKER_MACHINE_NAME=dev
REM Run this command to configure your shell:
REM     FOR /f "tokens=*" %i IN ('docker-machine env dev') DO %i

C:\Users\Suriyaa>docker-machine ls
NAME      ACTIVE   DRIVER       STATE     URL                         SWARM   DOCKER    ERRORS
default   -        virtualbox   Error                                         Unknown   machine does not exist
dev       -        virtualbox   Running   tcp://192.168.99.101:2376           v1.10.3

C:\Users\Suriyaa>

Method 2

  1. Open VirtualBox program
  2. Go to File -> Preferences -> Network -> Host-only Networks
  3. Docker Toolbox probably created a second Host-only network, probably named "VirtualBox Host-Only Ethernet Adapter # 2", double click that
  4. Change the "IPv4 Address" from something like 192.168.99.1 to something like 192.168.99.2 (you will probably have to increase / decrease the IP every time). But it's important that the IP actually changes.
  5. Hit OK. If the IP changed (it should have changed), you will be prompted for you "Windows Administrator OK" (or however it's named).

After that, the docker-machine and the Quickstart Terminal should work.

Or I can run docker-machine create -d virtualbox --virtualbox-hostonly-cidr "192.168.99.2/24" default(source: http://stackoverflow.com/a/34037073/5157221):

C:\Users\Suriyaa\Downloads>docker-machine create -d virtualbox --virtualbox-hostonly-cidr "192.168.99.2/24" default
Creating CA: C:\Users\Suriyaa\.docker\machine\certs\ca.pem
Creating client certificate: C:\Users\Suriyaa\.docker\machine\certs\cert.pem
Running pre-create checks...
(default) You are using version 4.3.36r105129 of VirtualBox. If you encounter issues, you might want to upgrade to version 5 at https://www.virtualbox.org
Creating machine...
(default) Copying C:\Users\Suriyaa\.docker\machine\cache\boot2docker.iso to C:\Users\Suriyaa\.docker\machine\machines\default\boot2docker.iso...
(default) Creating VirtualBox VM...
(default) Creating SSH key...
(default) Starting the VM...
(default) Check network to re-create if needed...
(default) Waiting for an IP...
Waiting for machine to be running, this may take a few minutes...
Detecting operating system of created instance...
Waiting for SSH to be available...
Detecting the provisioner...
Provisioning with boot2docker...
Copying certs to the local machine directory...
Copying certs to the remote machine...
Setting Docker configuration on the remote daemon...
Checking connection to Docker...
Docker is up and running!
To see how to connect your Docker Client to the Docker Engine running on this virtual machine, run: docker-machine env default

C:\Users\Suriyaa\Downloads>docker-machine env default
SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.99.101:2376
SET DOCKER_CERT_PATH=C:\Users\Suriyaa\.docker\machine\machines\default
SET DOCKER_MACHINE_NAME=default
REM Run this command to configure your shell:
REM     FOR /f "tokens=*" %i IN ('docker-machine env default') DO %i

C:\Users\Suriyaa\Downloads>docker-machine ls
NAME      ACTIVE   DRIVER       STATE     URL                         SWARM   DOCKER    ERRORS
default   -        virtualbox   Running   tcp://192.168.99.101:2376           v1.10.3

C:\Users\Suriyaa\Downloads>

Check if everything works fine:

Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Suriyaa>docker-machine restart default
Restarting "default"...
Waiting for SSH to be available...
Detecting the provisioner...
Restarted machines may have new IP addresses. You may need to re-run the `docker-machine env` command.

C:\Users\Suriyaa>docker-machine env
SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.99.101:2376
SET DOCKER_CERT_PATH=C:\Users\Suriyaa\.docker\machine\machines\default
SET DOCKER_MACHINE_NAME=default
REM Run this command to configure your shell:
REM     FOR /f "tokens=*" %i IN ('docker-machine env') DO %i

C:\Users\Suriyaa>docker-machine restart default
Restarting "default"...
Waiting for SSH to be available...
Detecting the provisioner...
Restarted machines may have new IP addresses. You may need to re-run the `docker-machine env` command.

:ok_hand: Perfect. Docker, the docker-machine command and Kitematic works fine! :smile:

suriyaa commented 8 years ago

Every time I want to start Docker I must do this:

Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Suriyaa>docker-machine regenerate-certs -f default
Regenerating TLS certificates
Waiting for SSH to be available...
Detecting the provisioner...
Copying certs to the local machine directory...
Copying certs to the remote machine...
Setting Docker configuration on the remote daemon...

C:\Users\Suriyaa>docker-machine start default
Starting "default"...
Machine "default" is already running.

C:\Users\Suriyaa>docker-machine ls
NAME      ACTIVE   DRIVER       STATE     URL                         SWARM   DOCKER    ERRORS
default   -        virtualbox   Running   tcp://192.168.99.100:2376           v1.10.3

C:\Users\Suriyaa>

If I don't do this, I get error like this: https://forums.docker.com/t/an-error-occurred-trying-to-connect-read-tcp-192-168-99-100-2376-connection-reset-by-peer/8200!