You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CWD = File.basename( Dir.pwd )
if CWD == 'local-testing'
puts 'Please execute vagrant from one of the sub-directories.'
Kernel.exit(2)
end
Get the version and build of the was-aids to use for testing
File.open("../.current-build", "r") do |f|
f.each_line do |line|
line = line.chomp
x = line.split("=", 2)
if x[0] == 'version'
AIDS_VERSION = x[1]
end
if x[0] == 'build'
AIDS_BUILD = x[1]
end
end
# If the file doesn't contain the right stuff, exit now
if AIDS_VERSION == nil || AIDS_VERSION == ''
puts "The was-aids version to use is not defined!"
Kernel.exit(1)
end
if AIDS_BUILD == nil || AIDS_BUILD == ''
puts "The was-aids build to use is not defined!"
Kernel.exit(1)
end
end
Read the master configuration for this workstation. This is where the
installation repository and application deployment packages are kept.
Update the file to change the locations relative to your workstation.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vagrant version 1.8.5
Host operating system Windows 10 Enterprise
Guest operating system SLES 11 SP3 or SLES 12 SP1
Vagrantfile
-- mode: ruby --
vi: set ft=ruby :
CWD = File.basename( Dir.pwd )
if CWD == 'local-testing'
puts 'Please execute vagrant from one of the sub-directories.'
Kernel.exit(2)
end
Get the version and build of the was-aids to use for testing
File.open("../.current-build", "r") do |f|
f.each_line do |line|
line = line.chomp
x = line.split("=", 2)
if x[0] == 'version'
AIDS_VERSION = x[1]
end
if x[0] == 'build'
AIDS_BUILD = x[1]
end
end
# If the file doesn't contain the right stuff, exit now
if AIDS_VERSION == nil || AIDS_VERSION == ''
puts "The was-aids version to use is not defined!"
Kernel.exit(1)
end
if AIDS_BUILD == nil || AIDS_BUILD == ''
puts "The was-aids build to use is not defined!"
Kernel.exit(1)
end
end
Read the master configuration for this workstation. This is where the
installation repository and application deployment packages are kept.
Update the file to change the locations relative to your workstation.
master = (JSON.parse(File.read("../workstation.json")))
Read the configuration data for all required hosts
json = (JSON.parse(File.read("config.json")))
This is the version under test
newVersion = json["version"]
A list of the old versions from which to update
oldVersions = json["prior_versions"]
for debugging, as this file only handles a single case
oldVersion = oldVersions[0]
Vagrant.configure(2) do |config|
end
Debug output
VirtualBox VM 5.1.2 r108956 win.amd64 (Jul 21 2016 16:53:31) release log
00:00:00.332466 Log opened 2016-08-15T18:23:19.567918700Z
00:00:00.332467 Build Type: release
00:00:00.332470 OS Product: Windows 10
00:00:00.332472 OS Release: 10.0.10240
00:00:00.332472 OS Service Pack:
00:00:00.369556 DMI Product Name: Precision M6700
00:00:00.372315 DMI Product Version: 01
00:00:00.372321 Host RAM: 16321MB total, 11275MB available
00:00:00.372323 Executable: C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe
00:00:00.372323 Process ID: 5064
00:00:00.372324 Package type: WINDOWS_64BITS_GENERIC
00:00:00.373150 Installed Extension Packs:
00:00:00.373184 Oracle VM VirtualBox Extension Pack (Version: 5.1.2 r108956; VRDE Module: VBoxVRDP)
00:00:00.373738 Console: Machine state changed to 'Starting'
00:00:00.406214 VRDP: Statistics created: [full], enabled: 0.
00:00:00.406544 VRDP: VRDP: VD: Frames=10 MinMS=15 MaxMS=300 HistoryMS=2000 VideoMS=300
00:00:00.420765 VRDP: TCP server listening on port 3389 (IPv4 and IPv6).
00:00:00.421256 VRDP: Audio: rate correction mode 0x3.
00:00:00.421361 VRDE: loaded version 4 of the server.
00:00:00.421383 VRDE: [IMAGE]
00:00:00.421391 VRDE: [MOUSEPTR]
00:00:00.421397 VRDE: [SCARD]
00:00:00.421403 VRDE: [TSMFRAW]
00:00:00.421408 VRDE: [VIDEOIN]
00:00:00.421413 VRDE: [VRDE::INPUT]
00:00:00.499392 SUP: Opened VMMR0.r0 (C:\Program Files\Oracle\VirtualBox\VMMR0.r0) at 0xfffff800e1500000 loaded by the native ring-0 loader.
00:00:00.499411 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xfffff800e1500000
00:00:00.500608 Guest OS type: 'OpenSUSE_64'
00:00:00.501556 fHMForced=true - SMP
00:00:00.501568 fHMForced=true - 64-bit guest
00:00:00.504972 File system of 'E:\VM\sles11sp3-80010\Snapshots' (snapshots) is unknown
00:00:00.504984 File system of 'E:\VM\sles11sp3-80010\box-disk1.vmdk' is ntfs
00:00:00.507402 File system of 'E:\VM\sles11sp3-80010\box-disk2.vmdk' is ntfs
00:00:00.625680 Shared clipboard service loaded
00:00:00.625700 Shared clipboard mode: Off
00:00:00.634608 Drag and drop service loaded
00:00:00.634622 Drag and drop mode: Off
00:00:00.651611 Guest Control service loaded
00:00:01.144591 Per-VM extradata API settings:
00:00:01.144604 VBoxInternal2/SharedFoldersEnableSymlinksCreate/apps="1"
00:00:01.144636 VBoxInternal2/SharedFoldersEnableSymlinksCreate/repository="1"
00:00:01.144668 VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant="1"
00:00:01.144784 ************************* CFGM dump *************************
00:00:01.144785 [/](level 0)
00:00:01.144788 CSAMEnabled = 0x0000000000000001 (1)
00:00:01.144789 CpuExecutionCap = 0x0000000000000064 (100)
00:00:01.144790 EnablePAE = 0x0000000000000001 (1)
00:00:01.144791 HMEnabled = 0x0000000000000001 (1)
00:00:01.144792 MemBalloonSize = 0x0000000000000000 (0)
00:00:01.144792 Name = "sles11sp3-80010" (cb=16)
00:00:01.144793 NumCPUs = 0x0000000000000002 (2)
00:00:01.144794 PATMEnabled = 0x0000000000000001 (1)
00:00:01.144795 PageFusionAllowed = 0x0000000000000000 (0)
00:00:01.144795 RamHoleSize = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.144797 RamSize = 0x00000000a0000000 (2 684 354 560, 2 GB)
00:00:01.144798 RawR0Enabled = 0x0000000000000001 (1)
00:00:01.144799 RawR3Enabled = 0x0000000000000001 (1)
00:00:01.144800 TimerMillies = 0x000000000000000a (10)
00:00:01.144800 UUID = "00 70 84 64 a3 08 f2 42 8b d6 5d 5f 8b 97 50 c2" (cb=16)
00:00:01.144803
00:00:01.144803 [/CPUM/](level 1)
00:00:01.144804 GuestCpuName = "host" (cb=5)
00:00:01.144805 PortableCpuIdLevel = 0x0000000000000000 (0)
00:00:01.144806
00:00:01.144806 [/DBGC/](level 1)
00:00:01.144807 GlobalInitScript = "C:\Users\SFREEMAN.VirtualBox/dbgc-init" (cb=40)
00:00:01.144808 HistoryFile = "C:\Users\SFREEMAN.VirtualBox/dbgc-history" (cb=43)
00:00:01.144808 LocalInitScript = "E:\VM\sles11sp3-80010/dbgc-init" (cb=32)
00:00:01.144809
00:00:01.144809 [/DBGF/](level 1)
00:00:01.144810 Path = "E:\VM\sles11sp3-80010/debug/;E:\VM\sles11sp3-80010/;C:\Users\SFREEMAN" (cb=71)
00:00:01.144811
00:00:01.144811 [/Devices/](level 1)
00:00:01.144812
00:00:01.144812 [/Devices/8237A/](level 2)
00:00:01.144813
00:00:01.144813 [/Devices/8237A/0/](level 3)
00:00:01.144814 Trusted = 0x0000000000000001 (1)
00:00:01.144815
00:00:01.144815 [/Devices/VMMDev/](level 2)
00:00:01.144816
00:00:01.144816 [/Devices/VMMDev/0/](level 3)
00:00:01.144817 PCIBusNo = 0x0000000000000000 (0)
00:00:01.144818 PCIDeviceNo = 0x0000000000000004 (4)
00:00:01.144819 PCIFunctionNo = 0x0000000000000000 (0)
00:00:01.144819 Trusted = 0x0000000000000001 (1)
00:00:01.144820
00:00:01.144820 [/Devices/VMMDev/0/Config/](level 4)
00:00:01.144821 GuestCoreDumpDir = "E:\VM\sles11sp3-80010\Snapshots" (cb=32)
00:00:01.144822 RamSize = 0x00000000a0000000 (2 684 354 560, 2 GB)
00:00:01.144823
00:00:01.144824 [/Devices/VMMDev/0/LUN#0/](level 4)
00:00:01.144825 Driver = "HGCM" (cb=5)
00:00:01.144825
00:00:01.144826 [/Devices/VMMDev/0/LUN#0/Config/](level 5)
00:00:01.144827 Object = 0x000000000212f6b0 (34 797 232)
00:00:01.144828
00:00:01.144828 [/Devices/VMMDev/0/LUN#999/](level 4)
00:00:01.144829 Driver = "MainStatus" (cb=11)
00:00:01.144830
00:00:01.144830 [/Devices/VMMDev/0/LUN#999/Config/](level 5)
00:00:01.144831 First = 0x0000000000000000 (0)
00:00:01.144832 Last = 0x0000000000000000 (0)
00:00:01.144832 papLeds = 0x00000000020e90d8 (34 509 016)
00:00:01.144833
00:00:01.144833 [/Devices/acpi/](level 2)
00:00:01.144834
00:00:01.144834 [/Devices/acpi/0/](level 3)
00:00:01.144835 PCIBusNo = 0x0000000000000000 (0)
00:00:01.144836 PCIDeviceNo = 0x0000000000000007 (7)
00:00:01.144837 PCIFunctionNo = 0x0000000000000000 (0)
00:00:01.144837 Trusted = 0x0000000000000001 (1)
00:00:01.144838
00:00:01.144838 [/Devices/acpi/0/Config/](level 4)
00:00:01.144840 CpuHotPlug = 0x0000000000000000 (0)
00:00:01.144840 FdcEnabled = 0x0000000000000000 (0)
00:00:01.144841 HostBusPciAddress = 0x0000000000000000 (0)
00:00:01.144842 HpetEnabled = 0x0000000000000000 (0)
00:00:01.144842 IOAPIC = 0x0000000000000001 (1)
00:00:01.144843 IocPciAddress = 0x0000000000010000 (65 536)
00:00:01.144844 NumCPUs = 0x0000000000000002 (2)
00:00:01.144845 Parallel0IoPortBase = 0x0000000000000000 (0)
00:00:01.144845 Parallel0Irq = 0x0000000000000000 (0)
00:00:01.144846 Parallel1IoPortBase = 0x0000000000000000 (0)
00:00:01.144847 Parallel1Irq = 0x0000000000000000 (0)
00:00:01.144847 RamHoleSize = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.144849 RamSize = 0x00000000a0000000 (2 684 354 560, 2 GB)
00:00:01.144850 Serial0IoPortBase = 0x0000000000000000 (0)
00:00:01.144850 Serial0Irq = 0x0000000000000000 (0)
00:00:01.144851 Serial1IoPortBase = 0x0000000000000000 (0)
00:00:01.144852 Serial1Irq = 0x0000000000000000 (0)
00:00:01.144852 ShowCpu = 0x0000000000000001 (1)
00:00:01.144853 ShowRtc = 0x0000000000000000 (0)
00:00:01.144854 SmcEnabled = 0x0000000000000000 (0)
00:00:01.144854
00:00:01.144855 [/Devices/acpi/0/LUN#0/](level 4)
00:00:01.144856 Driver = "ACPIHost" (cb=9)
00:00:01.144856
00:00:01.144856 [/Devices/acpi/0/LUN#0/Config/](level 5)
00:00:01.144857
00:00:01.144857 [/Devices/acpi/0/LUN#1/](level 4)
00:00:01.144858 Driver = "ACPICpu" (cb=8)
00:00:01.144859
00:00:01.144859 [/Devices/acpi/0/LUN#1/Config/](level 5)
00:00:01.144860
00:00:01.144860 [/Devices/apic/](level 2)
00:00:01.144861
00:00:01.144861 [/Devices/apic/0/](level 3)
00:00:01.144862 Trusted = 0x0000000000000001 (1)
00:00:01.144863
00:00:01.144863 [/Devices/apic/0/Config/](level 4)
00:00:01.144864 IOAPIC = 0x0000000000000001 (1)
00:00:01.144864 Mode = 0x0000000000000003 (3)
00:00:01.144865 NumCPUs = 0x0000000000000002 (2)
00:00:01.144866
00:00:01.144866 [/Devices/e1000/](level 2)
00:00:01.144867
00:00:01.144867 [/Devices/e1000/0/](level 3)
00:00:01.144868 PCIBusNo = 0x0000000000000000 (0)
00:00:01.144869 PCIDeviceNo = 0x0000000000000011 (17)
00:00:01.144869 PCIFunctionNo = 0x0000000000000000 (0)
00:00:01.144870 Trusted = 0x0000000000000001 (1)
00:00:01.144871
00:00:01.144871 [/Devices/e1000/0/Config/](level 4)
00:00:01.144872 AdapterType = 0x0000000000000002 (2)
00:00:01.144872 CableConnected = 0x0000000000000001 (1)
00:00:01.144873 LineSpeed = 0x0000000000000000 (0)
00:00:01.144874 MAC = "08 00 27 82 33 db" (cb=6)
00:00:01.144875
00:00:01.144875 [/Devices/e1000/0/LUN#0/](level 4)
00:00:01.144876 Driver = "NAT" (cb=4)
00:00:01.144877
00:00:01.144877 [/Devices/e1000/0/LUN#0/Config/](level 5)
00:00:01.144878 AliasMode = 0x0000000000000000 (0)
00:00:01.144879 BootFile = "sles11sp3-80010.pxe" (cb=20)
00:00:01.144880 DNSProxy = 0x0000000000000001 (1)
00:00:01.144880 Network = "10.0.2.0/24" (cb=12)
00:00:01.144881 PassDomain = 0x0000000000000001 (1)
00:00:01.144882 TFTPPrefix = "C:\Users\SFREEMAN.VirtualBox\TFTP" (cb=35)
00:00:01.144882 UseHostResolver = 0x0000000000000001 (1)
00:00:01.144883
00:00:01.144883 [/Devices/e1000/0/LUN#0/Config/http/](level 6)
00:00:01.144884 GuestPort = 0x0000000000000050 (80)
00:00:01.144885 HostPort = 0x0000000000001f90 (8 080)
00:00:01.144886 Protocol = "TCP" (cb=4)
00:00:01.144886
00:00:01.144887 [/Devices/e1000/0/LUN#0/Config/isc/](level 6)
00:00:01.144888 GuestPort = 0x0000000000002364 (9 060)
00:00:01.144889 HostPort = 0x0000000000002364 (9 060)
00:00:01.144889 Protocol = "TCP" (cb=4)
00:00:01.144890
00:00:01.144890 [/Devices/e1000/0/LUN#0/Config/isc-secure/](level 6)
00:00:01.144891 GuestPort = 0x0000000000002353 (9 043)
00:00:01.144892 HostPort = 0x0000000000002353 (9 043)
00:00:01.144893 Protocol = "TCP" (cb=4)
00:00:01.144893
00:00:01.144893 [/Devices/e1000/0/LUN#0/Config/ssh/](level 6)
00:00:01.144894 GuestPort = 0x0000000000000016 (22)
00:00:01.144895 HostPort = 0x00000000000008ae (2 222)
00:00:01.144896 Protocol = "TCP" (cb=4)
00:00:01.144896
00:00:01.144897 [/Devices/e1000/0/LUN#999/](level 4)
00:00:01.144897 Driver = "MainStatus" (cb=11)
00:00:01.144898
00:00:01.144898 [/Devices/e1000/0/LUN#999/Config/](level 5)
00:00:01.144899 First = 0x0000000000000000 (0)
00:00:01.144900 Last = 0x0000000000000000 (0)
00:00:01.144900 papLeds = 0x00000000020e8fb8 (34 508 728)
00:00:01.144901
00:00:01.144901 [/Devices/e1000/1/](level 3)
00:00:01.144902 PCIBusNo = 0x0000000000000000 (0)
00:00:01.144903 PCIDeviceNo = 0x0000000000000008 (8)
00:00:01.144903 PCIFunctionNo = 0x0000000000000000 (0)
00:00:01.144904 Trusted = 0x0000000000000001 (1)
00:00:01.144905
00:00:01.144905 [/Devices/e1000/1/Config/](level 4)
00:00:01.144906 AdapterType = 0x0000000000000000 (0)
00:00:01.144906 CableConnected = 0x0000000000000001 (1)
00:00:01.144907 LineSpeed = 0x0000000000000000 (0)
00:00:01.144907 MAC = "08 00 27 08 ec dc" (cb=6)
00:00:01.144909
00:00:01.144909 [/Devices/e1000/1/LUN#0/](level 4)
00:00:01.144910 Driver = "IntNet" (cb=7)
00:00:01.144910
00:00:01.144910 [/Devices/e1000/1/LUN#0/Config/](level 5)
00:00:01.144911 IfPolicyPromisc = "deny" (cb=5)
00:00:01.144912 IgnoreConnectFailure = 0x0000000000000000 (0)
00:00:01.144913 Network = "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2" (cb=65)
00:00:01.144913 Trunk = "\DEVICE{6CED6C0D-D9B3-4A50-B8F1-915F80451E3B}" (cb=47)
00:00:01.144914 TrunkType = 0x0000000000000003 (3)
00:00:01.144915
00:00:01.144915 [/Devices/e1000/1/LUN#999/](level 4)
00:00:01.144916 Driver = "MainStatus" (cb=11)
00:00:01.144916
00:00:01.144917 [/Devices/e1000/1/LUN#999/Config/](level 5)
00:00:01.144918 First = 0x0000000000000000 (0)
00:00:01.144918 Last = 0x0000000000000000 (0)
00:00:01.144919 papLeds = 0x00000000020e8fc0 (34 508 736)
00:00:01.144920
00:00:01.144920 [/Devices/i8254/](level 2)
00:00:01.144921
00:00:01.144921 [/Devices/i8254/0/](level 3)
00:00:01.144922
00:00:01.144922 [/Devices/i8254/0/Config/](level 4)
00:00:01.144923
00:00:01.144923 [/Devices/i8259/](level 2)
00:00:01.144924
00:00:01.144924 [/Devices/i8259/0/](level 3)
00:00:01.144925 Trusted = 0x0000000000000001 (1)
00:00:01.144925
00:00:01.144926 [/Devices/i8259/0/Config/](level 4)
00:00:01.144926
00:00:01.144927 [/Devices/ichac97/](level 2)
00:00:01.144927
00:00:01.144928 [/Devices/ichac97/0/](level 3)
00:00:01.144928 PCIBusNo = 0x0000000000000000 (0)
00:00:01.144929 PCIDeviceNo = 0x0000000000000005 (5)
00:00:01.144930 PCIFunctionNo = 0x0000000000000000 (0)
00:00:01.144930 Trusted = 0x0000000000000001 (1)
00:00:01.144931
00:00:01.144931 [/Devices/ichac97/0/AudioConfig/](level 4)
00:00:01.144932
00:00:01.144932 [/Devices/ichac97/0/Config/](level 4)
00:00:01.144933 Codec = "STAC9700" (cb=9)
00:00:01.144934
00:00:01.144934 [/Devices/ichac97/0/LUN#0/](level 4)
00:00:01.144935 Driver = "AUDIO" (cb=6)
00:00:01.144935
00:00:01.144935 [/Devices/ichac97/0/LUN#0/AttachedDriver/](level 5)
00:00:01.144937 Driver = "DSoundAudio" (cb=12)
00:00:01.144937
00:00:01.144937 [/Devices/ichac97/0/LUN#0/AttachedDriver/Config/](level 6)
00:00:01.144938 StreamName = "sles11sp3-80010" (cb=16)
00:00:01.144939
00:00:01.144939 [/Devices/ichac97/0/LUN#0/Config/](level 5)
00:00:01.144940
00:00:01.144940 [/Devices/ichac97/0/LUN#1/](level 4)
00:00:01.144941 Driver = "AUDIO" (cb=6)
00:00:01.144942
00:00:01.144942 [/Devices/ichac97/0/LUN#1/AttachedDriver/](level 5)
00:00:01.144943 Driver = "AudioVRDE" (cb=10)
00:00:01.144944
00:00:01.144944 [/Devices/ichac97/0/LUN#1/AttachedDriver/Config/](level 6)
00:00:01.144945 AudioDriver = "AudioVRDE" (cb=10)
00:00:01.144945 Object = 0x000000000215c990 (34 982 288)
00:00:01.144946 ObjectVRDPServer = 0x0000000002157960 (34 961 760)
00:00:01.144947 StreamName = "sles11sp3-80010" (cb=16)
00:00:01.144948
00:00:01.144948 [/Devices/ioapic/](level 2)
00:00:01.144949
00:00:01.144949 [/Devices/ioapic/0/](level 3)
00:00:01.144950 Trusted = 0x0000000000000001 (1)
00:00:01.144951
00:00:01.144951 [/Devices/ioapic/0/Config/](level 4)
00:00:01.144952 NumCPUs = 0x0000000000000002 (2)
00:00:01.144952
00:00:01.144952 [/Devices/lsilogicscsi/](level 2)
00:00:01.144953
00:00:01.144953 [/Devices/lsilogicscsi/0/](level 3)
00:00:01.144954 PCIBusNo = 0x0000000000000000 (0)
00:00:01.144955 PCIDeviceNo = 0x0000000000000014 (20)
00:00:01.144956 PCIFunctionNo = 0x0000000000000000 (0)
00:00:01.144956 Trusted = 0x0000000000000001 (1)
00:00:01.144957
00:00:01.144957 [/Devices/lsilogicscsi/0/Config/](level 4)
00:00:01.144958 Bootable = 0x0000000000000001 (1)
00:00:01.144959
00:00:01.144959 [/Devices/lsilogicscsi/0/LUN#0/](level 4)
00:00:01.144960 Driver = "SCSI" (cb=5)
00:00:01.144960
00:00:01.144961 [/Devices/lsilogicscsi/0/LUN#0/AttachedDriver/](level 5)
00:00:01.144962 Driver = "VD" (cb=3)
00:00:01.144962
00:00:01.144962 [/Devices/lsilogicscsi/0/LUN#0/AttachedDriver/Config/](level 6)
00:00:01.144964 BlockCache = 0x0000000000000001 (1)
00:00:01.144964 Format = "VMDK" (cb=5)
00:00:01.144965 Mountable = 0x0000000000000000 (0)
00:00:01.144965 Path = "E:\VM\sles11sp3-80010\box-disk1.vmdk" (cb=37)
00:00:01.144966 Type = "HardDisk" (cb=9)
00:00:01.144967 UseNewIo = 0x0000000000000001 (1)
00:00:01.144967
00:00:01.144967 [/Devices/lsilogicscsi/0/LUN#0/AttachedDriver/Config/Plugins/](level 7)
00:00:01.144969
00:00:01.144969 [/Devices/lsilogicscsi/0/LUN#0/AttachedDriver/Config/Plugins/VDPluginCrypt/](level 8)
00:00:01.144970 Path = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VDPluginCrypt.DLL" (cb=114)
00:00:01.144971
00:00:01.144971 [/Devices/lsilogicscsi/0/LUN#0/Config/](level 5)
00:00:01.144972 NonRotationalMedium = 0x0000000000000000 (0)
00:00:01.144973
00:00:01.144973 [/Devices/lsilogicscsi/0/LUN#1/](level 4)
00:00:01.144974 Driver = "SCSI" (cb=5)
00:00:01.144975
00:00:01.144975 [/Devices/lsilogicscsi/0/LUN#1/AttachedDriver/](level 5)
00:00:01.144976 Driver = "VD" (cb=3)
00:00:01.144976
00:00:01.144977 [/Devices/lsilogicscsi/0/LUN#1/AttachedDriver/Config/](level 6)
00:00:01.144978 BlockCache = 0x0000000000000001 (1)
00:00:01.144978 Format = "VMDK" (cb=5)
00:00:01.144979 Mountable = 0x0000000000000000 (0)
00:00:01.144979 Path = "E:\VM\sles11sp3-80010\box-disk2.vmdk" (cb=37)
00:00:01.144980 Type = "HardDisk" (cb=9)
00:00:01.144981 UseNewIo = 0x0000000000000001 (1)
00:00:01.144981
00:00:01.144982 [/Devices/lsilogicscsi/0/LUN#1/AttachedDriver/Config/Plugins/](level 7)
00:00:01.144983
00:00:01.144983 [/Devices/lsilogicscsi/0/LUN#1/AttachedDriver/Config/Plugins/VDPluginCrypt/](level 8)
00:00:01.144984 Path = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VDPluginCrypt.DLL" (cb=114)
00:00:01.144985
00:00:01.144985 [/Devices/lsilogicscsi/0/LUN#1/Config/](level 5)
00:00:01.144986 NonRotationalMedium = 0x0000000000000000 (0)
00:00:01.144987
00:00:01.144987 [/Devices/lsilogicscsi/0/LUN#2/](level 4)
00:00:01.144988 Driver = "SCSI" (cb=5)
00:00:01.144988
00:00:01.144989 [/Devices/lsilogicscsi/0/LUN#2/AttachedDriver/](level 5)
00:00:01.144990 Driver = "VD" (cb=3)
00:00:01.144990
00:00:01.144990 [/Devices/lsilogicscsi/0/LUN#2/AttachedDriver/Config/](level 6)
00:00:01.144991 EmptyDrive = 0x0000000000000001 (1)
00:00:01.144992 Mountable = 0x0000000000000001 (1)
00:00:01.144992 Type = "DVD" (cb=4)
00:00:01.144993
00:00:01.144993 [/Devices/lsilogicscsi/0/LUN#2/Config/](level 5)
00:00:01.144994 NonRotationalMedium = 0x0000000000000000 (0)
00:00:01.144995
00:00:01.144995 [/Devices/lsilogicscsi/0/LUN#999/](level 4)
00:00:01.144996 Driver = "MainStatus" (cb=11)
00:00:01.144996
00:00:01.144997 [/Devices/lsilogicscsi/0/LUN#999/Config/](level 5)
00:00:01.144998 DeviceInstance = "lsilogicscsi/0" (cb=15)
00:00:01.144998 First = 0x0000000000000000 (0)
00:00:01.144999 Last = 0x000000000000000f (15)
00:00:01.145000 pConsole = 0x00000000020e88d0 (34 506 960)
00:00:01.145001 papLeds = 0x00000000020e8dc8 (34 508 232)
00:00:01.145002 pmapMediumAttachments = 0x00000000020e90f8 (34 509 048)
00:00:01.145003
00:00:01.145003 [/Devices/mc146818/](level 2)
00:00:01.145004
00:00:01.145004 [/Devices/mc146818/0/](level 3)
00:00:01.145005
00:00:01.145005 [/Devices/mc146818/0/Config/](level 4)
00:00:01.145006 UseUTC = 0x0000000000000001 (1)
00:00:01.145006
00:00:01.145007 [/Devices/parallel/](level 2)
00:00:01.145007
00:00:01.145007 [/Devices/pcarch/](level 2)
00:00:01.145008
00:00:01.145008 [/Devices/pcarch/0/](level 3)
00:00:01.145009 Trusted = 0x0000000000000001 (1)
00:00:01.145010
00:00:01.145010 [/Devices/pcarch/0/Config/](level 4)
00:00:01.145011
00:00:01.145011 [/Devices/pcbios/](level 2)
00:00:01.145012
00:00:01.145012 [/Devices/pcbios/0/](level 3)
00:00:01.145013 Trusted = 0x0000000000000001 (1)
00:00:01.145013
00:00:01.145013 [/Devices/pcbios/0/Config/](level 4)
00:00:01.145015 APIC = 0x0000000000000001 (1)
00:00:01.145015 BootDevice0 = "FLOPPY" (cb=7)
00:00:01.145016 BootDevice1 = "DVD" (cb=4)
00:00:01.145016 BootDevice2 = "IDE" (cb=4)
00:00:01.145017 BootDevice3 = "NONE" (cb=5)
00:00:01.145018 FloppyDevice = "i82078" (cb=7)
00:00:01.145018 HardDiskDevice = "piix3ide" (cb=9)
00:00:01.145019 IOAPIC = 0x0000000000000001 (1)
00:00:01.145020 LanBootRom = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\PXE-Intel.rom" (cb=100)
00:00:01.145020 McfgBase = 0x0000000000000000 (0)
00:00:01.145021 McfgLength = 0x0000000000000000 (0)
00:00:01.145022 NumCPUs = 0x0000000000000002 (2)
00:00:01.145022 PXEDebug = 0x0000000000000000 (0)
00:00:01.145023 RamHoleSize = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.145024 RamSize = 0x00000000a0000000 (2 684 354 560, 2 GB)
00:00:01.145034 ScsiHardDiskDevice = "lsilogicscsi" (cb=13)
00:00:01.145035 ScsiLUN1 = 0x0000000000000000 (0)
00:00:01.145036 ScsiLUN2 = 0x0000000000000001 (1)
00:00:01.145036 UUID = "00 70 84 64 a3 08 f2 42 8b d6 5d 5f 8b 97 50 c2" (cb=16)
00:00:01.145038
00:00:01.145038 [/Devices/pcbios/0/Config/NetBoot/](level 5)
00:00:01.145039
00:00:01.145040 [/Devices/pcbios/0/Config/NetBoot/0/](level 6)
00:00:01.145041 NIC = 0x0000000000000000 (0)
00:00:01.145041 PCIBusNo = 0x0000000000000000 (0)
00:00:01.145042 PCIDeviceNo = 0x0000000000000011 (17)
00:00:01.145043 PCIFunctionNo = 0x0000000000000000 (0)
00:00:01.145043
00:00:01.145043 [/Devices/pci/](level 2)
00:00:01.145044
00:00:01.145044 [/Devices/pci/0/](level 3)
00:00:01.145045 Trusted = 0x0000000000000001 (1)
00:00:01.145046
00:00:01.145046 [/Devices/pci/0/Config/](level 4)
00:00:01.145047 IOAPIC = 0x0000000000000001 (1)
00:00:01.145047
00:00:01.145047 [/Devices/pckbd/](level 2)
00:00:01.145048
00:00:01.145048 [/Devices/pckbd/0/](level 3)
00:00:01.145049 Trusted = 0x0000000000000001 (1)
00:00:01.145049
00:00:01.145050 [/Devices/pckbd/0/Config/](level 4)
00:00:01.145050
00:00:01.145051 [/Devices/pckbd/0/LUN#0/](level 4)
00:00:01.145051 Driver = "KeyboardQueue" (cb=14)
00:00:01.145052
00:00:01.145052 [/Devices/pckbd/0/LUN#0/AttachedDriver/](level 5)
00:00:01.145053 Driver = "MainKeyboard" (cb=13)
00:00:01.145054
00:00:01.145054 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/](level 6)
00:00:01.145055 Object = 0x000000000214f9e0 (34 929 120)
00:00:01.145056
00:00:01.145056 [/Devices/pckbd/0/LUN#0/Config/](level 5)
00:00:01.145057 QueueSize = 0x0000000000000040 (64)
00:00:01.145058
00:00:01.145058 [/Devices/pckbd/0/LUN#1/](level 4)
00:00:01.145059 Driver = "MouseQueue" (cb=11)
00:00:01.145059
00:00:01.145060 [/Devices/pckbd/0/LUN#1/AttachedDriver/](level 5)
00:00:01.145061 Driver = "MainMouse" (cb=10)
00:00:01.145061
00:00:01.145061 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/](level 6)
00:00:01.145062 Object = 0x0000000001f74680 (32 982 656)
00:00:01.145063
00:00:01.145063 [/Devices/pckbd/0/LUN#1/Config/](level 5)
00:00:01.145064 QueueSize = 0x0000000000000080 (128)
00:00:01.145065
00:00:01.145065 [/Devices/pcnet/](level 2)
00:00:01.145066
00:00:01.145066 [/Devices/serial/](level 2)
00:00:01.145067
00:00:01.145067 [/Devices/vga/](level 2)
00:00:01.145067
00:00:01.145068 [/Devices/vga/0/](level 3)
00:00:01.145068 PCIBusNo = 0x0000000000000000 (0)
00:00:01.145069 PCIDeviceNo = 0x0000000000000002 (2)
00:00:01.145070 PCIFunctionNo = 0x0000000000000000 (0)
00:00:01.145070 Trusted = 0x0000000000000001 (1)
00:00:01.145071
00:00:01.145071 [/Devices/vga/0/Config/](level 4)
00:00:01.145072 CustomVideoModes = 0x0000000000000000 (0)
00:00:01.145072 FadeIn = 0x0000000000000001 (1)
00:00:01.145073 FadeOut = 0x0000000000000001 (1)
00:00:01.145074 HeightReduction = 0x0000000000000000 (0)
00:00:01.145074 LogoFile = "" (cb=1)
00:00:01.145075 LogoTime = 0x0000000000000000 (0)
00:00:01.145076 MonitorCount = 0x0000000000000001 (1)
00:00:01.145076 ShowBootMenu = 0x0000000000000002 (2)
00:00:01.145077 VRamSize = 0x0000000001000000 (16 777 216, 16 MB)
00:00:01.145078
00:00:01.145078 [/Devices/vga/0/LUN#0/](level 4)
00:00:01.145079 Driver = "MainDisplay" (cb=12)
00:00:01.145080
00:00:01.145080 [/Devices/vga/0/LUN#0/Config/](level 5)
00:00:01.145081 Object = 0x0000000002154870 (34 949 232)
00:00:01.145081
00:00:01.145082 [/Devices/vga/0/LUN#999/](level 4)
00:00:01.145082 Driver = "MainStatus" (cb=11)
00:00:01.145083
00:00:01.145083 [/Devices/vga/0/LUN#999/Config/](level 5)
00:00:01.145084 First = 0x0000000000000000 (0)
00:00:01.145085 Last = 0x0000000000000000 (0)
00:00:01.145085 papLeds = 0x00000000020e90f0 (34 509 040)
00:00:01.145086
00:00:01.145086 [/Devices/virtio-net/](level 2)
00:00:01.145087
00:00:01.145087 [/EM/](level 1)
00:00:01.145088 TripleFaultReset = 0x0000000000000000 (0)
00:00:01.145088
00:00:01.145089 [/GIM/](level 1)
00:00:01.145089 Provider = "None" (cb=5)
00:00:01.145090
00:00:01.145090 [/HM/](level 1)
00:00:01.145091 64bitEnabled = 0x0000000000000001 (1)
00:00:01.145091 EnableLargePages = 0x0000000000000001 (1)
00:00:01.145092 EnableNestedPaging = 0x0000000000000001 (1)
00:00:01.145092 EnableUX = 0x0000000000000001 (1)
00:00:01.145093 EnableVPID = 0x0000000000000001 (1)
00:00:01.145094 Exclusive = 0x0000000000000000 (0)
00:00:01.145094 HMForced = 0x0000000000000001 (1)
00:00:01.145095
00:00:01.145095 [/MM/](level 1)
00:00:01.145096 CanUseLargerHeap = 0x0000000000000000 (0)
00:00:01.145096
00:00:01.145096 [/PDM/](level 1)
00:00:01.145097
00:00:01.145097 [/PDM/AsyncCompletion/](level 2)
00:00:01.145098
00:00:01.145098 [/PDM/AsyncCompletion/File/](level 3)
00:00:01.145099
00:00:01.145099 [/PDM/AsyncCompletion/File/BwGroups/](level 4)
00:00:01.145100
00:00:01.145100 [/PDM/BlkCache/](level 2)
00:00:01.145101 CacheSize = 0x0000000000500000 (5 242 880, 5 MB)
00:00:01.145102
00:00:01.145102 [/PDM/Devices/](level 2)
00:00:01.145103
00:00:01.145103 [/PDM/Devices/VBoxEhci/](level 3)
00:00:01.145104 Path = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VBoxEhciR3.DLL" (cb=111)
00:00:01.145105 R0SearchPath = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64" (cb=96)
00:00:01.145105 RCSearchPath = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64" (cb=96)
00:00:01.145106
00:00:01.145106 [/PDM/Devices/VBoxNvme/](level 3)
00:00:01.145107 Path = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VBoxNvmeR3.DLL" (cb=111)
00:00:01.145108 R0SearchPath = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64" (cb=96)
00:00:01.145109 RCSearchPath = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64" (cb=96)
00:00:01.145109
00:00:01.145109 [/PDM/Drivers/](level 2)
00:00:01.145110
00:00:01.145110 [/PDM/Drivers/DrvHostWebcam/](level 3)
00:00:01.145111 Path = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VBoxHostWebcam.DLL" (cb=115)
00:00:01.145112
00:00:01.145112 [/PDM/Drivers/VBoxC/](level 3)
00:00:01.145113 Path = "VBoxC" (cb=6)
00:00:01.145113
00:00:01.145113 [/PDM/NetworkShaper/](level 2)
00:00:01.145114
00:00:01.145114 [/PDM/NetworkShaper/BwGroups/](level 3)
00:00:01.145115
00:00:01.145115 [/PDM/USB/](level 2)
00:00:01.145116
00:00:01.145116 [/PDM/USB/VBoxUsbCardReader/](level 3)
00:00:01.145117 Path = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VBoxUsbCardReaderR3.DLL" (cb=120)
00:00:01.145118
00:00:01.145118 [/PDM/USB/VBoxUsbWebcam/](level 3)
00:00:01.145119 Path = "C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VBoxUsbWebcamR3.DLL" (cb=116)
00:00:01.145119
00:00:01.145120 [/TM/](level 1)
00:00:01.145120 UTCOffset = 0x0000000000000000 (0)
00:00:01.145121
00:00:01.145121 ********************* End of CFGM dump **********************
00:00:01.145132 VM: fHMEnabled=true (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:01.145133 VM: fRawRing1Enabled=false CSAM=true PATM=true
00:00:01.145311 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support
00:00:01.145417 MM: cbHyperHeap=0x140000 (1310720)
00:00:01.146196 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x7
00:00:01.147189 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:01.147248 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:01.147256 CPUM: VCPU 0: Cached APIC base MSR = 0x0
00:00:01.147261 CPUM: VCPU 1: Cached APIC base MSR = 0x0
00:00:01.148086 PGM: HCPhysInterPD=00000000ccb96000 HCPhysInterPaePDPT=00000000ccb93000 HCPhysInterPaePML4=00000000ccb91000
00:00:01.148096 PGM: apInterPTs={00000000ccb95000,00000000ccb94000} apInterPaePTs={0000000417755000,0000000081fd6000} apInterPaePDs={00000003dd157000,00000003872d8000,000000037d659000,000000029715a000} pInterPaePDPT64=00000000ccb92000
00:00:01.148103 PGM: Host paging mode: AMD64+PGE+NX
00:00:01.148110 PGM: PGMPool: cMaxPages=1328 (u64MaxPages=1314)
00:00:01.148114 PGM: pgmR3PoolInit: cMaxPages=0x530 cMaxUsers=0xa60 cMaxPhysExts=0xa60 fCacheEnable=true
00:00:01.161783 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=93 u32UpdateIntervalNS=10749200 enmUseTscDelta=2 (Pratically Zero) fGetGipCpu=0x3 cCpus=8
00:00:01.161814 TM: GIP - u64CpuHz=2 691 269 584 (0xa06983d0) SUPGetCpuHzFromGip => 2 691 269 584
00:00:01.161821 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=2691269584() cErrors=0
00:00:01.161874 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x1 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=2691269416() cErrors=0
00:00:01.161883 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x2 iGipCpu=0x7 i64TSCDelta=0 enmState=3 u64CpuHz=2691269519() cErrors=0
00:00:01.161887 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x3 iGipCpu=0x4 i64TSCDelta=0 enmState=3 u64CpuHz=2691269207() cErrors=0
00:00:01.161892 TM: GIP - CPU: iCpuSet=0x4 idCpu=0x4 idApic=0x4 iGipCpu=0x5 i64TSCDelta=0 enmState=3 u64CpuHz=2691269690() cErrors=0
00:00:01.161896 TM: GIP - CPU: iCpuSet=0x5 idCpu=0x5 idApic=0x5 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=2691289023() cErrors=0
00:00:01.161900 TM: GIP - CPU: iCpuSet=0x6 idCpu=0x6 idApic=0x6 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=2691266342() cErrors=0
00:00:01.161904 TM: GIP - CPU: iCpuSet=0x7 idCpu=0x7 idApic=0x7 iGipCpu=0x6 i64TSCDelta=0 enmState=3 u64CpuHz=2691269334() cErrors=0
00:00:01.161969 TM: cTSCTicksPerSecond=2 691 269 584 (0xa06983d0) enmTSCMode=1 (VirtTscEmulated)
00:00:01.161971 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:01.162564 VMM: CoreCode: R3=00000000060d0000 R0=ffffd0002283f000 RC=a0bc3000 Phys=00000000ccb76000 cb=0x1000
00:00:01.162759 IEM: TargetCpu=CURRENT, Microarch=Intel_Core7_IvyBridge
00:00:01.162934 GIM: Using provider 'None' (Implementation version: 0)
00:00:01.163006 AIOMgr: Default manager type is 'Async'
00:00:01.163013 AIOMgr: Default file backend is 'NonBuffered'
00:00:01.163227 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:01.163235 BlkCache: Cache commit interval is 10000 ms
00:00:01.163241 BlkCache: Cache commit threshold is 2621440 bytes
00:00:01.378216 PcBios: [SMP] BIOS with 2 CPUs
00:00:01.378238 PcBios: Using the 386+ BIOS image.
00:00:01.378327 PcBios: MPS table at 000e1300
00:00:01.379351 PcBios: Using LAN ROM 'C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\PXE-Intel.rom' with a size of 0xc000 bytes
00:00:01.392737 PcBios: fCheckShutdownStatusForSoftReset=true fClearShutdownStatusOnHardReset=true
00:00:01.403418 SUP: Loaded VBoxDDR0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0) at 0xfffff800e18a0000 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000 using the native ring-0 loader
00:00:01.403433 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0=0xfffff800e18a0000
00:00:01.404032 CPUM: SetGuestCpuIdFeature: Enabled xAPIC
00:00:01.404041 CPUM: SetGuestCpuIdFeature: Enabled x2APIC
00:00:01.404607 IOAPIC: Using implementation 2.0!
00:00:01.404686 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.414917 Shared Folders service loaded
00:00:01.418315 VGA: Using the 386+ BIOS image.
00:00:01.419793 VD: VDInit finished
00:00:01.442592 DrvVD: Flushes will be ignored
00:00:01.442602 DrvVD: Async flushes will be passed to the disk
00:00:01.556500 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk1.vmdk' (flags 000c0723) created successfully
00:00:01.609182 AIOMgr: Async flushes not supported
00:00:01.609249 VD: Opening the disk took 166637038 ns
00:00:01.609312 SCSI#0: using async I/O
00:00:01.609343 DrvVD: Flushes will be ignored
00:00:01.609348 DrvVD: Async flushes will be passed to the disk
00:00:01.610030 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk2.vmdk' (flags 000c0723) created successfully
00:00:01.732260 AIOMgr: Async flushes not supported
00:00:01.732353 VD: Opening the disk took 122994910 ns
00:00:01.732407 SCSI#1: using async I/O
00:00:01.732435 DrvVD: Flushes will be ignored
00:00:01.732439 DrvVD: Async flushes will be passed to the disk
00:00:01.732743 SCSI#2: using normal I/O
00:00:01.732743 SCSI#2: Enabled UNMAP support
00:00:01.732743 E1000#0 Chip=82545EM LinkUpDelay=5000ms EthernetCRC=on GSO=enabled Itr=enabled ItrRx=enabled R0=enabled GC=enabled
00:00:01.736788 NAT: Guest address guess set to 10.0.2.15 by initialization
00:00:01.736840 NAT: Host Resolver conflicts with DNS proxy, the last one was forcely ignored
00:00:01.737017 NAT: Set redirect TCP 0.0.0.0:8080 -> 0.0.0.0:80
00:00:01.737096 NAT: Set redirect TCP 0.0.0.0:9060 -> 0.0.0.0:9060
00:00:01.737168 NAT: Set redirect TCP 0.0.0.0:9043 -> 0.0.0.0:9043
00:00:01.737236 NAT: Set redirect TCP 0.0.0.0:2222 -> 0.0.0.0:22
00:00:01.737882 E1000#1 Chip=82540EM LinkUpDelay=5000ms EthernetCRC=on GSO=enabled Itr=enabled ItrRx=enabled R0=enabled GC=enabled
00:00:01.738020 IntNet#0: szNetwork={HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2} enmTrunkType=3 szTrunk={\DEVICE{6CED6C0D-D9B3-4A50-B8F1-915F80451E3B}} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:01.738446 Audio: Initializing DirectSound audio driver
00:00:01.840254 DSound: Output: GUID: {A2B59892-0E0A-49BE-8CAD-A5CA7349FA55} [Speakers / Headphones (IDT High Definition Audio CODEC)](Module: {0.0.0.00000000}.{a2b59892-0e0a-49be-8cad-a5ca7349fa55})
00:00:01.840271 DSound: Output: GUID: {A50E3E6F-3FDF-4269-901A-7EDC552D8771} [Communication Headphones (IDT High Definition Audio CODEC)](Module: {0.0.0.00000000}.{a50e3e6f-3fdf-4269-901a-7edc552d8771})
00:00:01.943611 DSound: Input: GUID: {A3882063-DD64-43FA-BF44-517B996CBDFE} [Microphone Array (IDT High Definition Audio CODEC)](Module: {0.0.1.00000000}.{a3882063-dd64-43fa-bf44-517b996cbdfe})
00:00:01.944068 Audio: Initializing VRDE driver
00:00:01.944093 AC97: Reset
00:00:01.944327 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:02.474502 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:02.495226 PGM: The CPU physical address width is 36 bits
00:00:02.495239 PGM: PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:02.495398 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=false
00:00:02.517344 VMM: Thread-context hooks unavailable
00:00:02.517369 HM: Using VT-x implementation 2.0
00:00:02.517370 HM: Host CR4 = 0x1506f8
00:00:02.517371 HM: Host EFER = 0xd01
00:00:02.517372 HM: MSR_IA32_SMM_MONITOR_CTL = 0x0
00:00:02.517372 HM: MSR_IA32_FEATURE_CONTROL = 0xff07
00:00:02.517374 HM: MSR_IA32_VMX_BASIC_INFO = 0xda040000000010
00:00:02.517375 HM: VMCS id = 0x10
00:00:02.517375 HM: VMCS size = 1024 bytes
00:00:02.517376 HM: VMCS physical address limit = None
00:00:02.517376 HM: VMCS memory type = 0x6
00:00:02.517377 HM: Dual-monitor treatment support = true
00:00:02.517378 HM: OUTS & INS instruction-info = true
00:00:02.517378 HM: Max resume loops = 1024
00:00:02.517379 HM: MSR_IA32_VMX_PINBASED_CTLS = 0x7f00000016
00:00:02.517379 HM: EXT_INT_EXIT
00:00:02.517380 HM: NMI_EXIT
00:00:02.517380 HM: VIRTUAL_NMI
00:00:02.517380 HM: PREEMPT_TIMER
00:00:02.517381 HM: POSTED_INTR (must be cleared)
00:00:02.517381 HM: MSR_IA32_VMX_PROCBASED_CTLS = 0xfff9fffe0401e172
00:00:02.517382 HM: INT_WINDOW_EXIT
00:00:02.517382 HM: USE_TSC_OFFSETTING
00:00:02.517383 HM: HLT_EXIT
00:00:02.517383 HM: INVLPG_EXIT
00:00:02.517383 HM: MWAIT_EXIT
00:00:02.517383 HM: RDPMC_EXIT
00:00:02.517384 HM: RDTSC_EXIT
00:00:02.517384 HM: CR3_LOAD_EXIT (must be set)
00:00:02.517384 HM: CR3_STORE_EXIT (must be set)
00:00:02.517385 HM: CR8_LOAD_EXIT
00:00:02.517385 HM: CR8_STORE_EXIT
00:00:02.517385 HM: USE_TPR_SHADOW
00:00:02.517386 HM: NMI_WINDOW_EXIT
00:00:02.517386 HM: MOV_DR_EXIT
00:00:02.517386 HM: UNCOND_IO_EXIT
00:00:02.517386 HM: USE_IO_BITMAPS
00:00:02.517387 HM: MONITOR_TRAP_FLAG
00:00:02.517387 HM: USE_MSR_BITMAPS
00:00:02.517388 HM: MONITOR_EXIT
00:00:02.517389 HM: PAUSE_EXIT
00:00:02.517389 HM: USE_SECONDARY_EXEC_CTRL
00:00:02.517389 HM: MSR_IA32_VMX_PROCBASED_CTLS2 = 0x8ff00000000
00:00:02.517390 HM: VIRT_APIC
00:00:02.517391 HM: EPT
00:00:02.517391 HM: DESCRIPTOR_TABLE_EXIT
00:00:02.517391 HM: RDTSCP
00:00:02.517391 HM: VIRT_X2APIC
00:00:02.517392 HM: VPID
00:00:02.517392 HM: WBINVD_EXIT
00:00:02.517392 HM: UNRESTRICTED_GUEST
00:00:02.517393 HM: APIC_REG_VIRT (must be cleared)
00:00:02.517393 HM: VIRT_INTR_DELIVERY (must be cleared)
00:00:02.517393 HM: PAUSE_LOOP_EXIT (must be cleared)
00:00:02.517394 HM: RDRAND_EXIT
00:00:02.517394 HM: INVPCID (must be cleared)
00:00:02.517394 HM: VMFUNC (must be cleared)
00:00:02.517395 HM: VMCS_SHADOWING (must be cleared)
00:00:02.517396 HM: ENCLS_EXIT (must be cleared)
00:00:02.517396 HM: RDSEED_EXIT (must be cleared)
00:00:02.517397 HM: PML (must be cleared)
00:00:02.517397 HM: EPT_VE (must be cleared)
00:00:02.517397 HM: CONCEAL_FROM_PT (must be cleared)
00:00:02.517397 HM: XSAVES_XRSTORS (must be cleared)
00:00:02.517398 HM: TSC_SCALING (must be cleared)
00:00:02.517398 HM: MSR_IA32_VMX_ENTRY_CTLS = 0xffff000011ff
00:00:02.517399 HM: LOAD_DEBUG (must be set)
00:00:02.517399 HM: IA32E_MODE_GUEST
00:00:02.517399 HM: ENTRY_SMM
00:00:02.517400 HM: DEACTIVATE_DUALMON
00:00:02.517400 HM: LOAD_GUEST_PERF_MSR
00:00:02.517400 HM: LOAD_GUEST_PAT_MSR
00:00:02.517401 HM: LOAD_GUEST_EFER_MSR
00:00:02.517401 HM: MSR_IA32_VMX_EXIT_CTLS = 0x7fffff00036dff
00:00:02.517402 HM: SAVE_DEBUG (must be set)
00:00:02.517402 HM: HOST_ADDR_SPACE_SIZE
00:00:02.517402 HM: LOAD_PERF_MSR
00:00:02.517403 HM: ACK_EXT_INT
00:00:02.517403 HM: SAVE_GUEST_PAT_MSR
00:00:02.517403 HM: LOAD_HOST_PAT_MSR
00:00:02.517404 HM: SAVE_GUEST_EFER_MSR
00:00:02.517404 HM: LOAD_HOST_EFER_MSR
00:00:02.517404 HM: SAVE_VMX_PREEMPT_TIMER
00:00:02.517405 HM: MSR_IA32_VMX_EPT_VPID_CAP = 0xf0106114141
00:00:02.517405 HM: RWX_X_ONLY
00:00:02.517406 HM: PAGE_WALK_LENGTH_4
00:00:02.517406 HM: EMT_UC
00:00:02.517406 HM: EMT_WB
00:00:02.517407 HM: PDE_2M
00:00:02.517407 HM: INVEPT
00:00:02.517407 HM: INVEPT_SINGLE_CONTEXT
00:00:02.517408 HM: INVEPT_ALL_CONTEXTS
00:00:02.517408 HM: INVVPID
00:00:02.517408 HM: INVVPID_INDIV_ADDR
00:00:02.517409 HM: INVVPID_SINGLE_CONTEXT
00:00:02.517409 HM: INVVPID_ALL_CONTEXTS
00:00:02.517409 HM: INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS
00:00:02.517409 HM: MSR_IA32_VMX_MISC = 0x100401e5
00:00:02.517410 HM: PREEMPT_TSC_BIT = 0x5
00:00:02.517411 HM: STORE_EFERLMA_VMEXIT = true
00:00:02.517411 HM: ACTIVITY_STATES = 0x7
00:00:02.517411 HM: CR3_TARGET = 0x4
00:00:02.517412 HM: MAX_MSR = 512
00:00:02.517412 HM: RDMSR_SMBASE_MSR_SMM = false
00:00:02.517413 HM: SMM_MONITOR_CTL_B2 = true
00:00:02.517413 HM: VMWRITE_VMEXIT_INFO = false
00:00:02.517414 HM: MSEG_ID = 0x0
00:00:02.517414 HM: MSR_IA32_VMX_CR0_FIXED0 = 0x80000021
00:00:02.517415 HM: MSR_IA32_VMX_CR0_FIXED1 = 0xffffffff
00:00:02.517415 HM: MSR_IA32_VMX_CR4_FIXED0 = 0x2000
00:00:02.517416 HM: MSR_IA32_VMX_CR4_FIXED1 = 0x1767ff
00:00:02.517416 HM: MSR_IA32_VMX_VMCS_ENUM = 0x2a
00:00:02.517417 HM: HIGHEST_INDEX = 0x15
00:00:02.517417 HM: APIC-access page physaddr = 0x00000000ccb75000
00:00:02.517418 HM: VCPU 0: MSR bitmap physaddr = 0x00000000ccb72000
00:00:02.517419 HM: VCPU 0: VMCS physaddr = 0x00000000ccb74000
00:00:02.517420 HM: VCPU 1: MSR bitmap physaddr = 0x00000000ccb6d000
00:00:02.517420 HM: VCPU 1: VMCS physaddr = 0x00000000ccb6f000
00:00:02.517421 HM: Guest support: 32-bit and 64-bit
00:00:02.517432 HM: Supports VMCS EFER fields = true
00:00:02.517432 HM: Enabled VMX
00:00:02.517434 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:02.517435 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:02.517435 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:02.517436 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:02.517436 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:02.517437 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:02.517437 HM: Enabled nested paging
00:00:02.517437 HM: EPT flush type = VMXFLUSHEPT_SINGLE_CONTEXT
00:00:02.517438 HM: Enabled unrestricted guest execution
00:00:02.517438 HM: Enabled large page support
00:00:02.517438 HM: Enabled VPID
00:00:02.517439 HM: VPID flush type = VMXFLUSHVPID_SINGLE_CONTEXT
00:00:02.517439 HM: Enabled VMX-preemption timer (cPreemptTimerShift=5)
00:00:02.517440 HM: VT-x/AMD-V init method: LOCAL
00:00:02.517442 CPUM: VCPU 0: Cached APIC base MSR = 0xfee00900
00:00:02.517493 CPUM: VCPU 1: Cached APIC base MSR = 0xfee00800
00:00:02.517502 VMM: fUsePeriodicPreemptionTimers=false
00:00:02.517513 CPUM: Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
00:00:02.517674 CPUM: Physical host cores: 4
00:00:02.517676 ************************* CPUID dump ************************
00:00:02.517680 Raw Standard CPUID Leaves
00:00:02.517681 Leaf/sub-leaf eax ebx ecx edx
00:00:02.517682 Gst: 00000000/0000 0000000d 756e6547 6c65746e 49656e69
00:00:02.517684 Hst: 0000000d 756e6547 6c65746e 49656e69
00:00:02.517685 Gst: 00000001/0000 000306a9 00020800 56b82203 178bfbff
00:00:02.517685 Hst: 000306a9 05100800 7fbae3ff bfebfbff
00:00:02.517686 Gst: 00000002/0000 76035a01 00f0b2ff 00000000 00ca0000
00:00:02.517687 Hst: 76035a01 00f0b2ff 00000000 00ca0000
00:00:02.517688 Gst: 00000003/0000 00000000 00000000 00000000 00000000
00:00:02.517689 Hst: 00000000 00000000 00000000 00000000
00:00:02.517690 Gst: 00000004/0000 04000121 01c0003f 0000003f 00000000
00:00:02.517690 Hst: 1c004121 01c0003f 0000003f 00000000
00:00:02.517691 Gst: 00000004/0001 04000122 01c0003f 0000003f 00000000
00:00:02.517692 Hst: 1c004122 01c0003f 0000003f 00000000
00:00:02.517693 Gst: 00000004/0002 04000143 01c0003f 000001ff 00000000
00:00:02.517694 Hst: 1c004143 01c0003f 000001ff 00000000
00:00:02.517695 Gst: 00000004/0003 04000163 02c0003f 00001fff 00000006
00:00:02.517695 Hst: 1c03c163 02c0003f 00001fff 00000006
00:00:02.517696 Gst: 00000004/0004 04000000 00000000 00000000 00000000
00:00:02.517697 Hst: 00000000 00000000 00000000 00000000
00:00:02.517698 Gst: 00000005/0000 00000000 00000000 00000000 00000000
00:00:02.517698 Hst: 00000040 00000040 00000003 00021120
00:00:02.517699 Gst: 00000006/0000 00000000 00000000 00000000 00000000
00:00:02.517700 Hst: 00000077 00000002 00000009 00000000
00:00:02.517700 Gst: 00000007/0000 00000000 00000000 00000000 00000000
00:00:02.517701 Hst: 00000000 00000281 00000000 00000000
00:00:02.517702 Gst: 00000007/0001 00000000 00000000 00000000 00000000
00:00:02.517702 Hst: 00000000 00000000 00000000 00000000
00:00:02.517703 Gst: 00000008/0000 00000000 00000000 00000000 00000000
00:00:02.517704 Hst: 00000000 00000000 00000000 00000000
00:00:02.517704 Gst: 00000009/0000 00000000 00000000 00000000 00000000
00:00:02.517705 Hst: 00000000 00000000 00000000 00000000
00:00:02.517706 Gst: 0000000a/0000 00000000 00000000 00000000 00000000
00:00:02.517706 Hst: 07300403 00000000 00000000 00000603
00:00:02.517707 Gst: 0000000b/0000 00000000 00000001 00000100 00000000
00:00:02.517707 Hst: 00000001 00000002 00000100 00000005
00:00:02.517708 Gst: 0000000b/0001 00000001 00000002 00000201 00000000
00:00:02.517709 Hst: 00000004 00000008 00000201 00000005
00:00:02.517709 Gst: 0000000b/0002 00000000 00000000 00000002 00000000
00:00:02.517710 Hst: 00000000 00000000 00000002 00000005
00:00:02.517711 Gst: 0000000c/0000 00000000 00000000 00000000 00000000
00:00:02.517711 Hst: 00000000 00000000 00000000 00000000
00:00:02.517712 Gst: 0000000d/0000 00000007 00000340 00000340 00000000
00:00:02.517713 Hst: 00000007 00000340 00000340 00000000
00:00:02.517713 Gst: 0000000d/0001 00000000 00000000 00000000 00000000
00:00:02.517714 Hst: 00000001 00000000 00000000 00000000
00:00:02.517714 Gst: 0000000d/0002 00000100 00000240 00000000 00000000
00:00:02.517715 Hst: 00000100 00000240 00000000 00000000
00:00:02.517716 Gst: 0000000d/0003 00000000 00000000 00000000 00000000
00:00:02.517716 Hst: 00000000 00000000 00000000 00000000
00:00:02.517729 Name: GenuineIntel
00:00:02.517730 Supports: 0x00000000-0x0000000d
00:00:02.517733 Family: 6 Extended: 0 Effective: 6
00:00:02.517734 Model: 10 Extended: 3 Effective: 58
00:00:02.517735 Stepping: 9
00:00:02.517736 Type: 0 (primary)
00:00:02.517736 APIC ID: 0x00
00:00:02.517737 Logical CPUs: 2
00:00:02.517738 CLFLUSH Size: 8
00:00:02.517738 Brand ID: 0x00
00:00:02.517739 Features
00:00:02.517740 Mnemonic - Description = guest (host)
00:00:02.517740 FPU - x87 FPU on Chip = 1 (1)
00:00:02.517742 VME - Virtual 8086 Mode Enhancements = 1 (1)
00:00:02.517743 DE - Debugging extensions = 1 (1)
00:00:02.517743 PSE - Page Size Extension = 1 (1)
00:00:02.517744 TSC - Time Stamp Counter = 1 (1)
00:00:02.517745 MSR - Model Specific Registers = 1 (1)
00:00:02.517746 PAE - Physical Address Extension = 1 (1)
00:00:02.517747 MCE - Machine Check Exception = 1 (1)
00:00:02.517748 CX8 - CMPXCHG8B instruction = 1 (1)
00:00:02.517749 APIC - APIC On-Chip = 1 (1)
00:00:02.517750 SEP - SYSENTER and SYSEXIT Present = 1 (1)
00:00:02.517751 MTRR - Memory Type Range Registers = 1 (1)
00:00:02.517752 PGE - PTE Global Bit = 1 (1)
00:00:02.517753 MCA - Machine Check Architecture = 1 (1)
00:00:02.517753 CMOV - Conditional Move instructions = 1 (1)
00:00:02.517754 PAT - Page Attribute Table = 1 (1)
00:00:02.517755 PSE-36 - 36-bit Page Size Extension = 1 (1)
00:00:02.517756 PSN - Processor Serial Number = 0 (0)
00:00:02.517757 CLFSH - CLFLUSH instruction = 1 (1)
00:00:02.517758 DS - Debug Store = 0 (1)
00:00:02.517759 ACPI - Thermal Mon. & Soft. Clock Ctrl. = 0 (1)
00:00:02.517760 MMX - Intel MMX Technology = 1 (1)
00:00:02.517761 FXSR - FXSAVE and FXRSTOR instructions = 1 (1)
00:00:02.517761 SSE - SSE support = 1 (1)
00:00:02.517762 SSE2 - SSE2 support = 1 (1)
00:00:02.517763 SS - Self Snoop = 0 (1)
00:00:02.517764 HTT - Hyper-Threading Technology = 1 (1)
00:00:02.517765 TM - Therm. Monitor = 0 (1)
00:00:02.517766 PBE - Pending Break Enabled = 0 (1)
00:00:02.517767 SSE3 - SSE3 support = 1 (1)
00:00:02.517768 PCLMUL - PCLMULQDQ support (for AES-GCM) = 1 (1)
00:00:02.517769 DTES64 - DS Area 64-bit Layout = 0 (1)
00:00:02.517770 MONITOR - MONITOR/MWAIT instructions = 0 (1)
00:00:02.517770 CPL-DS - CPL Qualified Debug Store = 0 (1)
00:00:02.517771 VMX - Virtual Machine Extensions = 0 (1)
00:00:02.517772 SMX - Safer Mode Extensions = 0 (1)
00:00:02.517773 EST - Enhanced SpeedStep Technology = 0 (1)
00:00:02.517774 TM2 - Terminal Monitor 2 = 0 (1)
00:00:02.517775 SSSE3 - Supplemental Streaming SIMD Extensions 3 = 1 (1)
00:00:02.517776 CNTX-ID - L1 Context ID = 0 (0)
00:00:02.517776 SDBG - Silicon Debug interface = 0 (0)
00:00:02.517777 FMA - Fused Multiply Add extensions = 0 (0)
00:00:02.517778 CX16 - CMPXCHG16B instruction = 1 (1)
00:00:02.517779 TPRUPDATE - xTPR Update Control = 0 (1)
00:00:02.517780 PDCM - Perf/Debug Capability MSR = 0 (1)
00:00:02.517781 PCID - Process Context Identifiers = 0 (1)
00:00:02.517782 DCA - Direct Cache Access = 0 (0)
00:00:02.517783 SSE4_1 - SSE4_1 support = 1 (1)
00:00:02.517784 SSE4_2 - SSE4_2 support = 1 (1)
00:00:02.517784 X2APIC - x2APIC support = 1 (1)
00:00:02.517785 MOVBE - MOVBE instruction = 0 (0)
00:00:02.517786 POPCNT - POPCNT instruction = 1 (1)
00:00:02.517787 TSCDEADL - Time Stamp Counter Deadline = 0 (1)
00:00:02.517788 AES - AES instructions = 1 (1)
00:00:02.517789 XSAVE - XSAVE instruction = 1 (1)
00:00:02.517790 OSXSAVE - OSXSAVE instruction = 0 (1)
00:00:02.517791 AVX - AVX support = 1 (1)
00:00:02.517792 F16C - 16-bit floating point conversion instructions = 0 (1)
00:00:02.517792 RDRAND - RDRAND instruction = 1 (1)
00:00:02.517793 HVP - Hypervisor Present (we're a guest) = 0 (0)
00:00:02.517794 Structured Extended Feature Flags Enumeration (leaf 7):
00:00:02.517795 Mnemonic - Description = guest (host)
00:00:02.517796 FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr. = 0 (1)
00:00:02.517797 TSCADJUST - Supports MSR_IA32_TSC_ADJUST = 0 (0)
00:00:02.517797 SGX - Supports Software Guard Extensions = 0 (0)
00:00:02.517798 BMI1 - Advanced Bit Manipulation extension 1 = 0 (0)
00:00:02.517799 HLE - Hardware Lock Elision = 0 (0)
00:00:02.517800 AVX2 - Advanced Vector Extensions 2 = 0 (0)
00:00:02.517801 FDP_EXCPTN_ONLY - FPU DP only updated on exceptions = 0 (0)
00:00:02.517802 SMEP - Supervisor Mode Execution Prevention = 0 (1)
00:00:02.517802 BMI2 - Advanced Bit Manipulation extension 2 = 0 (0)
00:00:02.517803 ERMS - Enhanced REP MOVSB/STOSB instructions = 0 (1)
00:00:02.517804 INVPCID - INVPCID instruction = 0 (0)
00:00:02.517805 RTM - Restricted Transactional Memory = 0 (0)
00:00:02.517806 PQM - Platform Quality of Service Monitoring = 0 (0)
00:00:02.517806 DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set = 0 (0)
00:00:02.517807 MPE - Intel Memory Protection Extensions = 0 (0)
00:00:02.517808 PQE - Platform Quality of Service Enforcement = 0 (0)
00:00:02.517809 AVX512F - AVX512 Foundation instructions = 0 (0)
00:00:02.517809 RDSEED - RDSEED instruction = 0 (0)
00:00:02.517810 ADX - ADCX/ADOX instructions = 0 (0)
00:00:02.517811 SMAP - Supervisor Mode Access Prevention = 0 (0)
00:00:02.517812 CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction = 0 (0)
00:00:02.517812 INTEL_PT - Intel Processor Trace = 0 (0)
00:00:02.517813 AVX512PF - AVX512 Prefetch instructions = 0 (0)
00:00:02.517814 AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
00:00:02.517815 AVX512CD - AVX512 Conflict Detection instructions = 0 (0)
00:00:02.517816 SHA - Secure Hash Algorithm extensions = 0 (0)
00:00:02.517816 PREFETCHWT1 - PREFETCHWT1 instruction = 0 (0)
00:00:02.517817 PKU - Protection Key for Usermode pages = 0 (0)
00:00:02.517818 OSPKU - CR4.PKU mirror = 0 (0)
00:00:02.517819 Processor Extended State Enumeration (leaf 0xd):
00:00:02.517820 XSAVE area cur/max size by XCR0, guest: 0x340/0x340
00:00:02.517820 XSAVE area cur/max size by XCR0, host: 0x340/0x340
00:00:02.517821 Valid XCR0 bits, guest: 0x00000000
00000007 ( x87 SSE YMM_Hi128 ) 00:00:02.517823 Valid XCR0 bits, host: 0x00000000
00000007 ( x87 SSE YMM_Hi128 )00:00:02.517824 XSAVE features, guest:
00:00:02.517825 XSAVE features, host: XSAVEOPT
00:00:02.517826 XSAVE area cur size XCR0|XSS, guest: 0x0
00:00:02.517826 XSAVE area cur size XCR0|XSS, host: 0x0
00:00:02.517827 Valid IA32_XSS bits, guest: 0x00000000
00000000 00:00:02.517828 Valid IA32_XSS bits, host: 0x00000000
0000000000:00:02.517828 State #2, guest: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:02.517830 State #2, host: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:02.517837 Raw Hypervisor CPUID Leaves
00:00:02.517837 Leaf/sub-leaf eax ebx ecx edx
00:00:02.517838 Gst: 40000000/0000 40000001 786f4256 786f4256 786f4256
00:00:02.517839 Hst: 00000007 00000340 00000340 00000000
00:00:02.517840 Gst: 40000001/0000 656e6f6e 00000000 00000000 00000000
00:00:02.517840 Hst: 00000007 00000340 00000340 00000000
00:00:02.517841 Raw Extended CPUID Leaves
00:00:02.517841 Leaf/sub-leaf eax ebx ecx edx
00:00:02.517843 Gst: 80000000/0000 80000008 00000000 00000000 00000000
00:00:02.517844 Hst: 80000008 00000000 00000000 00000000
00:00:02.517844 Gst: 80000001/0000 00000000 00000000 00000001 28100800
00:00:02.517845 Hst: 00000000 00000000 00000001 28100800
00:00:02.517846 Gst: 80000002/0000 20202020 6e492020 286c6574 43202952
00:00:02.517847 Hst: 20202020 6e492020 286c6574 43202952
00:00:02.517848 Gst: 80000003/0000 2865726f 20294d54 332d3769 51303437
00:00:02.517849 Hst: 2865726f 20294d54 332d3769 51303437
00:00:02.517850 Gst: 80000004/0000 5043204d 20402055 30372e32 007a4847
00:00:02.517851 Hst: 5043204d 20402055 30372e32 007a4847
00:00:02.517852 Gst: 80000005/0000 00000000 00000000 00000000 00000000
00:00:02.517853 Hst: 00000000 00000000 00000000 00000000
00:00:02.517853 Gst: 80000006/0000 00000000 00000000 01006040 00000000
00:00:02.517854 Hst: 00000000 00000000 01006040 00000000
00:00:02.517855 Gst: 80000007/0000 00000000 00000000 00000000 00000100
00:00:02.517856 Hst: 00000000 00000000 00000000 00000100
00:00:02.517856 Gst: 80000008/0000 00003024 00000000 00000000 00000000
00:00:02.517857 Hst: 00003024 00000000 00000000 00000000
00:00:02.517858 Ext Name:
00:00:02.517858 Ext Supports: 0x80000000-0x80000008
00:00:02.517859 Family: 0 Extended: 0 Effective: 0
00:00:02.517859 Model: 0 Extended: 0 Effective: 0
00:00:02.517860 Stepping: 0
00:00:02.517860 Brand ID: 0x000
00:00:02.517861 Ext Features
00:00:02.517861 Mnemonic - Description = guest (host)
00:00:02.517861 FPU - x87 FPU on Chip = 0 (0)
00:00:02.517863 VME - Virtual 8086 Mode Enhancements = 0 (0)
00:00:02.517863 DE - Debugging extensions = 0 (0)
00:00:02.517864 PSE - Page Size Extension = 0 (0)
00:00:02.517865 TSC - Time Stamp Counter = 0 (0)
00:00:02.517866 MSR - K86 Model Specific Registers = 0 (0)
00:00:02.517867 PAE - Physical Address Extension = 0 (0)
00:00:02.517868 MCE - Machine Check Exception = 0 (0)
00:00:02.517869 CX8 - CMPXCHG8B instruction = 0 (0)
00:00:02.517869 APIC - APIC On-Chip = 0 (0)
00:00:02.517870 SEP - SYSCALL/SYSRET = 1 (1)
00:00:02.517871 MTRR - Memory Type Range Registers = 0 (0)
00:00:02.517872 PGE - PTE Global Bit = 0 (0)
00:00:02.517873 MCA - Machine Check Architecture = 0 (0)
00:00:02.517874 CMOV - Conditional Move instructions = 0 (0)
00:00:02.517875 PAT - Page Attribute Table = 0 (0)
00:00:02.517876 PSE-36 - 36-bit Page Size Extension = 0 (0)
00:00:02.517876 NX - No-Execute/Execute-Disable = 1 (1)
00:00:02.517877 AXMMX - AMD Extensions to MMX instructions = 0 (0)
00:00:02.517878 MMX - Intel MMX Technology = 0 (0)
00:00:02.517879 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:02.517880 FFXSR - AMD fast FXSAVE and FXRSTOR instructions = 0 (0)
00:00:02.517880 Page1GB - 1 GB large page = 0 (0)
00:00:02.517881 RDTSCP - RDTSCP instruction = 1 (1)
00:00:02.517882 LM - AMD64 Long Mode = 1 (1)
00:00:02.517883 3DNOWEXT - AMD Extensions to 3DNow = 0 (0)
00:00:02.517884 3DNOW - AMD 3DNow = 0 (0)
00:00:02.517885 LahfSahf - LAHF/SAHF support in 64-bit mode = 1 (1)
00:00:02.517886 CmpLegacy - Core multi-processing legacy mode = 0 (0)
00:00:02.517886 SVM - AMD VM extensions = 0 (0)
00:00:02.517887 EXTAPIC - AMD Extended APIC registers = 0 (0)
00:00:02.517888 CR8L - AMD LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:02.517889 ABM - AMD Advanced Bit Manipulation = 0 (0)
00:00:02.517890 SSE4A - SSE4A instructions = 0 (0)
00:00:02.517891 MISALIGNSSE - AMD Misaligned SSE mode = 0 (0)
00:00:02.517891 3DNOWPRF - AMD PREFETCH and PREFETCHW instructions = 0 (0)
00:00:02.517892 OSVW - AMD OS Visible Workaround = 0 (0)
00:00:02.517893 IBS - Instruct Based Sampling = 0 (0)
00:00:02.517894 XOP - Extended Operation support = 0 (0)
00:00:02.517895 SKINIT - SKINIT, STGI, and DEV support = 0 (0)
00:00:02.517895 WDT - AMD Watchdog Timer support = 0 (0)
00:00:02.517896 LWP - Lightweight Profiling support = 0 (0)
00:00:02.517897 FMA4 - Four operand FMA instruction support = 0 (0)
00:00:02.517898 NodeId - NodeId in MSR C001_100C = 0 (0)
00:00:02.517899 TBM - Trailing Bit Manipulation instructions = 0 (0)
00:00:02.517899 TOPOEXT - Topology Extensions = 0 (0)
00:00:02.517900 Full Name: " Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz"
00:00:02.517901 TLB 2/4M Instr/Uni: res0 0 entries
00:00:02.517902 TLB 2/4M Data: res0 0 entries
00:00:02.517902 TLB 4K Instr/Uni: res0 0 entries
00:00:02.517903 TLB 4K Data: res0 0 entries
00:00:02.517903 L1 Instr Cache Line Size: 0 bytes
00:00:02.517903 L1 Instr Cache Lines Per Tag: 0
00:00:02.517904 L1 Instr Cache Associativity: res0
00:00:02.517904 L1 Instr Cache Size: 0 KB
00:00:02.517905 L1 Data Cache Line Size: 0 bytes
00:00:02.517905 L1 Data Cache Lines Per Tag: 0
00:00:02.517905 L1 Data Cache Associativity: res0
00:00:02.517906 L1 Data Cache Size: 0 KB
00:00:02.517906 L2 TLB 2/4M Instr/Uni: off 0 entries
00:00:02.517907 L2 TLB 2/4M Data: off 0 entries
00:00:02.517907 L2 TLB 4K Instr/Uni: off 0 entries
00:00:02.517908 L2 TLB 4K Data: off 0 entries
00:00:02.517908 L2 Cache Line Size: 0 bytes
00:00:02.517908 L2 Cache Lines Per Tag: 0
00:00:02.517909 L2 Cache Associativity: off
00:00:02.517909 L2 Cache Size: 0 KB
00:00:02.517909 APM Features: TscInvariant
00:00:02.517910 Host Invariant-TSC support: true
00:00:02.517911 Physical Address Width: 36 bits
00:00:02.517911 Virtual Address Width: 48 bits
00:00:02.517912 Guest Physical Address Width: 0 bits
00:00:02.517912 Physical Core Count: 1
00:00:02.517913
00:00:02.517913 ******************** End of CPUID dump **********************
00:00:02.538347 PcBios: SCSI LUN#0 LCHS not provided
00:00:02.538361 PcBios: SCSI LUN#1 LCHS not provided
00:00:02.538370 APIC: fPostedIntrsEnabled=false fVirtApicRegsEnabled=false fSupportsTscDeadline=false
00:00:02.538378 VMEmt: Halt method global1 (5)
00:00:02.538437 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=50000
00:00:02.538487 Changing the VM state from 'CREATING' to 'CREATED'
00:00:02.539925 SharedFolders host service: Adding host mapping
00:00:02.539939 Host path '?\E:\test-apps', map name 'apps', writable, automount=false, create_symlinks=true, missing=false
00:00:02.540149 SharedFolders host service: Adding host mapping
00:00:02.540158 Host path '?\E:\repository', map name 'repository', writable, automount=false, create_symlinks=true, missing=false
00:00:02.540371 SharedFolders host service: Adding host mapping
00:00:02.540381 Host path '?\C:\Projects\AccuRev\WAS_IA_DEV\was-aids\local-testing', map name 'vagrant', writable, automount=false, create_symlinks=true, missing=false
00:00:02.540504 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:02.540553 AIOMgr: Endpoints without assigned bandwidth groups:
00:00:02.540566 AIOMgr: E:\VM\sles11sp3-80010\box-disk2.vmdk
00:00:02.540571 AIOMgr: E:\VM\sles11sp3-80010\box-disk1.vmdk
00:00:02.540735 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:02.540743 Console: Machine state changed to 'Running'
00:00:02.543754 VMMDev: Guest Log: BIOS: VirtualBox 5.1.2
00:00:02.544843 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.567473 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x1
00:00:02.575765 VMMDev: Guest Log: BIOS: SCSI 0-ID#0: LCHS=2088/255/63 0x0000000002000000 sectors
00:00:02.576441 VMMDev: Guest Log: BIOS: SCSI 1-ID#1: LCHS=5220/255/63 0x0000000005000000 sectors
00:00:02.576719 VMMDev: Guest Log: BIOS: SCSI 2-ID#2: CD/DVD-ROM
00:00:02.577989 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:02.593910 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000009900000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x1
00:00:03.234692 NAT: Old socket recv size: 64KB
00:00:03.234716 NAT: Old socket send size: 64KB
00:00:05.052913 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x1
00:00:05.055933 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:05.056159 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
00:00:05.056337 VMMDev: Guest Log: BIOS: Boot from Floppy 0 failed
00:00:05.056528 VMMDev: Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
00:00:05.057485 VMMDev: Guest Log: BIOS: CDROM boot failure code : 0003
00:00:05.057715 VMMDev: Guest Log: BIOS: Boot from CD-ROM failed
00:00:05.057908 VMMDev: Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
00:00:05.059807 VMMDev: Guest Log: BIOS: Booting from Hard Disk...
00:00:05.155255 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=82
00:00:05.155585 VMMDev: Guest Log: int13_harddisk: function 08, unmapped device for ELDL=82
00:00:05.297519 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000009900000 w=800 h=600 bpp=32 cbLine=0xC80 flags=0x1
00:00:15.286170 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x1
00:00:15.489912 VMMDev: Guest Log: BIOS: KBD: unsupported int 16h function 03
00:00:15.490148 VMMDev: Guest Log: BIOS: AX=0305 BX=0000 CX=0000 DX=0000
00:00:15.492272 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=82
00:00:15.492614 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=82
00:00:15.492958 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=83
00:00:15.493278 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=83
00:00:15.493619 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=84
00:00:15.493939 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=84
00:00:15.494281 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=85
00:00:15.494599 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=85
00:00:15.494941 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=86
00:00:15.495260 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=86
00:00:15.495603 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=87
00:00:15.495923 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=87
00:00:15.496264 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=88
00:00:15.496590 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=88
00:00:15.496933 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=89
00:00:15.497253 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=89
00:00:15.497593 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8a
00:00:15.497912 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8a
00:00:15.498253 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8b
00:00:15.498577 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8b
00:00:15.498918 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8c
00:00:15.499239 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8c
00:00:15.499578 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8d
00:00:15.499896 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8d
00:00:15.500238 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8e
00:00:15.500558 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8e
00:00:15.500899 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8f
00:00:15.501224 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8f
00:00:15.552114 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000009900000 w=800 h=600 bpp=16 cbLine=0x640 flags=0x1
00:00:15.711698 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0)
00:00:15.900963 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:15.901334 CPUM: VCPU 1: Cached APIC base MSR = 0xfee00800
00:00:17.987475 LsiLogic#0: 3/0 (Bus/Target) doesn't exist
00:00:17.987518 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.987693 LsiLogic#0: 4/0 (Bus/Target) doesn't exist
00:00:17.987700 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.987866 LsiLogic#0: 5/0 (Bus/Target) doesn't exist
00:00:17.987877 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.988045 LsiLogic#0: 6/0 (Bus/Target) doesn't exist
00:00:17.988052 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.988226 LsiLogic#0: 8/0 (Bus/Target) doesn't exist
00:00:17.988233 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.988397 LsiLogic#0: 9/0 (Bus/Target) doesn't exist
00:00:17.988403 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.988568 LsiLogic#0: 10/0 (Bus/Target) doesn't exist
00:00:17.988575 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.988739 LsiLogic#0: 11/0 (Bus/Target) doesn't exist
00:00:17.988746 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.988910 LsiLogic#0: 12/0 (Bus/Target) doesn't exist
00:00:17.988916 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.989081 LsiLogic#0: 13/0 (Bus/Target) doesn't exist
00:00:17.989088 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.989254 LsiLogic#0: 14/0 (Bus/Target) doesn't exist
00:00:17.989261 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:17.989424 LsiLogic#0: 15/0 (Bus/Target) doesn't exist
00:00:17.989431 LsiLogic#0: Guest issued CDB {0x12, 0x0, 0x0, 0x0, 0x24, 0x0}
00:00:21.484669 VMMDev: Guest Additions information report: Version 5.1.2 r108956 '5.1.2'
00:00:21.484719 VMMDev: Guest Additions information report: Interface = 0x00010004 osType = 0x00053100 (Linux >= 2.6, 64-bit)
00:00:21.484811 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:21.484898 VMMDev: Guest reported fixed hypervisor window at 00001c00000 LB 0x1000000 (rc=VINF_SUCCESS)
00:00:21.484921 VMMDev: vmmDevReqHandler_HeartbeatConfigure: No change (fHeartbeatActive=false).
00:00:21.484937 VMMDev: Heartbeat flatline timer set to trigger after 4 000 000 000 ns
00:00:21.484961 VMMDev: Guest Log: vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds
00:00:21.485100 VMMDev: Guest Log: vboxguest: misc device minor 59, IRQ 20, I/O port d000, MMIO at 00000000f0000000 (size 0x400000)
00:00:21.749047 AC97: Reset
00:00:21.749392 AC97: Reset
00:00:21.870668 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.885875 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.892846 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.900538 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.907661 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.915115 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.922122 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.929423 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.936632 DSound: Guest source 'Line In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.943637 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.950954 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.958347 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.966026 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.973104 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.980448 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.987912 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:21.995235 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:22.002164 DSound: Guest source 'Microphone In' is using host recording device with GUID '{A3882063-DD64-43FA-BF44-517B996CBDFE}'
00:00:22.025990 DSound: Starting playback failed with ERROR_INVALID_FUNCTION 0x88880001
00:00:24.698402 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000009900000 w=800 h=600 bpp=16 cbLine=0x640 flags=0x1
00:00:24.707083 VMMDev: SetVideoModeHint: Got a video mode hint (800x600x16)@(0x0),(1;0) at 0
00:00:28.170591 NAT: Link up
00:00:29.193593 VMMDev: Guest Log: VBoxService 5.1.2 r108956 (verbosity: 0) linux.amd64 (Jul 21 2016 17:47:02) release log
00:00:29.193626 VMMDev: Guest Log: 00:00:00.000093 main Log opened 2016-08-15T22:23:46.333600000Z
00:00:29.193671 VMMDev: Guest Log: 00:00:00.000185 main OS Product: Linux
00:00:29.193700 VMMDev: Guest Log: 00:00:00.000216 main OS Release: 3.0.101-0.47.71-default
00:00:29.193727 VMMDev: Guest Log: 00:00:00.000243 main OS Version: #1 SMP Thu Nov 12 12:22:22 UTC 2015 (b5b212e)
00:00:29.193758 VMMDev: Guest Log: 00:00:00.000270 main Executable: /opt/VBoxGuestAdditions-5.1.2/sbin/VBoxService
00:00:29.193765 VMMDev: Guest Log: 00:00:00.000272 main Process ID: 1741
00:00:29.193769 VMMDev: Guest Log: 00:00:00.000274 main Package type: LINUX_64BITS_GENERIC
00:00:29.194994 VMMDev: Guest Log: 00:00:00.001565 main 5.1.2 r108956 started. Verbose level = 0
00:00:29.870737 NAT: IPv6 not supported
00:00:29.975766 NAT: DHCP offered IP address 10.0.2.15
00:00:29.976004 NAT: DHCP offered IP address 10.0.2.15
00:01:08.581459 NAT: Link up
00:03:09.476597 NAT: Link up
00:03:55.974866 NAT: Link up
00:05:23.155537 NAT: DHCP offered IP address 10.0.2.15
00:05:23.157246 NAT: DHCP offered IP address 10.0.2.15
00:05:26.304668 NAT: Link up
00:09:48.003059 Changing the VM state from 'RUNNING' to 'SUSPENDING'
00:09:48.003487 PDMR3Suspend: after 0 ms, 1 loops: 1 async tasks - lsilogicscsi/0
00:09:48.152021 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk1.vmdk' (flags 000c0781) created successfully
00:09:48.377143 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk2.vmdk' (flags 000c0781) created successfully
00:09:48.772438 PDMR3Suspend: 769 318 491 ns run time
00:09:48.772462 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
00:09:48.772479 Console: Machine state changed to 'Paused'
00:09:54.731742 Changing the VM state from 'SUSPENDED' to 'RESUMING'
00:09:54.732109 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk1.vmdk' (flags 000c0723) created successfully
00:09:54.770472 AIOMgr: Async flushes not supported
00:09:54.770963 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk2.vmdk' (flags 000c0723) created successfully
00:09:54.884927 AIOMgr: Async flushes not supported
00:09:54.886062 Changing the VM state from 'RESUMING' to 'RUNNING'
00:09:54.886086 Console: Machine state changed to 'Running'
00:10:03.986163 Changing the VM state from 'RUNNING' to 'SUSPENDING'
00:10:03.987705 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk1.vmdk' (flags 000c0781) created successfully
00:10:04.258772 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk2.vmdk' (flags 000c0781) created successfully
00:10:04.434606 PDMR3Suspend: 448 380 780 ns run time
00:10:04.434644 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
00:10:04.434662 Console: Machine state changed to 'Paused'
00:10:10.203026 Changing the VM state from 'SUSPENDED' to 'RESUMING'
00:10:10.203454 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk1.vmdk' (flags 000c0723) created successfully
00:10:10.237840 AIOMgr: Async flushes not supported
00:10:10.238257 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk2.vmdk' (flags 000c0723) created successfully
00:10:10.350671 AIOMgr: Async flushes not supported
00:10:10.351643 Changing the VM state from 'RESUMING' to 'RUNNING'
00:10:10.351666 Console: Machine state changed to 'Running'
00:10:28.139565 Changing the VM state from 'RUNNING' to 'SUSPENDING'
00:10:28.139960 PDMR3Suspend: after 0 ms, 1 loops: 1 async tasks - lsilogicscsi/0
00:10:28.359150 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk1.vmdk' (flags 000c0781) created successfully
00:10:28.608771 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk2.vmdk' (flags 000c0781) created successfully
00:10:28.843036 PDMR3Suspend: 703 416 868 ns run time
00:10:28.843075 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
00:10:28.843094 Console: Machine state changed to 'Paused'
00:10:30.458645 Changing the VM state from 'SUSPENDED' to 'RESUMING'
00:10:30.459031 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk1.vmdk' (flags 000c0723) created successfully
00:10:30.496762 AIOMgr: Async flushes not supported
00:10:30.497178 AIOMgr: Endpoint for file 'E:\VM\sles11sp3-80010\box-disk2.vmdk' (flags 000c0723) created successfully
00:10:30.609275 AIOMgr: Async flushes not supported
00:10:30.609837 Changing the VM state from 'RESUMING' to 'RUNNING'
00:10:30.609861 Console: Machine state changed to 'Running'
00:10:42.514849 PGMR3PhysAllocateLargePage: allocating large pages takes too long (last attempt 121 ms; nr of timeouts 11); DISABLE
Expected behavior
eth0 should be configured as NAT (DHCP, becomes 10.0.2.15)
eth1 should be configured with private address 192.168.99.96
Actual behavior
eth0 is configured with private address 192.168.99.96
eth1 is not configured at all
Steps to reproduce
vagrant up
References
The text was updated successfully, but these errors were encountered: