VirtualBox

Opened 11 years ago

Closed 10 years ago

#11983 closed defect (fixed)

Static IP address doesn't work in Vagrant on 4.2.16

Reported by: georgevreilly Owned by:
Component: other Version: VirtualBox 4.2.16
Keywords: Cc:
Guest type: other Host type: other

Description

I had to downgrade VirtualBox 4.2.16 to 4.2.12 to get a static IP address working inside Vagrant 1.2.2 on Mac OS X 10.7.5.

Transcript from #vagrant IRC logs at http://irclogger.com/.vagrant/2013-07-18

20:48 <georgevreilly> I can no longer connect to a static IP on a private network.
This was working a couple of weeks ago. I have 
20:48 <georgevreilly>   config.vm.network :private_network, ip: "192.168.33.30" 
20:49 <georgevreilly> in my Vagrantfile. ping 192.168.33.30 from my host times out. 
20:52 <georgevreilly> Inside my precise64 guest,
ifconfig confirms that eth1=192.168.33.30. 
20:55 <UForgotten> georgevreilly: what OS is your host? 
20:56 <georgevreilly> IIRC, I upgraded Virtualbox to 4.2.16 on my Mac host
since this last worked. I installed the vagrant-vbguest plugin and reloaded.
No difference. 
20:56 <georgevreilly> Mac OS X 10.7.5 
20:56 <UForgotten> georgevreilly: go back to 4.2.12 
20:58 <UForgotten> apparently more than a few people are seeing screwy behavior
with virtualbox > 4.2.12 
20:59 <georgevreilly> Thanks, I'll give it a shot. 
21:36 <georgevreilly> After I downgraded from 4.2.16 to 4.2.12,
neither my Vagrant precise64 image
nor my regular interactive Ubuntu VM
would start, due to errors about VT-x.
I rebooted my Mac host.
All is now good with both VMs (after downgrading the VBox Additions),
and I can connect to my private static IP address again. 

Change History (5)

comment:1 by Frank Mehnert, 11 years ago

This bugtracker is about VirtualBox not vagrant. The absolute minimum information required here is the VBox.log file of your VM which is not working. This will show us the networking mode you are using.

comment:2 by georgevreilly, 11 years ago

I no longer have a VBox.log for 4.2.16. Here's the VBox.log for 4.2.12, immediately after it had been installed, which shows the VT-x errors that went away after reboot. The Vagrant settings were unchanged, so the VirtualBox networking should be the same.

VirtualBox VM 4.2.12 r84980 darwin.amd64 (Apr 12 2013 11:35:15) release log
00:00:00.595093 Log opened 2013-07-19T01:10:28.929130000Z
00:00:00.595109 OS Product: Darwin
00:00:00.595114 OS Release: 11.4.2
00:00:00.595118 OS Version: Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
00:00:00.595969 DMI Product Name: MacBookPro9,1
00:00:00.596991 DMI Product Version: 1.0
00:00:00.596999 Host RAM: 16384MB total, 6048MB available
00:00:00.597001 Executable: /Applications/VirtualBox.app/Contents/MacOS/../Resources/VirtualBoxVM.app/Contents/MacOS/VirtualBoxVM
00:00:00.597002 Process ID: 55708
00:00:00.597003 Package type: DARWIN_64BITS_GENERIC
00:00:00.599757 Installed Extension Packs:
00:00:00.599765   Oracle VM VirtualBox Extension Pack (Version: 4.2.12 r84980; VRDE Module: VBoxVRDP)
00:00:00.601118 SUP: Opened VMMR0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VMMR0.r0) at 0xffffff8202a6d020.
00:00:00.603020 OS type: 'Ubuntu_64'
00:00:00.619458 File system of '/Users/georger/VirtualBox VMs/precise64b_1374196210/Snapshots' (snapshots) is unknown
00:00:00.619470 File system of '/Users/georger/VirtualBox VMs/precise64b_1374196210/box-disk1.vmdk' is hfs
00:00:00.654449 Shared clipboard mode: Off
00:00:00.655226 Drag'n'drop mode: Off
00:00:00.658791 Per-VM extradata API settings:
00:00:00.658799   VBoxInternal2/SharedFoldersEnableSymlinksCreate//vagrant="1"
00:00:00.659090 ************************* CFGM dump *************************
00:00:00.659097 [/] (level 0)
00:00:00.659100   CSAMEnabled     <integer> = 0x0000000000000001 (1)
00:00:00.659105   CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:00.659106   EnablePAE       <integer> = 0x0000000000000001 (1)
00:00:00.659107   HwVirtExtForced <integer> = 0x0000000000000001 (1)
00:00:00.659108   MemBalloonSize  <integer> = 0x0000000000000000 (0)
00:00:00.659108   Name            <string>  = "precise64b_1374196210" (cb=22)
00:00:00.659110   NumCPUs         <integer> = 0x0000000000000002 (2)
00:00:00.659110   PATMEnabled     <integer> = 0x0000000000000001 (1)
00:00:00.659111   PageFusion      <integer> = 0x0000000000000000 (0)
00:00:00.659112   RamHoleSize     <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.659114   RamSize         <integer> = 0x0000000018000000 (402 653 184, 384 MB)
00:00:00.659115   RawR0Enabled    <integer> = 0x0000000000000001 (1)
00:00:00.659116   RawR3Enabled    <integer> = 0x0000000000000001 (1)
00:00:00.659117   TimerMillies    <integer> = 0x000000000000000a (10)
00:00:00.659118   UUID            <bytes>   = "1e da 7b a8 08 16 c1 49 9e e5 1f b9 80 23 4e 86" (cb=16)
00:00:00.659124 
00:00:00.659125 [/CPUM/] (level 1)
00:00:00.659126   SyntheticCpu <integer> = 0x0000000000000000 (0)
00:00:00.659127 
00:00:00.659127 [/DBGF/] (level 1)
00:00:00.659128   Path <string>  = "/Users/georger/VirtualBox VMs/precise64b_1374196210/debug/;/Users/georger/VirtualBox VMs/precise64b_1374196210/;/Users/georger/" (cb=128)
00:00:00.659129 
00:00:00.659129 [/Devices/] (level 1)
00:00:00.659130 
00:00:00.659130 [/Devices/8237A/] (level 2)
00:00:00.659131 
00:00:00.659132 [/Devices/8237A/0/] (level 3)
00:00:00.659133   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.659134 
00:00:00.659134 [/Devices/AudioSniffer/] (level 2)
00:00:00.659135 
00:00:00.659135 [/Devices/AudioSniffer/0/] (level 3)
00:00:00.659136 
00:00:00.659137 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:00.659138 
00:00:00.659138 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:00.659139   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:00.659140 
00:00:00.659140 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:00.659142   Object <integer> = 0x0000000106e08df0 (4 410 346 992)
00:00:00.659143 
00:00:00.659143 [/Devices/VMMDev/] (level 2)
00:00:00.659144 
00:00:00.659144 [/Devices/VMMDev/0/] (level 3)
00:00:00.659146   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.659146   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:00.659147   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.659148   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.659149 
00:00:00.659149 [/Devices/VMMDev/0/Config/] (level 4)
00:00:00.659150   GuestCoreDumpDir <string>  = "/Users/georger/VirtualBox VMs/precise64b_1374196210/Snapshots" (cb=62)
00:00:00.659151   RamSize          <integer> = 0x0000000018000000 (402 653 184, 384 MB)
00:00:00.659153 
00:00:00.659153 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:00.659154   Driver <string>  = "HGCM" (cb=5)
00:00:00.659155 
00:00:00.659155 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:00.659156   Object <integer> = 0x0000000103921bb0 (4 354 874 288)
00:00:00.659157 
00:00:00.659158 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:00.659159   Driver <string>  = "MainStatus" (cb=11)
00:00:00.659159 
00:00:00.659160 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:00.659161   First   <integer> = 0x0000000000000000 (0)
00:00:00.659162   Last    <integer> = 0x0000000000000000 (0)
00:00:00.659162   papLeds <integer> = 0x000000010d8021e0 (4 521 468 384)
00:00:00.659164 
00:00:00.659164 [/Devices/acpi/] (level 2)
00:00:00.659165 
00:00:00.659165 [/Devices/acpi/0/] (level 3)
00:00:00.659166   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.659167   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:00.659168   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.659169   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.659169 
00:00:00.659170 [/Devices/acpi/0/Config/] (level 4)
00:00:00.659171   CpuHotPlug        <integer> = 0x0000000000000000 (0)
00:00:00.659172   FdcEnabled        <integer> = 0x0000000000000000 (0)
00:00:00.659173   HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:00.659173   HpetEnabled       <integer> = 0x0000000000000000 (0)
00:00:00.659174   IOAPIC            <integer> = 0x0000000000000001 (1)
00:00:00.659175   IocPciAddress     <integer> = 0x0000000000010000 (65 536)
00:00:00.659176   NumCPUs           <integer> = 0x0000000000000002 (2)
00:00:00.659177   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.659178   RamSize           <integer> = 0x0000000018000000 (402 653 184, 384 MB)
00:00:00.659180   Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.659181   Serial0Irq        <integer> = 0x0000000000000000 (0)
00:00:00.659181   Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.659182   Serial1Irq        <integer> = 0x0000000000000000 (0)
00:00:00.659183   ShowCpu           <integer> = 0x0000000000000001 (1)
00:00:00.659184   ShowRtc           <integer> = 0x0000000000000000 (0)
00:00:00.659185   SmcEnabled        <integer> = 0x0000000000000000 (0)
00:00:00.659185 
00:00:00.659186 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:00.659187   Driver <string>  = "ACPIHost" (cb=9)
00:00:00.659187 
00:00:00.659188 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:00.659189 
00:00:00.659189 [/Devices/acpi/0/LUN#1/] (level 4)
00:00:00.659190   Driver <string>  = "ACPICpu" (cb=8)
00:00:00.659191 
00:00:00.659191 [/Devices/acpi/0/LUN#1/Config/] (level 5)
00:00:00.659192 
00:00:00.659193 [/Devices/ahci/] (level 2)
00:00:00.659194 
00:00:00.659194 [/Devices/ahci/0/] (level 3)
00:00:00.659195   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.659196   PCIDeviceNo   <integer> = 0x000000000000000d (13)
00:00:00.659197   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.659197   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.659198 
00:00:00.659199 [/Devices/ahci/0/Config/] (level 4)
00:00:00.659200   Bootable  <integer> = 0x0000000000000001 (1)
00:00:00.659201   PortCount <integer> = 0x0000000000000001 (1)
00:00:00.659201 
00:00:00.659202 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:00.659203   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:00.659204 
00:00:00.659204 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:00.659205   Driver <string>  = "Block" (cb=6)
00:00:00.659206 
00:00:00.659206 [/Devices/ahci/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.659208   Driver <string>  = "VD" (cb=3)
00:00:00.659208 
00:00:00.659209 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.659210   Format <string>  = "VMDK" (cb=5)
00:00:00.659211   Path   <string>  = "/Users/georger/VirtualBox VMs/precise64b_1374196210/box-disk1.vmdk" (cb=67)
00:00:00.659212   Type   <string>  = "HardDisk" (cb=9)
00:00:00.659212 
00:00:00.659213 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:00.659214   Mountable <integer> = 0x0000000000000000 (0)
00:00:00.659215   Type      <string>  = "HardDisk" (cb=9)
00:00:00.659215 
00:00:00.659216 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:00.659217   Driver <string>  = "MainStatus" (cb=11)
00:00:00.659218 
00:00:00.659218 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:00.659219   DeviceInstance        <string>  = "ahci/0" (cb=7)
00:00:00.659220   First                 <integer> = 0x0000000000000000 (0)
00:00:00.659221   Last                  <integer> = 0x0000000000000000 (0)
00:00:00.659222   pConsole              <integer> = 0x000000010d801c00 (4 521 466 880)
00:00:00.659223   papLeds               <integer> = 0x000000010d801f10 (4 521 467 664)
00:00:00.659225   pmapMediumAttachments <integer> = 0x000000010d8021f8 (4 521 468 408)
00:00:00.659226 
00:00:00.659226 [/Devices/apic/] (level 2)
00:00:00.659227 
00:00:00.659227 [/Devices/apic/0/] (level 3)
00:00:00.659228   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.659229 
00:00:00.659229 [/Devices/apic/0/Config/] (level 4)
00:00:00.659230   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:00.659231   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:00.659232 
00:00:00.659232 [/Devices/e1000/] (level 2)
00:00:00.659233 
00:00:00.659233 [/Devices/e1000/0/] (level 3)
00:00:00.659235   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.659235   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:00.659236   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.659237   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.659238 
00:00:00.659238 [/Devices/e1000/0/Config/] (level 4)
00:00:00.659239   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:00.659240   CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.659241   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:00.659242   MAC            <bytes>   = "08 00 27 88 0c a6" (cb=6)
00:00:00.659243 
00:00:00.659244 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:00.659245   Driver <string>  = "NAT" (cb=4)
00:00:00.659245 
00:00:00.659246 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:00.659247   AliasMode       <integer> = 0x0000000000000000 (0)
00:00:00.659248   BootFile        <string>  = "precise64b_1374196210.pxe" (cb=26)
00:00:00.659249   DNSProxy        <integer> = 0x0000000000000001 (1)
00:00:00.659250   Network         <string>  = "10.0.2.0/24" (cb=12)
00:00:00.659251   PassDomain      <integer> = 0x0000000000000001 (1)
00:00:00.659252   TFTPPrefix      <string>  = "/Users/georger/Library/VirtualBox/TFTP" (cb=39)
00:00:00.659253   UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:00.659253 
00:00:00.659254 [/Devices/e1000/0/LUN#0/Config/ssh/] (level 6)
00:00:00.659255   GuestPort <integer> = 0x0000000000000016 (22)
00:00:00.659256   HostPort  <integer> = 0x00000000000008ae (2 222)
00:00:00.659257   Protocol  <string>  = "TCP" (cb=4)
00:00:00.659258 
00:00:00.659258 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:00.659259   Driver <string>  = "MainStatus" (cb=11)
00:00:00.659260 
00:00:00.659260 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:00.659261   First   <integer> = 0x0000000000000000 (0)
00:00:00.659262   Last    <integer> = 0x0000000000000000 (0)
00:00:00.659263   papLeds <integer> = 0x000000010d8020c0 (4 521 468 096)
00:00:00.659264 
00:00:00.659264 [/Devices/e1000/1/] (level 3)
00:00:00.659265   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.659266   PCIDeviceNo   <integer> = 0x0000000000000008 (8)
00:00:00.659267   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.659268   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.659268 
00:00:00.659269 [/Devices/e1000/1/Config/] (level 4)
00:00:00.659270   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:00.659271   CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.659271   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:00.659272   MAC            <bytes>   = "08 00 27 82 01 91" (cb=6)
00:00:00.659274 
00:00:00.659274 [/Devices/e1000/1/LUN#0/] (level 4)
00:00:00.659275   Driver <string>  = "IntNet" (cb=7)
00:00:00.659276 
00:00:00.659276 [/Devices/e1000/1/LUN#0/Config/] (level 5)
00:00:00.659278   IfPolicyPromisc <string>  = "deny" (cb=5)
00:00:00.659278   Network         <string>  = "HostInterfaceNetworking-vboxnet0" (cb=33)
00:00:00.659279   Trunk           <string>  = "vboxnet0" (cb=9)
00:00:00.659280   TrunkType       <integer> = 0x0000000000000004 (4)
00:00:00.659281 
00:00:00.659281 [/Devices/e1000/1/LUN#999/] (level 4)
00:00:00.659282   Driver <string>  = "MainStatus" (cb=11)
00:00:00.659283 
00:00:00.659283 [/Devices/e1000/1/LUN#999/Config/] (level 5)
00:00:00.659284   First   <integer> = 0x0000000000000000 (0)
00:00:00.659285   Last    <integer> = 0x0000000000000000 (0)
00:00:00.659286   papLeds <integer> = 0x000000010d8020c8 (4 521 468 104)
00:00:00.659287 
00:00:00.659287 [/Devices/i8254/] (level 2)
00:00:00.659288 
00:00:00.659289 [/Devices/i8254/0/] (level 3)
00:00:00.659290 
00:00:00.659290 [/Devices/i8254/0/Config/] (level 4)
00:00:00.659291 
00:00:00.659291 [/Devices/i8259/] (level 2)
00:00:00.659292 
00:00:00.659292 [/Devices/i8259/0/] (level 3)
00:00:00.659293   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.659294 
00:00:00.659294 [/Devices/i8259/0/Config/] (level 4)
00:00:00.659295 
00:00:00.659296 [/Devices/ioapic/] (level 2)
00:00:00.659297 
00:00:00.659297 [/Devices/ioapic/0/] (level 3)
00:00:00.659298   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.659299 
00:00:00.659299 [/Devices/ioapic/0/Config/] (level 4)
00:00:00.659300   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:00.659301 
00:00:00.659301 [/Devices/mc146818/] (level 2)
00:00:00.659302 
00:00:00.659302 [/Devices/mc146818/0/] (level 3)
00:00:00.659303 
00:00:00.659304 [/Devices/mc146818/0/Config/] (level 4)
00:00:00.659305   UseUTC <integer> = 0x0000000000000001 (1)
00:00:00.659305 
00:00:00.659306 [/Devices/parallel/] (level 2)
00:00:00.659307 
00:00:00.659307 [/Devices/pcarch/] (level 2)
00:00:00.659308 
00:00:00.659308 [/Devices/pcarch/0/] (level 3)
00:00:00.659309   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.659310 
00:00:00.659310 [/Devices/pcarch/0/Config/] (level 4)
00:00:00.659311 
00:00:00.659312 [/Devices/pcbios/] (level 2)
00:00:00.659312 
00:00:00.659313 [/Devices/pcbios/0/] (level 3)
00:00:00.659314   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.659315 
00:00:00.659315 [/Devices/pcbios/0/Config/] (level 4)
00:00:00.659317   BootDevice0        <string>  = "IDE" (cb=4)
00:00:00.659317   BootDevice1        <string>  = "DVD" (cb=4)
00:00:00.659318   BootDevice2        <string>  = "NONE" (cb=5)
00:00:00.659319   BootDevice3        <string>  = "NONE" (cb=5)
00:00:00.659320   FloppyDevice       <string>  = "i82078" (cb=7)
00:00:00.659320   HardDiskDevice     <string>  = "piix3ide" (cb=9)
00:00:00.659321   IOAPIC             <integer> = 0x0000000000000001 (1)
00:00:00.659322   LanBootRom         <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom" (cb=109)
00:00:00.659323   McfgBase           <integer> = 0x0000000000000000 (0)
00:00:00.659324   McfgLength         <integer> = 0x0000000000000000 (0)
00:00:00.659325   NumCPUs            <integer> = 0x0000000000000002 (2)
00:00:00.659326   PXEDebug           <integer> = 0x0000000000000000 (0)
00:00:00.659326   RamHoleSize        <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.659328   RamSize            <integer> = 0x0000000018000000 (402 653 184, 384 MB)
00:00:00.659329   SataHardDiskDevice <string>  = "ahci" (cb=5)
00:00:00.659330   UUID               <bytes>   = "1e da 7b a8 08 16 c1 49 9e e5 1f b9 80 23 4e 86" (cb=16)
00:00:00.659332 
00:00:00.659333 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:00.659334 
00:00:00.659334 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:00.659336   NIC           <integer> = 0x0000000000000000 (0)
00:00:00.659337   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.659337   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:00.659338   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.659339 
00:00:00.659339 [/Devices/pci/] (level 2)
00:00:00.659340 
00:00:00.659341 [/Devices/pci/0/] (level 3)
00:00:00.659342   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.659342 
00:00:00.659343 [/Devices/pci/0/Config/] (level 4)
00:00:00.659344   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.659344 
00:00:00.659345 [/Devices/pckbd/] (level 2)
00:00:00.659346 
00:00:00.659346 [/Devices/pckbd/0/] (level 3)
00:00:00.659347   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.659348 
00:00:00.659348 [/Devices/pckbd/0/Config/] (level 4)
00:00:00.659349 
00:00:00.659349 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:00.659350   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:00.659351 
00:00:00.659351 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.659353   Driver <string>  = "MainKeyboard" (cb=13)
00:00:00.659353 
00:00:00.659354 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.659355   Object <integer> = 0x0000000100166170 (4 296 434 032)
00:00:00.659356 
00:00:00.659356 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:00.659358   QueueSize <integer> = 0x0000000000000040 (64)
00:00:00.659358 
00:00:00.659359 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:00.659360   Driver <string>  = "MouseQueue" (cb=11)
00:00:00.659360 
00:00:00.659361 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.659362   Driver <string>  = "MainMouse" (cb=10)
00:00:00.659363 
00:00:00.659363 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:00.659364   Object <integer> = 0x0000000100169ec0 (4 296 449 728)
00:00:00.659365 
00:00:00.659366 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:00.659367   QueueSize <integer> = 0x0000000000000080 (128)
00:00:00.659368 
00:00:00.659368 [/Devices/pcnet/] (level 2)
00:00:00.659369 
00:00:00.659369 [/Devices/piix3ide/] (level 2)
00:00:00.659370 
00:00:00.659370 [/Devices/piix3ide/0/] (level 3)
00:00:00.659371   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.659372   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:00.659373   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:00.659374   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.659374 
00:00:00.659375 [/Devices/piix3ide/0/Config/] (level 4)
00:00:00.659376   Type <string>  = "PIIX4" (cb=6)
00:00:00.659377 
00:00:00.659377 [/Devices/piix3ide/0/Config/PrimaryMaster/] (level 5)
00:00:00.659378   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:00.659379 
00:00:00.659379 [/Devices/piix3ide/0/Config/SecondaryMaster/] (level 5)
00:00:00.659381   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:00.659381 
00:00:00.659382 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:00.659383   Driver <string>  = "Block" (cb=6)
00:00:00.659384 
00:00:00.659384 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
00:00:00.659385   Mountable <integer> = 0x0000000000000001 (1)
00:00:00.659386   Type      <string>  = "DVD" (cb=4)
00:00:00.659387 
00:00:00.659387 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:00.659388   Driver <string>  = "Block" (cb=6)
00:00:00.659389 
00:00:00.659389 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
00:00:00.659390   Mountable <integer> = 0x0000000000000001 (1)
00:00:00.659391   Type      <string>  = "DVD" (cb=4)
00:00:00.659392 
00:00:00.659392 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:00.659393   Driver <string>  = "MainStatus" (cb=11)
00:00:00.659394 
00:00:00.659394 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:00.659395   DeviceInstance        <string>  = "piix3ide/0" (cb=11)
00:00:00.659396   First                 <integer> = 0x0000000000000000 (0)
00:00:00.659397   Last                  <integer> = 0x0000000000000003 (3)
00:00:00.659398   pConsole              <integer> = 0x000000010d801c00 (4 521 466 880)
00:00:00.659399   papLeds               <integer> = 0x000000010d801ef0 (4 521 467 632)
00:00:00.659400   pmapMediumAttachments <integer> = 0x000000010d8021f8 (4 521 468 408)
00:00:00.659401 
00:00:00.659402 [/Devices/serial/] (level 2)
00:00:00.659403 
00:00:00.659403 [/Devices/vga/] (level 2)
00:00:00.659404 
00:00:00.659404 [/Devices/vga/0/] (level 3)
00:00:00.659405   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.659406   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:00.659407   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.659408   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.659408 
00:00:00.659409 [/Devices/vga/0/Config/] (level 4)
00:00:00.659410   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:00.659411   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:00.659412   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:00.659413   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:00.659414   LogoFile         <string>  = "" (cb=1)
00:00:00.659415   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:00.659415   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:00.659416   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:00.659417   VRamSize         <integer> = 0x0000000000800000 (8 388 608, 8 MB)
00:00:00.659418 
00:00:00.659419 [/Devices/vga/0/LUN#0/] (level 4)
00:00:00.659420   Driver <string>  = "MainDisplay" (cb=12)
00:00:00.659421 
00:00:00.659421 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:00.659422   Object <integer> = 0x00000001008a9000 (4 304 048 128)
00:00:00.659423 
00:00:00.659424 [/Devices/virtio-net/] (level 2)
00:00:00.659425 
00:00:00.659425 [/HWVirtExt/] (level 1)
00:00:00.659426   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:00.659427   EnableLargePages   <integer> = 0x0000000000000001 (1)
00:00:00.659427   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:00.659428   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:00.659429   Enabled            <integer> = 0x0000000000000001 (1)
00:00:00.659430   Exclusive          <integer> = 0x0000000000000000 (0)
00:00:00.659431 
00:00:00.659431 [/MM/] (level 1)
00:00:00.659432   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:00.659433 
00:00:00.659433 [/PDM/] (level 1)
00:00:00.659434 
00:00:00.659434 [/PDM/AsyncCompletion/] (level 2)
00:00:00.659435 
00:00:00.659435 [/PDM/AsyncCompletion/File/] (level 3)
00:00:00.659436 
00:00:00.659437 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:00.659438 
00:00:00.659438 [/PDM/BlkCache/] (level 2)
00:00:00.659439   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:00.659440 
00:00:00.659440 [/PDM/Devices/] (level 2)
00:00:00.659441 
00:00:00.659442 [/PDM/Devices/VBoxEhci/] (level 3)
00:00:00.659443   Path         <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxEhciR3.dylib" (cb=125)
00:00:00.659444   R0SearchPath <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64" (cb=108)
00:00:00.659445   RCSearchPath <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64" (cb=108)
00:00:00.659446 
00:00:00.659446 [/PDM/Drivers/] (level 2)
00:00:00.659447 
00:00:00.659447 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.659448   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/components/VBoxC" (cb=61)
00:00:00.659449 
00:00:00.659449 [/PDM/NetworkShaper/] (level 2)
00:00:00.659450 
00:00:00.659450 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:00.659451 
00:00:00.659452 [/PDM/USB/] (level 2)
00:00:00.659453 
00:00:00.659453 [/PDM/USB/VBoxUsbCardReader/] (level 3)
00:00:00.659454   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxUsbCardReaderR3.dylib" (cb=134)
00:00:00.659455 
00:00:00.659455 [/PDM/USB/VBoxUsbWebcam/] (level 3)
00:00:00.659456   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxUsbWebcamR3.dylib" (cb=130)
00:00:00.659457 
00:00:00.659457 [/TM/] (level 1)
00:00:00.659458   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:00.659459 
00:00:00.659459 ********************* End of CFGM dump **********************
00:00:00.659517 MM: cbHyperHeap=0x140000 (1310720)
00:00:00.661393 CPUMSetGuestCpuIdFeature: Enabled PAE
00:00:00.662053 Debug: HCPhysInterPD=000000005eb9d000 HCPhysInterPaePDPT=000000005e9a0000 HCPhysInterPaePML4=000000001bc54000
00:00:00.662061 Debug: apInterPTs={000000005ec1e000,000000005f01f000} apInterPaePTs={0000000234a42000,00000002ecbc3000} apInterPaePDs={00000004596c4000,00000001570c5000,00000003a4046000,000000034ccc7000} pInterPaePDPT64=000000001bdd3000
00:00:00.662067 Host paging mode: AMD64+PGE+NX
00:00:00.662073 PGMPool: cMaxPages=224 (u64MaxPages=224)
00:00:00.662077 pgmR3PoolInit: cMaxPages=0xe0 cMaxUsers=0x1c0 cMaxPhysExts=0x1c0 fCacheEnable=true 
00:00:00.665647 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=100
00:00:00.698424 TM: cTSCTicksPerSecond=0x891c7b70 (2 300 345 200) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:00.698431 TM: fMaybeUseOffsettedHostTSC=false TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:00.698673 CoreCode: R3=00000001066fa000 R0=ffffff81c6fd7000 RC=a030c000 Phys=0000000033182000 cb=0x1000
00:00:00.701571 AIOMgr: Default manager type is "Async"
00:00:00.701586 AIOMgr: Default file backend is "NonBuffered"
00:00:00.701760 BlkCache: Cache successfully initialised. Cache size is 5242880 bytes
00:00:00.701768 BlkCache: Cache commit interval is 10000 ms
00:00:00.701773 BlkCache: Cache commit threshold is 2621440 bytes
00:00:00.703438 [SMP] BIOS with 2 CPUs
00:00:00.704958 DevPcBios: Using LAN ROM '/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom' with a size of 0xc000 bytes
00:00:00.706290 SUP: Loaded VBoxDDR0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VBoxDDR0.r0) at 0xffffff82058db020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:00.706910 SUP: Loaded VBoxDD2R0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VBoxDD2R0.r0) at 0xffffff81f0e7b020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:00.706942 Activating Local APIC
00:00:00.706948 CPUMSetGuestCpuIdFeature: Enabled APIC
00:00:00.706953 CPUMClearGuestCpuIdFeature: Disabled x2APIC
00:00:00.707127 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.710442 Shared Folders service loaded.
00:00:00.717544 Chipset cannot do MSI: VERR_NOT_IMPLEMENTED
00:00:00.717834 DrvBlock: Flushes will be ignored
00:00:00.717841 DrvBlock: Async flushes will be passed to the disk
00:00:00.718164 VDInit finished
00:00:00.722567 VD: Opening the disk took 4693077 ns
00:00:00.722597 AHCI: LUN#0: disk, PCHS=16383/16/63, total number of sectors 167772160
00:00:00.722606 AHCI: LUN#0: using normal I/O
00:00:00.722751 AHCI#0: Reset the HBA
00:00:00.722953 DrvBlock: Flushes will be ignored
00:00:00.722961 DrvBlock: Async flushes will be passed to the disk
00:00:00.723051 PIIX3 ATA: LUN#0: CD/DVD, total number of sectors 0, passthrough disabled
00:00:00.723060 PIIX3 ATA: LUN#1: no unit
00:00:00.723087 DrvBlock: Flushes will be ignored
00:00:00.723091 DrvBlock: Async flushes will be passed to the disk
00:00:00.723176 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 0, passthrough disabled
00:00:00.723183 PIIX3 ATA: LUN#3: no unit
00:00:00.723200 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:00.723214 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:00.730669 NAT: DNS#0: 10.98.76.5
00:00:00.730683 NAT: DNS#1: 10.98.76.6
00:00:00.731470 IntNet#0: szNetwork={HostInterfaceNetworking-vboxnet0} enmTrunkType=4 szTrunk={vboxnet0} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:00.732671 DevPcBios: SATA LUN#0 LCHS=1024/255/63
00:00:00.732732 PGM: The CPU physical address width is 36 bits
00:00:00.732739 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:00.736862 VMM: fUsePeriodicPreemptionTimers=false
00:00:00.737131 Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
00:00:00.737135 ************************* CPUID dump ************************
00:00:00.737142          RAW Standard CPUIDs
00:00:00.737143      Function  eax      ebx      ecx      edx
00:00:00.737146 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:00.737148 Hst:           0000000d 756e6547 6c65746e 49656e69
00:00:00.737150 Gst: 00000001  000306a9 00020800 00000201 178bf3ff
00:00:00.737152 Hst:           000306a9 01100800 7fbae3bf bfebfbff
00:00:00.737154 Gst: 00000002  76035a01 00f0b2ff 00000000 00ca0000
00:00:00.737155 Hst:           76035a01 00f0b2ff 00000000 00ca0000
00:00:00.737157 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:00.737158 Hst:           00000000 00000000 00000000 00000000
00:00:00.737159 Gst: 00000004  04000000 00000000 00000000 00000000
00:00:00.737160 Hst:           1c004121 01c0003f 0000003f 00000000
00:00:00.737162 Gst: 00000005  00000000 00000000 00000000 00000000
00:00:00.737163 Hst:           00000040 00000040 00000003 00021120
00:00:00.737164 Name:                            GenuineIntel
00:00:00.737165 Supports:                        0-5
00:00:00.737170 Family:                          6  	Extended: 0 	Effective: 6
00:00:00.737171 Model:                           10  	Extended: 3 	Effective: 58
00:00:00.737172 Stepping:                        9
00:00:00.737173 Type:                            0 (primary)
00:00:00.737174 APIC ID:                         0x00
00:00:00.737174 Logical CPUs:                    2
00:00:00.737175 CLFLUSH Size:                    8
00:00:00.737176 Brand ID:                        0x00
00:00:00.737177 Mnemonic - Description                 = guest (host)
00:00:00.737178 FPU - x87 FPU on Chip                  = 1 (1)
00:00:00.737179 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:00.737180 DE - Debugging extensions              = 1 (1)
00:00:00.737180 PSE - Page Size Extension              = 1 (1)
00:00:00.737181 TSC - Time Stamp Counter               = 1 (1)
00:00:00.737182 MSR - Model Specific Registers         = 1 (1)
00:00:00.737183 PAE - Physical Address Extension       = 1 (1)
00:00:00.737183 MCE - Machine Check Exception          = 1 (1)
00:00:00.737184 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:00.737185 APIC - APIC On-Chip                    = 1 (1)
00:00:00.737186 10 - Reserved                          = 0 (0)
00:00:00.737189 SEP - SYSENTER and SYSEXIT             = 0 (1)
00:00:00.737190 MTRR - Memory Type Range Registers     = 1 (1)
00:00:00.737191 PGE - PTE Global Bit                   = 1 (1)
00:00:00.737192 MCA - Machine Check Architecture       = 1 (1)
00:00:00.737192 CMOV - Conditional Move Instructions   = 1 (1)
00:00:00.737193 PAT - Page Attribute Table             = 1 (1)
00:00:00.737194 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:00.737195 PSN - Processor Serial Number          = 0 (0)
00:00:00.737196 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:00.737196 20 - Reserved                          = 0 (0)
00:00:00.737197 DS - Debug Store                       = 0 (1)
00:00:00.737198 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:00.737199 MMX - Intel MMX Technology             = 1 (1)
00:00:00.737200 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:00.737200 SSE - SSE Support                      = 1 (1)
00:00:00.737201 SSE2 - SSE2 Support                    = 1 (1)
00:00:00.737202 SS - Self Snoop                        = 0 (1)
00:00:00.737203 HTT - Hyper-Threading Technology       = 1 (1)
00:00:00.737204 TM - Thermal Monitor                   = 0 (1)
00:00:00.737205 30 - Reserved                          = 0 (0)
00:00:00.737205 PBE - Pending Break Enable             = 0 (1)
00:00:00.737206 Supports SSE3                          = 1 (1)
00:00:00.737207 PCLMULQDQ                              = 0 (1)
00:00:00.737208 DS Area 64-bit layout                  = 0 (1)
00:00:00.737209 Supports MONITOR/MWAIT                 = 0 (1)
00:00:00.737210 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:00.737210 VMX - Virtual Machine Technology       = 0 (1)
00:00:00.737211 SMX - Safer Mode Extensions            = 0 (0)
00:00:00.737212 Enhanced SpeedStep Technology          = 0 (1)
00:00:00.737213 Terminal Monitor 2                     = 0 (1)
00:00:00.737214 Supplemental SSE3 instructions         = 1 (1)
00:00:00.737214 L1 Context ID                          = 0 (0)
00:00:00.737215 11 - Reserved                          = 0 (0)
00:00:00.737216 FMA extensions using YMM state         = 0 (0)
00:00:00.737217 CMPXCHG16B instruction                 = 0 (1)
00:00:00.737218 xTPR Update Control                    = 0 (1)
00:00:00.737219 Perf/Debug Capability MSR              = 0 (1)
00:00:00.737220 16 - Reserved                          = 0 (0)
00:00:00.737221 PCID - Process-context identifiers     = 0 (1)
00:00:00.737221 DCA - Direct Cache Access              = 0 (0)
00:00:00.737222 SSE4.1 instruction extensions          = 0 (1)
00:00:00.737223 SSE4.2 instruction extensions          = 0 (1)
00:00:00.737224 Supports the x2APIC extensions         = 0 (1)
00:00:00.737225 MOVBE instruction                      = 0 (0)
00:00:00.737226 POPCNT instruction                     = 0 (1)
00:00:00.737226 TSC-Deadline LAPIC timer mode          = 0 (1)
00:00:00.737227 AESNI instruction extensions           = 0 (1)
00:00:00.737228 XSAVE/XRSTOR extended state feature    = 0 (1)
00:00:00.737229 Supports OSXSAVE                       = 0 (1)
00:00:00.737230 AVX instruction extensions             = 0 (1)
00:00:00.737231 29/30 - Reserved                       = 0x0 (0x3)
00:00:00.737232 Hypervisor Present (we're a guest)     = 0 (0)
00:00:00.737233 
00:00:00.737233          RAW Extended CPUIDs
00:00:00.737234      Function  eax      ebx      ecx      edx
00:00:00.737234 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:00.737236 Hst:           80000008 00000000 00000000 00000000
00:00:00.737238 Gst: 80000001  00000000 00000000 00000000 08000000
00:00:00.737239 Hst:           00000000 00000000 00000001 28100800
00:00:00.737241 Gst: 80000002  20202020 6e492020 286c6574 43202952
00:00:00.737243 Hst:           20202020 6e492020 286c6574 43202952
00:00:00.737245 Gst: 80000003  2865726f 20294d54 332d3769 51353136
00:00:00.737247 Hst:           2865726f 20294d54 332d3769 51353136
00:00:00.737248 Gst: 80000004  5043204d 20402055 30332e32 007a4847
00:00:00.737250 Hst:           5043204d 20402055 30332e32 007a4847
00:00:00.737252 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:00.737253 Hst:           00000000 00000000 00000000 00000000
00:00:00.737254 Gst: 80000006  00000000 00000000 01006040 00000000
00:00:00.737256 Hst:           00000000 00000000 01006040 00000000
00:00:00.737257 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:00.737258 Hst:           00000000 00000000 00000000 00000100
00:00:00.737260 Gst: 80000008  00003024 00000000 00000000 00000000
00:00:00.737261 Hst:           00003024 00000000 00000000 00000000
00:00:00.737262 Gst: 80000009  00000007 00000340 00000340 00000000*
00:00:00.737264 Hst:           00000007 00000340 00000340 00000000
00:00:00.737265 Ext Name:                        
00:00:00.737266 Ext Supports:                    0x80000000-0x80000008
00:00:00.737267 Family:                          0  	Extended: 0 	Effective: 0
00:00:00.737268 Model:                           0  	Extended: 0 	Effective: 0
00:00:00.737269 Stepping:                        0
00:00:00.737270 Brand ID:                        0x000
00:00:00.737271 Mnemonic - Description                 = guest (host)
00:00:00.737271 FPU - x87 FPU on Chip                  = 0 (0)
00:00:00.737272 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:00.737273 DE - Debugging extensions              = 0 (0)
00:00:00.737273 PSE - Page Size Extension              = 0 (0)
00:00:00.737274 TSC - Time Stamp Counter               = 0 (0)
00:00:00.737275 MSR - K86 Model Specific Registers     = 0 (0)
00:00:00.737276 PAE - Physical Address Extension       = 0 (0)
00:00:00.737277 MCE - Machine Check Exception          = 0 (0)
00:00:00.737278 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:00.737278 APIC - APIC On-Chip                    = 0 (0)
00:00:00.737279 10 - Reserved                          = 0 (0)
00:00:00.737280 SEP - SYSCALL and SYSRET               = 0 (1)
00:00:00.737281 MTRR - Memory Type Range Registers     = 0 (0)
00:00:00.737281 PGE - PTE Global Bit                   = 0 (0)
00:00:00.737282 MCA - Machine Check Architecture       = 0 (0)
00:00:00.737283 CMOV - Conditional Move Instructions   = 0 (0)
00:00:00.737283 PAT - Page Attribute Table             = 0 (0)
00:00:00.737284 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:00.737285 18 - Reserved                          = 0 (0)
00:00:00.737285 19 - Reserved                          = 0 (0)
00:00:00.737286 NX - No-Execute Page Protection        = 0 (1)
00:00:00.737287 DS - Debug Store                       = 0 (0)
00:00:00.737288 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:00.737288 MMX - Intel MMX Technology             = 0 (0)
00:00:00.737289 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:00.737290 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:00.737290 26 - 1 GB large page support           = 0 (0)
00:00:00.737291 27 - RDTSCP instruction                = 1 (1)
00:00:00.737292 28 - Reserved                          = 0 (0)
00:00:00.737293 29 - AMD Long Mode                     = 0 (1)
00:00:00.737297 30 - AMD Extensions to 3DNow!          = 0 (0)
00:00:00.737298 31 - AMD 3DNow!                        = 0 (0)
00:00:00.737298 LahfSahf - LAHF/SAHF in 64-bit mode    = 0 (1)
00:00:00.737299 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:00.737300 SVM - AMD VM Extensions                = 0 (0)
00:00:00.737301 APIC registers starting at 0x400       = 0 (0)
00:00:00.737301 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:00.737302 5  - Advanced bit manipulation         = 0 (0)
00:00:00.737303 6  - SSE4A instruction support         = 0 (0)
00:00:00.737304 7  - Misaligned SSE mode               = 0 (0)
00:00:00.737304 8  - PREFETCH and PREFETCHW instruction= 0 (0)
00:00:00.737305 9  - OS visible workaround             = 0 (0)
00:00:00.737306 10 - Instruction based sampling        = 0 (0)
00:00:00.737307 11 - SSE5 support                      = 0 (0)
00:00:00.737307 12 - SKINIT, STGI, and DEV support     = 0 (0)
00:00:00.737308 13 - Watchdog timer support.           = 0 (0)
00:00:00.737309 31:14 - Reserved                       = 0x0 (0x0)
00:00:00.737310 Full Name:                             Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz
00:00:00.737311 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:00.737312 TLB 2/4M Data:                   res0     0 entries
00:00:00.737313 TLB 4K Instr/Uni:                res0     0 entries
00:00:00.737313 TLB 4K Data:                     res0     0 entries
00:00:00.737314 L1 Instr Cache Line Size:        0 bytes
00:00:00.737315 L1 Instr Cache Lines Per Tag:    0
00:00:00.737315 L1 Instr Cache Associativity:    res0  
00:00:00.737316 L1 Instr Cache Size:             0 KB
00:00:00.737317 L1 Data Cache Line Size:         0 bytes
00:00:00.737317 L1 Data Cache Lines Per Tag:     0
00:00:00.737318 L1 Data Cache Associativity:     res0  
00:00:00.737318 L1 Data Cache Size:              0 KB
00:00:00.737319 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:00.737320 L2 TLB 2/4M Data:                off       0 entries
00:00:00.737321 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:00.737321 L2 TLB 4K Data:                  off       0 entries
00:00:00.737322 L2 Cache Line Size:              0 bytes
00:00:00.737323 L2 Cache Lines Per Tag:          0
00:00:00.737323 L2 Cache Associativity:          off   
00:00:00.737324 L2 Cache Size:                   0 KB
00:00:00.737325 APM Features:                   
00:00:00.737326 Physical Address Width:          36 bits
00:00:00.737326 Virtual Address Width:           48 bits
00:00:00.737327 Guest Physical Address Width:    0 bits
00:00:00.737328 Physical Core Count:             0
00:00:00.737329 
00:00:00.737329          RAW Centaur CPUIDs
00:00:00.737330      Function  eax      ebx      ecx      edx
00:00:00.737330 Gst: c0000000  00000007 00000340 00000340 00000000
00:00:00.737332 Hst:           00000007 00000340 00000340 00000000
00:00:00.737333 Gst: c0000001  00000007 00000340 00000340 00000000
00:00:00.737334 Hst:           00000007 00000340 00000340 00000000
00:00:00.737335 Gst: c0000002  00000007 00000340 00000340 00000000
00:00:00.737336 Hst:           00000007 00000340 00000340 00000000
00:00:00.737337 Gst: c0000003  00000007 00000340 00000340 00000000
00:00:00.737339 Hst:           00000007 00000340 00000340 00000000
00:00:00.737340 Centaur Supports:                0xc0000000-0x00000007
00:00:00.737341 Mnemonic - Description                 = guest (host)
00:00:00.737342 AIS - Alternate Instruction Set        = 0 (0)
00:00:00.737342 AIS-E - AIS enabled                    = 0 (0)
00:00:00.737343 RNG - Random Number Generator          = 0 (0)
00:00:00.737344 RNG-E - RNG enabled                    = 0 (0)
00:00:00.737345 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:00.737346 FEMMS - FEMMS                          = 0 (0)
00:00:00.737346 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:00.737347 ACE-E - ACE enabled                    = 0 (0)
00:00:00.737348 ACE2 - Advanced Cryptography Engine 2  = 0 (0)
00:00:00.737349 ACE2-E - ACE enabled                   = 0 (0)
00:00:00.737349 PHE - Padlock Hash Engine              = 0 (0)
00:00:00.737350 PHE-E - PHE enabled                    = 0 (0)
00:00:00.737351 PMM - Montgomery Multiplier            = 0 (0)
00:00:00.737352 PMM-E - PMM enabled                    = 0 (0)
00:00:00.737353 14 - Reserved                          = 0 (0)
00:00:00.737354 15 - Reserved                          = 0 (0)
00:00:00.737354 Parallax                               = 0 (0)
00:00:00.737355 Parallax enabled                       = 0 (0)
00:00:00.737356 Overstress                             = 0 (0)
00:00:00.737357 Overstress enabled                     = 0 (0)
00:00:00.737358 TM3 - Temperature Monitoring 3         = 0 (0)
00:00:00.737359 TM3-E - TM3 enabled                    = 0 (0)
00:00:00.737359 RNG2 - Random Number Generator 2       = 0 (0)
00:00:00.737360 RNG2-E - RNG2 enabled                  = 0 (0)
00:00:00.737361 24 - Reserved                          = 0 (0)
00:00:00.737362 PHE2 - Padlock Hash Engine 2           = 0 (0)
00:00:00.737363 PHE2-E - PHE2 enabled                  = 0 (0)
00:00:00.737363 Bit 27                                 = 1 (0)
00:00:00.737365 
00:00:00.737365 
00:00:00.737366 ******************** End of CPUID dump **********************
00:00:00.737409 HWACCM: Host CR4=001626E0
00:00:00.737413 HWACCM: MSR_IA32_FEATURE_CONTROL      = 5
00:00:00.737415 HWACCM: MSR_IA32_VMX_BASIC_INFO       = da040000000010
00:00:00.737416 HWACCM: VMCS id                       = 10
00:00:00.737417 HWACCM: VMCS size                     = 400
00:00:00.737417 HWACCM: VMCS physical address limit   = None
00:00:00.737418 HWACCM: VMCS memory type              = 6
00:00:00.737419 HWACCM: Dual monitor treatment        = 1
00:00:00.737419 HWACCM: MSR_IA32_VMX_PINBASED_CTLS    = 7f00000016
00:00:00.737420 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_EXT_INT_EXIT
00:00:00.737421 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT
00:00:00.737422 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_VIRTUAL_NMI
00:00:00.737422 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_PREEMPT_TIMER
00:00:00.737423 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS   = fff9fffe0401e172
00:00:00.737425 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_IRQ_WINDOW_EXIT
00:00:00.737425 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_TSC_OFFSET
00:00:00.737426 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_HLT_EXIT
00:00:00.737427 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_INVLPG_EXIT
00:00:00.737427 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MWAIT_EXIT
00:00:00.737428 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDPMC_EXIT
00:00:00.737428 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDTSC_EXIT
00:00:00.737429 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT
00:00:00.737430 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT
00:00:00.737430 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_LOAD_EXIT
00:00:00.737431 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_STORE_EXIT
00:00:00.737432 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW
00:00:00.737432 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_NMI_WINDOW_EXIT
00:00:00.737433 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MOV_DR_EXIT
00:00:00.737433 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_UNCOND_IO_EXIT
00:00:00.737434 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_IO_BITMAPS
00:00:00.737435 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_TRAP_FLAG
00:00:00.737435 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS
00:00:00.737436 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_EXIT
00:00:00.737437 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_PAUSE_EXIT
00:00:00.737437 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
00:00:00.737438 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT *must* be set
00:00:00.737438 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT *must* be set
00:00:00.737444 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS2  = 8ff00000000
00:00:00.737445 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
00:00:00.737446 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_EPT
00:00:00.737446 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_DESCRIPTOR_INSTR_EXIT
00:00:00.737447 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_RDTSCP
00:00:00.737448 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_X2APIC
00:00:00.737448 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_VPID
00:00:00.737449 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT
00:00:00.737450 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_REAL_MODE
00:00:00.737451 HWACCM: MSR_IA32_VMX_ENTRY_CTLS       = ffff000011ff
00:00:00.737452 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG
00:00:00.737452 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_IA64_MODE
00:00:00.737453 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_ENTRY_SMM
00:00:00.737456 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_DEACTIVATE_DUALMON
00:00:00.737456 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_PERF_MSR
00:00:00.737457 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_PAT_MSR
00:00:00.737457 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_EFER_MSR
00:00:00.737458 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG *must* be set
00:00:00.737459 HWACCM: MSR_IA32_VMX_EXIT_CTLS        = 7fffff00036dff
00:00:00.737460 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG
00:00:00.737461 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
00:00:00.737461 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_ACK_EXTERNAL_IRQ
00:00:00.737462 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_GUEST_PAT_MSR
00:00:00.737463 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_LOAD_HOST_PAT_MSR
00:00:00.737463 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_GUEST_EFER_MSR
00:00:00.737464 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_LOAD_HOST_EFER_MSR
00:00:00.737465 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_VMX_PREEMPT_TIMER
00:00:00.737465 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG *must* be set
00:00:00.737466 HWACCM: MSR_IA32_VMX_EPT_VPID_CAPS    = f0106114141
00:00:00.737467 HWACCM:    MSR_IA32_VMX_EPT_CAPS_RWX_X_ONLY
00:00:00.737468 HWACCM:    MSR_IA32_VMX_EPT_CAPS_GAW_48_BITS
00:00:00.737469 HWACCM:    MSR_IA32_VMX_EPT_CAPS_EMT_UC
00:00:00.737469 HWACCM:    MSR_IA32_VMX_EPT_CAPS_EMT_WB
00:00:00.737470 HWACCM:    MSR_IA32_VMX_EPT_CAPS_SP_21_BITS
00:00:00.737471 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVEPT
00:00:00.737471 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVEPT_CAPS_SINGLE_CONTEXT
00:00:00.737472 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVEPT_CAPS_ALL_CONTEXTS
00:00:00.737472 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID
00:00:00.737473 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID_CAPS_INDIV_ADDR
00:00:00.737474 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID_CAPS_SINGLE_CONTEXT
00:00:00.737474 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID_CAPS_ALL_CONTEXTS
00:00:00.737475 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID_CAPS_SINGLE_CONTEXT_RETAIN_GLOBALS
00:00:00.737476 HWACCM: MSR_IA32_VMX_MISC             = 100401e5
00:00:00.737477 HWACCM:    MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT 5
00:00:00.737477 HWACCM:    MSR_IA32_VMX_MISC_ACTIVITY_STATES 7
00:00:00.737478 HWACCM:    MSR_IA32_VMX_MISC_CR3_TARGET      4
00:00:00.737479 HWACCM:    MSR_IA32_VMX_MISC_MAX_MSR         200
00:00:00.737479 HWACCM:    MSR_IA32_VMX_MISC_MSEG_ID         0
00:00:00.737480 HWACCM: MSR_IA32_VMX_CR0_FIXED0       = 80000021
00:00:00.737481 HWACCM: MSR_IA32_VMX_CR0_FIXED1       = ffffffff
00:00:00.737482 HWACCM: MSR_IA32_VMX_CR4_FIXED0       = 2000
00:00:00.737483 HWACCM: MSR_IA32_VMX_CR4_FIXED1       = 1727ff
00:00:00.737484 HWACCM: MSR_IA32_VMX_VMCS_ENUM        = 2a
00:00:00.737484 HWACCM: TPR shadow physaddr           = 0000000033184000
00:00:00.737486 HWACCM: VCPU0: MSR bitmap physaddr    = 000000003318a000
00:00:00.737487 HWACCM: VCPU0: VMCS physaddr          = 0000000033186000
00:00:00.737488 HWACCM: VCPU1: MSR bitmap physaddr    = 0000000033194000
00:00:00.737489 HWACCM: VCPU1: VMCS physaddr          = 0000000033190000
00:00:00.737494 HWACCM: VMX setup failed with rc=VERR_VMX_IN_VMX_ROOT_MODE!
00:00:00.737501 HWACCM: Last instruction error 0
00:00:00.741783 ************************* Statistics *************************
00:00:00.742001 /Devices/E1k0/ReceiveBytes              0 bytes
00:00:00.742010 /Devices/E1k0/TransmitBytes             0 bytes
00:00:00.742016 /Devices/E1k1/ReceiveBytes              0 bytes
00:00:00.742020 /Devices/E1k1/TransmitBytes             0 bytes
00:00:00.742024 /Devices/IDE0/ATA0/Unit0/AtapiDMA        0 times
00:00:00.742029 /Devices/IDE0/ATA0/Unit0/AtapiPIO        0 times
00:00:00.742033 /Devices/IDE0/ATA0/Unit0/DMA            0 times
00:00:00.742037 /Devices/IDE0/ATA0/Unit0/PIO            0 times
00:00:00.742041 /Devices/IDE0/ATA0/Unit0/ReadBytes        0 bytes
00:00:00.742045 /Devices/IDE0/ATA0/Unit0/WrittenBytes        0 bytes
00:00:00.742049 /Devices/IDE0/ATA0/Unit1/AtapiDMA        0 times
00:00:00.742061 /Devices/IDE0/ATA0/Unit1/AtapiPIO        0 times
00:00:00.742065 /Devices/IDE0/ATA0/Unit1/DMA            0 times
00:00:00.742069 /Devices/IDE0/ATA0/Unit1/PIO            0 times
00:00:00.742073 /Devices/IDE0/ATA0/Unit1/ReadBytes        0 bytes
00:00:00.742077 /Devices/IDE0/ATA0/Unit1/WrittenBytes        0 bytes
00:00:00.742081 /Devices/IDE0/ATA1/Unit0/AtapiDMA        0 times
00:00:00.742085 /Devices/IDE0/ATA1/Unit0/AtapiPIO        0 times
00:00:00.742089 /Devices/IDE0/ATA1/Unit0/DMA            0 times
00:00:00.742093 /Devices/IDE0/ATA1/Unit0/PIO            0 times
00:00:00.742097 /Devices/IDE0/ATA1/Unit0/ReadBytes        0 bytes
00:00:00.742137 /Devices/IDE0/ATA1/Unit0/WrittenBytes        0 bytes
00:00:00.742148 /Devices/IDE0/ATA1/Unit1/AtapiDMA        0 times
00:00:00.742152 /Devices/IDE0/ATA1/Unit1/AtapiPIO        0 times
00:00:00.742165 /Devices/IDE0/ATA1/Unit1/DMA            0 times
00:00:00.742169 /Devices/IDE0/ATA1/Unit1/PIO            0 times
00:00:00.742172 /Devices/IDE0/ATA1/Unit1/ReadBytes        0 bytes
00:00:00.742176 /Devices/IDE0/ATA1/Unit1/WrittenBytes        0 bytes
00:00:00.742182 /Devices/VMMDev/BalloonChunks           0 count
00:00:00.742186 /Drivers/IntNet-0/BadFrames             0 count
00:00:00.742189 /Drivers/IntNet-0/Bytes/Received        0 bytes
00:00:00.742193 /Drivers/IntNet-0/Bytes/Sent            0 bytes
00:00:00.742196 /Drivers/IntNet-0/Overflows/Recv        0 count
00:00:00.742199 /Drivers/IntNet-0/Overflows/Sent        0 count
00:00:00.742201 /Drivers/IntNet-0/Packets/Lost          0 count
00:00:00.742203 /Drivers/IntNet-0/Packets/Received        0 count
00:00:00.742206 /Drivers/IntNet-0/Packets/Received-Gso        0 count
00:00:00.742208 /Drivers/IntNet-0/Packets/Sent          0 count
00:00:00.742211 /Drivers/IntNet-0/Packets/Sent-Gso        0 count
00:00:00.742213 /Drivers/IntNet-0/Packets/Sent-R0        0 count
00:00:00.742215 /Drivers/IntNet-0/Recv1                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:00.742219 /Drivers/IntNet-0/Recv2                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:00.742222 /Drivers/IntNet-0/Reserved              0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:00.742234 /Drivers/IntNet-0/Send1                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:00.742238 /Drivers/IntNet-0/Send2                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:00.742240 /Drivers/IntNet-0/XmitProcessRing        0 count
00:00:00.742243 /Drivers/IntNet-0/XmitWakeup-R0         0 count
00:00:00.742245 /Drivers/IntNet-0/XmitWakeup-R3         0 count
00:00:00.742247 /Drivers/IntNet-0/YieldNok              0 count
00:00:00.742250 /Drivers/IntNet-0/YieldOk               0 count
00:00:00.742252 /FT/Checkpoint/Network                  0 times
00:00:00.742255 /FT/Checkpoint/Storage                  0 times
00:00:00.742257 /FT/Received/Mem                        0 bytes
00:00:00.742259 /FT/Received/State                      0 bytes
00:00:00.742262 /FT/Sent/Mem                            0 bytes
00:00:00.742264 /FT/Sent/State                          0 bytes
00:00:00.742267 /FT/Sync/DeltaMem                       0 times
00:00:00.742269 /FT/Sync/DeltaVM                        0 times
00:00:00.742271 /FT/Sync/Full                           0 times
00:00:00.742274 /GMM/VM/Allocated/cBasePages          185 pages
00:00:00.742276 /GMM/VM/Allocated/cFixedPages           0 pages
00:00:00.742278 /GMM/VM/Allocated/cShadowPages          0 pages
00:00:00.742281 /GMM/VM/Reserved/cBasePages         98462 pages
00:00:00.742283 /GMM/VM/Reserved/cFixedPages         3076 pages
00:00:00.742286 /GMM/VM/Reserved/cShadowPages           1 pages
00:00:00.742288 /GMM/VM/cBalloonedPages                 0 pages
00:00:00.742290 /GMM/VM/cMaxBalloonedPages              0 pages
00:00:00.742292 /GMM/VM/cPrivatePages                 185 pages
00:00:00.742295 /GMM/VM/cReqActuallyBalloonedPages        0 pages
00:00:00.742297 /GMM/VM/cReqBalloonedPages              0 pages
00:00:00.742299 /GMM/VM/cReqDeflatePages                0 pages
00:00:00.742302 /GMM/VM/cShareableModules               0 count
00:00:00.742304 /GMM/VM/cSharedPages                    0 pages
00:00:00.742306 /GMM/VM/enmPolicy                       1 
00:00:00.742309 /GMM/VM/enmPriority                     2 
00:00:00.742311 /GMM/VM/fBallooningEnabled       false    
00:00:00.742313 /GMM/VM/fMayAllocate             false    
00:00:00.742316 /GMM/VM/fSharedPagingEnabled     false    
00:00:00.742318 /GMM/cAllocatedPages                  185 pages
00:00:00.742320 /GMM/cBalloonedPages                    0 pages
00:00:00.742323 /GMM/cChunks                            1 count
00:00:00.742325 /GMM/cDuplicatePages                    0 pages
00:00:00.742327 /GMM/cFreedChunks                       1 count
00:00:00.742330 /GMM/cLeftBehindSharedPages             0 pages
00:00:00.742332 /GMM/cMaxPages                   4294967295 pages
00:00:00.742335 /GMM/cOverCommittedPages                0 pages
00:00:00.742337 /GMM/cReservedPages                101539 pages
00:00:00.742339 /GMM/cShareableModules                  0 count
00:00:00.742342 /GMM/cSharedPages                       0 pages
00:00:00.742344 /GVMM/EMTs                              2 calls
00:00:00.742347 /GVMM/HostCPUs                          8 calls
00:00:00.742349 /GVMM/HostCpus/0                        0 
00:00:00.742351 /GVMM/HostCpus/0/CurTimerHz             0 Hz
00:00:00.742354 /GVMM/HostCpus/0/DesiredHz              0 Hz
00:00:00.742356 /GVMM/HostCpus/0/PPTChanges             0 times
00:00:00.742358 /GVMM/HostCpus/0/PPTStarts              0 times
00:00:00.742360 /GVMM/HostCpus/0/idxCpuSet              0 
00:00:00.742363 /GVMM/HostCpus/1                        1 
00:00:00.742365 /GVMM/HostCpus/1/CurTimerHz             0 Hz
00:00:00.742367 /GVMM/HostCpus/1/DesiredHz              0 Hz
00:00:00.742369 /GVMM/HostCpus/1/PPTChanges             0 times
00:00:00.742371 /GVMM/HostCpus/1/PPTStarts              0 times
00:00:00.742374 /GVMM/HostCpus/1/idxCpuSet              1 
00:00:00.742376 /GVMM/HostCpus/2                        2 
00:00:00.742378 /GVMM/HostCpus/2/CurTimerHz             0 Hz
00:00:00.742381 /GVMM/HostCpus/2/DesiredHz              0 Hz
00:00:00.742387 /GVMM/HostCpus/2/PPTChanges             0 times
00:00:00.742390 /GVMM/HostCpus/2/PPTStarts              0 times
00:00:00.742392 /GVMM/HostCpus/2/idxCpuSet              2 
00:00:00.742394 /GVMM/HostCpus/3                        3 
00:00:00.742397 /GVMM/HostCpus/3/CurTimerHz             0 Hz
00:00:00.742399 /GVMM/HostCpus/3/DesiredHz              0 Hz
00:00:00.742401 /GVMM/HostCpus/3/PPTChanges             0 times
00:00:00.742403 /GVMM/HostCpus/3/PPTStarts              0 times
00:00:00.742406 /GVMM/HostCpus/3/idxCpuSet              3 
00:00:00.742408 /GVMM/HostCpus/4                        4 
00:00:00.742410 /GVMM/HostCpus/4/CurTimerHz             0 Hz
00:00:00.742412 /GVMM/HostCpus/4/DesiredHz              0 Hz
00:00:00.742414 /GVMM/HostCpus/4/PPTChanges             0 times
00:00:00.742417 /GVMM/HostCpus/4/PPTStarts              0 times
00:00:00.742419 /GVMM/HostCpus/4/idxCpuSet              4 
00:00:00.742421 /GVMM/HostCpus/5                        5 
00:00:00.742424 /GVMM/HostCpus/5/CurTimerHz             0 Hz
00:00:00.742426 /GVMM/HostCpus/5/DesiredHz              0 Hz
00:00:00.742428 /GVMM/HostCpus/5/PPTChanges             0 times
00:00:00.742430 /GVMM/HostCpus/5/PPTStarts              0 times
00:00:00.742432 /GVMM/HostCpus/5/idxCpuSet              5 
00:00:00.742435 /GVMM/HostCpus/6                        6 
00:00:00.742437 /GVMM/HostCpus/6/CurTimerHz             0 Hz
00:00:00.742439 /GVMM/HostCpus/6/DesiredHz              0 Hz
00:00:00.742441 /GVMM/HostCpus/6/PPTChanges             0 times
00:00:00.742444 /GVMM/HostCpus/6/PPTStarts              0 times
00:00:00.742446 /GVMM/HostCpus/6/idxCpuSet              6 
00:00:00.742448 /GVMM/HostCpus/7                        7 
00:00:00.742450 /GVMM/HostCpus/7/CurTimerHz             0 Hz
00:00:00.742453 /GVMM/HostCpus/7/DesiredHz              0 Hz
00:00:00.742455 /GVMM/HostCpus/7/PPTChanges             0 times
00:00:00.742457 /GVMM/HostCpus/7/PPTStarts              0 times
00:00:00.742459 /GVMM/HostCpus/7/idxCpuSet              7 
00:00:00.742461 /GVMM/Sum/HaltBlocking                  0 calls
00:00:00.742464 /GVMM/Sum/HaltCalls                     0 calls
00:00:00.742466 /GVMM/Sum/HaltNotBlocking               0 calls
00:00:00.742468 /GVMM/Sum/HaltTimeouts                  0 calls
00:00:00.742471 /GVMM/Sum/HaltWakeUps                   0 calls
00:00:00.742473 /GVMM/Sum/PokeCalls                     0 calls
00:00:00.742475 /GVMM/Sum/PokeNotBusy                   0 calls
00:00:00.742477 /GVMM/Sum/PollCalls                     0 calls
00:00:00.742480 /GVMM/Sum/PollHalts                     0 calls
00:00:00.742482 /GVMM/Sum/PollWakeUps                   0 calls
00:00:00.742484 /GVMM/Sum/WakeUpCalls                   0 calls
00:00:00.742487 /GVMM/Sum/WakeUpNotHalted               0 calls
00:00:00.742489 /GVMM/Sum/WakeUpWakeUps                 0 calls
00:00:00.742491 /GVMM/VM/HaltBlocking                   0 calls
00:00:00.742494 /GVMM/VM/HaltCalls                      0 calls
00:00:00.742496 /GVMM/VM/HaltNotBlocking                0 calls
00:00:00.742498 /GVMM/VM/HaltTimeouts                   0 calls
00:00:00.742500 /GVMM/VM/HaltWakeUps                    0 calls
00:00:00.742503 /GVMM/VM/PokeCalls                      0 calls
00:00:00.742505 /GVMM/VM/PokeNotBusy                    0 calls
00:00:00.742507 /GVMM/VM/PollCalls                      0 calls
00:00:00.742509 /GVMM/VM/PollHalts                      0 calls
00:00:00.742512 /GVMM/VM/PollWakeUps                    0 calls
00:00:00.742514 /GVMM/VM/WakeUpCalls                    0 calls
00:00:00.742516 /GVMM/VM/WakeUpNotHalted                0 calls
00:00:00.742519 /GVMM/VM/WakeUpWakeUps                  0 calls
00:00:00.742521 /GVMM/VMs                               1 calls
00:00:00.742523 /IEM/CPU0/cInstructions                 0 count
00:00:00.742526 /IEM/CPU0/cPotentialExits               0 count
00:00:00.742528 /IEM/CPU0/cRetAspectNotImplemented        0 count
00:00:00.742530 /IEM/CPU0/cRetErrStatuses               0 count
00:00:00.742532 /IEM/CPU0/cRetInfStatuses               0 count
00:00:00.742538 /IEM/CPU0/cRetInstrNotImplemented        0 count
00:00:00.742541 /IEM/CPU0/cbWritten                     0 bytes
00:00:00.742543 /IEM/CPU1/cInstructions                 0 count
00:00:00.742545 /IEM/CPU1/cPotentialExits               0 count
00:00:00.742548 /IEM/CPU1/cRetAspectNotImplemented        0 count
00:00:00.742550 /IEM/CPU1/cRetErrStatuses               0 count
00:00:00.742552 /IEM/CPU1/cRetInfStatuses               0 count
00:00:00.742554 /IEM/CPU1/cRetInstrNotImplemented        0 count
00:00:00.742556 /IEM/CPU1/cbWritten                     0 bytes
00:00:00.742559 /MM/HyperHeap/cbFree              1032816 bytes
00:00:00.742562 /MM/HyperHeap/cbHeap              1310400 bytes
00:00:00.742565 /PDM/BlkCache/cbCached                  0 bytes
00:00:00.742567 /PDM/BlkCache/cbCachedFru               0 bytes
00:00:00.742570 /PDM/BlkCache/cbCachedMruIn             0 bytes
00:00:00.742572 /PDM/BlkCache/cbCachedMruOut            0 bytes
00:00:00.742574 /PDM/BlkCache/cbMax               5242880 bytes
00:00:00.742577 /PDM/CritSects/8237A#0 Auto/ContentionR3        0 times
00:00:00.742579 /PDM/CritSects/8237A#0 Auto/ContentionRZLock        0 times
00:00:00.742582 /PDM/CritSects/8237A#0 Auto/ContentionRZUnlock        0 times
00:00:00.742584 /PDM/CritSects/AHCI#0/ContentionR3        0 times
00:00:00.742586 /PDM/CritSects/AHCI#0/ContentionRZLock        0 times
00:00:00.742588 /PDM/CritSects/AHCI#0/ContentionRZUnlock        0 times
00:00:00.742591 /PDM/CritSects/ATA#0/ContentionR3        0 times
00:00:00.742593 /PDM/CritSects/ATA#0/ContentionRZLock        0 times
00:00:00.742595 /PDM/CritSects/ATA#0/ContentionRZUnlock        0 times
00:00:00.742597 /PDM/CritSects/ATA#1/ContentionR3        0 times
00:00:00.742599 /PDM/CritSects/ATA#1/ContentionRZLock        0 times
00:00:00.742601 /PDM/CritSects/ATA#1/ContentionRZUnlock        0 times
00:00:00.742604 /PDM/CritSects/AudioSniffer#0 Auto/ContentionR3        0 times
00:00:00.742606 /PDM/CritSects/AudioSniffer#0 Auto/ContentionRZLock        0 times
00:00:00.742608 /PDM/CritSects/AudioSniffer#0 Auto/ContentionRZUnlock        0 times
00:00:00.742610 /PDM/CritSects/E1000#0/ContentionR3        0 times
00:00:00.742612 /PDM/CritSects/E1000#0/ContentionRZLock        0 times
00:00:00.742614 /PDM/CritSects/E1000#0/ContentionRZUnlock        0 times
00:00:00.742617 /PDM/CritSects/E1000#0RX/ContentionR3        0 times
00:00:00.742619 /PDM/CritSects/E1000#0RX/ContentionRZLock        0 times
00:00:00.742621 /PDM/CritSects/E1000#0RX/ContentionRZUnlock        0 times
00:00:00.742623 /PDM/CritSects/E1000#0TX/ContentionR3        0 times
00:00:00.742625 /PDM/CritSects/E1000#0TX/ContentionRZLock        0 times
00:00:00.742627 /PDM/CritSects/E1000#0TX/ContentionR

comment:3 by Frank Mehnert, 11 years ago

PLEASE: Use the attach button and do not paste log file content directly!

comment:4 by georgevreilly, 11 years ago

This no longer repros with VBox 4.2.18 and Vagrant 1.3.0 on Mac OS X 10.7.5

Last edited 11 years ago by georgevreilly (previous) (diff)

comment:5 by Frank Mehnert, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use