Skip to content

vagrant up hangs at "Waiting for VM to boot. This can take a few minutes" #1066

@brandonzylstra

Description

@brandonzylstra

The really odd thing is that sometimes it gets past this point and hangs at "Configuring and enabling network interfaces...". It doesn't exactly alternate between the two, but it seems random whether it will hang at one or the other. In the case where it doesn't get past "Waiting for VM to boot." it eventually ends in a stack trace. In the case of hanging on the other line, it just hangs there forever. (Well, at least it'll sit there overnight without dying with a stack trace.)

I was suspecting that the problem was with shared folders (since it never gets to that) but I disabled all the shared folders in my Vagrantfile and that made no difference.

Here are the results of attempting to do this with logging set at DEBUG.

I'm running on a Windows host with a CentOS 6.2 guest.

$ VAGRANT_LOG=DEBUG vagrant up
 INFO global: Vagrant version: 1.0.2
 INFO vagrant: `vagrant` invoked: ["up"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x2d83cd0>)
 INFO environment:   - cwd: c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com
 INFO environment: Home path: c:/Users/BZISAD0/.vagrant.d
 INFO plugin: Searching and loading any available plugins...
 INFO plugin: Loading plugin: vagrant-vbguest (0.3.5)
 INFO plugin: Loaded 1 plugins.
DEBUG vagrant: Loading environment
 INFO environment: Loading configuration...
DEBUG loader: Set :default = "c:/Languages/Ruby/1.9.2/lib/ruby/gems/1.9.1/gems/vagrant-1.0.2/co
nfig/default.rb"
DEBUG loader: Populating proc cache for "c:/Languages/Ruby/1.9.2/lib/ruby/gems/1.9.1/gems/vagra
nt-1.0.2/config/default.rb"
DEBUG loader: Load procs for pathname: #<Pathname:c:/Languages/Ruby/1.9.2/lib/ruby/gems/1.9.1/g
ems/vagrant-1.0.2/config/default.rb>
DEBUG loader: Set :root = #<Pathname:c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/Vagrant
file>
DEBUG loader: Populating proc cache for #<Pathname:c:/Users/BZISAD0/Code/Drupal/www.spartanstor
es.com/Vagrantfile>
DEBUG loader: Load procs for pathname: #<Pathname:c:/Users/BZISAD0/Code/Drupal/www.spartanstore
s.com/Vagrantfile>
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (evaluating)
DEBUG loader: Loading from: root (evaluating)
DEBUG provisioner: Provisioner config: chef_solo
 INFO provisioner: Provisioner class: Vagrant::Provisioners::ChefSolo
DEBUG provisioner: Configuring provisioner with: Vagrant::Provisioners::ChefSolo::Config
DEBUG loader: Configuration loaded successfully
DEBUG environment: Loading configuration for VM: www
DEBUG loader: Set :default = "c:/Languages/Ruby/1.9.2/lib/ruby/gems/1.9.1/gems/vagrant-1.0.2/co
nfig/default.rb"
DEBUG loader: Set :root = #<Pathname:c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/Vagrant
file>
DEBUG loader: Set :vm = []
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully
DEBUG loader: Set :default = "c:/Languages/Ruby/1.9.2/lib/ruby/gems/1.9.1/gems/vagrant-1.0.2/co
nfig/default.rb"
DEBUG loader: Set :box = #<Pathname:c:/Users/BZISAD0/.vagrant.d/boxes/vagrant-centos6-drupal.6/
Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:c:/Users/BZISAD0/.vagrant.d/boxes/vagrant-ce
ntos6-drupal.6/Vagrantfile>
DEBUG loader: Load procs for pathname: #<Pathname:c:/Users/BZISAD0/.vagrant.d/boxes/vagrant-cen
tos6-drupal.6/Vagrantfile>
DEBUG loader: Set :root = #<Pathname:c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/Vagrant
file>
DEBUG loader: Set :vm = []
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (cache)
DEBUG loader: Loading from: box (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully
 INFO cli: CLI: [] "up" []
DEBUG cli: Invoking command class: Vagrant::Command::Up []
DEBUG up: 'Up' each target VM...
 INFO datastore: Created: c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/.vagrant
DEBUG virtualbox_base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
 INFO virtualbox_base: VBoxManage path: C:\Applications\VirtualBox\VBoxManage.exe
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "--version
"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.1.18r78361

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox: Finding driver for VirtualBox version: 4.1.18
 INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_1
DEBUG virtualbox_base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
 INFO virtualbox_base: VBoxManage path: C:\Applications\VirtualBox\VBoxManage.exe
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "6d42d3fc-3a8f-4851-8281-d6896049ad99"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            www.spartanstores.com
Guest OS:        Red Hat (64 bit)
UUID:            6d42d3fc-3a8f-4851-8281-d6896049ad99
Config file:     C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\www.spartanstores.com.vb
ox
Snapshot folder: C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots
Log folder:      C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Logs
Hardware UUID:   6d42d3fc-3a8f-4851-8281-d6896049ad99
Memory size:     512MB
Page Fusion:     off
VRAM size:       8MB
CPU exec cap:    100%
HPET:            off
Chipset:         piix3
Firmware:        BIOS
Number of CPUs:  1
Synthetic Cpu:   off
CPUID overrides: None
Boot menu mode:  message and menu
Boot Device (1): HardDisk
Boot Device (2): DVD
Boot Device (3): Not Assigned
Boot Device (4): Not Assigned
ACPI:            on
IOAPIC:          on
PAE:             on
Time offset:     0 ms
RTC:             local time
Hardw. virt.ext: on
Hardw. virt.ext exclusive: off
Nested Paging:   on
Large Pages:     on
VT-x VPID:       on
State:           powered off (since 2012-08-10T15:35:10.000000000)
Monitor count:   1
3D Acceleration: off
2D Video Acceleration: off
Teleporter Enabled: off
Teleporter Port: 0
Teleporter Address:
Teleporter Password:
Storage Controller Name (0):            IDE Controller
Storage Controller Type (0):            PIIX4
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0):  2
Storage Controller Port Count (0):      2
Storage Controller Bootable (0):        on
Storage Controller Name (1):            SATA Controller
Storage Controller Type (1):            IntelAhci
Storage Controller Instance Number (1): 0
Storage Controller Max Port Count (1):  30
Storage Controller Port Count (1):      1
Storage Controller Bootable (1):        on
IDE Controller (0, 0): C:\Applications\VirtualBox\VBoxGuestAdditions.iso (UUID: e0d67cff-f8e9-4
39b-8de9-486d7e029e61)
IDE Controller (1, 0): Empty
SATA Controller (0, 0): C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots\{0576f4
c9-3072-4576-863c-5adc53b893c2}.vmdk (UUID: 0576f4c9-3072-4576-863c-5adc53b893c2)
NIC 1:           MAC: 080027E49DD9, Attachment: NAT, Cable connected: on, Trace: off (file: non
e), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny
NIC 1 Settings:  MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
NIC 1 Rule(0):   name = 2g-7sg, protocol = tcp, host ip = , host port = 8080, guest ip = , gues
t port = 80
NIC 1 Rule(1):   name = 37a-37a, protocol = tcp, host ip = , host port = 3306, guest ip = , gue
st port = 3306
NIC 1 Rule(2):   name = dr-4ah, protocol = tcp, host ip = , host port = 4433, guest ip = , gues
t port = 443
NIC 1 Rule(3):   name = m-25e, protocol = tcp, host ip = , host port = 2222, guest ip = , guest
 port = 22
NIC 2:           MAC: 080027D1AB25, Attachment: Host-only Interface 'VirtualBox Host-Only Ether
net Adapter #2', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0
 Mbps, Boot priority: 0, Promisc Policy: deny
NIC 3:           disabled
NIC 4:           disabled
NIC 5:           disabled
NIC 6:           disabled
NIC 7:           disabled
NIC 8:           disabled
Pointing Device: PS/2 Mouse
Keyboard Device: PS/2 Keyboard
UART 1:          disabled
UART 2:          disabled
Audio:           disabled
Clipboard Mode:  Bidirectional
VRDE:            disabled
USB:             disabled

USB Device Filters:

<none>

Available remote USB devices:

<none>

Currently Attached USB Devices:

<none>

Shared folders:

Name: 'v-root', Host path: 'c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com' (machine mappin
g), writable
Name: 'v-csc-1', Host path: 'c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/cookbooks' (mac
hine mapping), writable
Name: 'v-csc-2', Host path: 'c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/recipebox' (mac
hine mapping), writable
Name: 'v-csr-3', Host path: 'c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/roles' (machine
 mapping), writable
Name: 'v-csdb-4', Host path: 'c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/data' (machine
 mapping), writable

VRDE Connection:    not active
Clients so far:     0

Guest:

Configured memory balloon size:      0 MB
OS type:                             RedHat_64
Additions run level:                 0
Additions version:                   4.1.18


Guest Facilities:

No active facilities.

Snapshots:

   Name: failing_to_boot_1 (UUID: 4492fac3-9e45-40f4-b9f1-2c12ce00673a) *
      Name: added test file (UUID: 9870481a-869f-47ad-aef5-fefdf70f8f5b)
      Name: before restoring 'failing_to_boot_1' (UUID: 35c14999-3c6b-431a-9387-d446ad693648)


DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO vm: Loading guest: linux
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "6d42d3fc-3a8f-4851-8281-d6896049ad99", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="www.spartanstores.com"
ostype="RedHat_64"
UUID="6d42d3fc-3a8f-4851-8281-d6896049ad99"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\www.spartanstores.com.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Logs"
hardwareuuid="6d42d3fc-3a8f-4851-8281-d6896049ad99"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-08-10T15:35:10.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="C:\Applications\VirtualBox\VBoxGuestAdditions.iso"
"IDE Controller-ImageUUID-0-0"="e0d67cff-f8e9-439b-8de9-486d7e029e61"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots\{0576f4c
9-3072-4576-863c-5adc53b893c2}.vmdk"
"SATA Controller-ImageUUID-0-0"="0576f4c9-3072-4576-863c-5adc53b893c2"
natnet1="nat"
macaddress1="080027E49DD9"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="37a-37a,tcp,,3306,,3306"
Forwarding(2)="dr-4ah,tcp,,4433,,443"
Forwarding(3)="m-25e,tcp,,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="080027D1AB25"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/cookbooks"
SharedFolderNameMachineMapping3="v-csc-2"
SharedFolderPathMachineMapping3="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/recipebox"
SharedFolderNameMachineMapping4="v-csr-3"
SharedFolderPathMachineMapping4="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/roles"
SharedFolderNameMachineMapping5="v-csdb-4"
SharedFolderPathMachineMapping5="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/data"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.18"
SnapshotName="failing_to_boot_1"
SnapshotUUID="4492fac3-9e45-40f4-b9f1-2c12ce00673a"
SnapshotName-1="added test file"
SnapshotUUID-1="9870481a-869f-47ad-aef5-fefdf70f8f5b"
SnapshotName-2="before restoring 'failing_to_boot_1'"
SnapshotUUID-2="35c14999-3c6b-431a-9387-d446ad693648"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO up: Booting: www
 INFO interface: info: VM already created. Booting if it's not already running...
[www] VM already created. Booting if it's not already running...
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "6d42d3fc-3a8f-4851-8281-d6896049ad99", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="www.spartanstores.com"
ostype="RedHat_64"
UUID="6d42d3fc-3a8f-4851-8281-d6896049ad99"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\www.spartanstores.com.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Logs"
hardwareuuid="6d42d3fc-3a8f-4851-8281-d6896049ad99"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-08-10T15:35:10.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="C:\Applications\VirtualBox\VBoxGuestAdditions.iso"
"IDE Controller-ImageUUID-0-0"="e0d67cff-f8e9-439b-8de9-486d7e029e61"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots\{0576f4c
9-3072-4576-863c-5adc53b893c2}.vmdk"
"SATA Controller-ImageUUID-0-0"="0576f4c9-3072-4576-863c-5adc53b893c2"
natnet1="nat"
macaddress1="080027E49DD9"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="37a-37a,tcp,,3306,,3306"
Forwarding(2)="dr-4ah,tcp,,4433,,443"
Forwarding(3)="m-25e,tcp,,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="080027D1AB25"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/cookbooks"
SharedFolderNameMachineMapping3="v-csc-2"
SharedFolderPathMachineMapping3="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/recipebox"
SharedFolderNameMachineMapping4="v-csr-3"
SharedFolderPathMachineMapping4="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/roles"
SharedFolderNameMachineMapping5="v-csdb-4"
SharedFolderPathMachineMapping5="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/data"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.18"
SnapshotName="failing_to_boot_1"
SnapshotUUID="4492fac3-9e45-40f4-b9f1-2c12ce00673a"
SnapshotName-1="added test file"
SnapshotUUID-1="9870481a-869f-47ad-aef5-fefdf70f8f5b"
SnapshotName-2="before restoring 'failing_to_boot_1'"
SnapshotUUID-2="35c14999-3c6b-431a-9387-d446ad693648"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "6d42d3fc-3a8f-4851-8281-d6896049ad99", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG subprocess: name="www.spartanstores.com"
ostype="RedHat_64"
UUID="6d42d3fc-3a8f-4851-8281-d6896049ad99"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\www.spartanstores.com.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Logs"
hardwareuuid="6d42d3fc-3a8f-4851-8281-d6896049ad99"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-08-10T15:35:10.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="C:\Applications\VirtualBox\VBoxGuestAdditions.iso"
"IDE Controller-ImageUUID-0-0"="e0d67cff-f8e9-439b-8de9-486d7e029e61"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots\{0576f4c
9-3072-4576-863c-5adc53b893c2}.vmdk"
"SATA Controller-ImageUUID-0-0"="0576f4c9-3072-4576-863c-5adc53b893c2"
natnet1="nat"
macaddress1="080027E49DD9"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="37a-37a,tcp,,3306,,3306"
Forwarding(2)="dr-4ah,tcp,,4433,,443"
Forwarding(3)="m-25e,tcp,,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="080027D1AB25"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/cookbooks"
SharedFolderNameMachineMapping3="v-csc-2"
SharedFolderPathMachineMapping3="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/recipebox"
SharedFolderNameMachineMapping4="v-csr-3"
SharedFolderPathMachineMapping4="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/roles"
SharedFolderNameMachineMapping5="v-csdb-4"
SharedFolderPathMachineMapping5="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/data"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.18"
SnapshotName="failing_to_boot_1"
SnapshotUUID="4492fac3-9e45-40f4-b9f1-2c12ce00673a"
SnapshotName-1="added test file"
SnapshotUUID-1="9870481a-869f-47ad-aef5-fefdf70f8f5b"
SnapshotName-2="before restoring 'failing_to_boot_1'"
SnapshotUUID-2="35c14999-3c6b-431a-9387-d446ad693648"

DEBUG hosts: Host path search classes: [Vagrant::Hosts::Windows, Vagrant::Hosts::Arch, Vagrant:
:Hosts::Gentoo, Vagrant::Hosts::Fedora, Vagrant::Hosts::OpenSUSE, Vagrant::Hosts::FreeBSD, Vagr
ant::Hosts::Linux, Vagrant::Hosts::BSD]
 INFO hosts: Host class: Vagrant::Hosts::Windows
 INFO runner: Running action: start
 INFO warden: Calling action: #<Vagrant::Action::General::CheckVirtualbox:0x362fb38>
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "list", "h
ostonlyifs"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            VirtualBox Host-Only Ethernet Adapter #2
GUID:            41d2ae3d-61e5-4f72-a33e-c94e96589013
Dhcp:            Disabled
IPAddress:       192.168.11.1
NetworkMask:     255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 08:00:27:00:44:16
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2

Name:            VirtualBox Host-Only Ethernet Adapter
GUID:            ad7d0473-8eae-46ba-9e45-b4966b42f62e
Dhcp:            Disabled
IPAddress:       192.168.56.1
NetworkMask:     255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 08:00:27:00:18:ea
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter


DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31998
DEBUG subprocess: Exit status: 0
 INFO warden: Calling action: #<Vagrant::Action::General::Validate:0x362fb20>
 INFO warden: Calling action: #<Vagrant::Action::VM::CheckAccessible:0x362fb08>
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "6d42d3fc-3a8f-4851-8281-d6896049ad99", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="www.spartanstores.com"
ostype="RedHat_64"
UUID="6d42d3fc-3a8f-4851-8281-d6896049ad99"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\www.spartanstores.com.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Logs"
hardwareuuid="6d42d3fc-3a8f-4851-8281-d6896049ad99"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-08-10T15:35:10.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="C:\Applications\VirtualBox\VBoxGuestAdditions.iso"
"IDE Controller-ImageUUID-0-0"="e0d67cff-f8e9-439b-8de9-486d7e029e61"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots\{0576f4c
9-3072-4576-863c-5adc53b893c2}.vmdk"
"SATA Controller-ImageUUID-0-0"="0576f4c9-3072-4576-863c-5adc53b893c2"
natnet1="nat"
macaddress1="080027E49DD9"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="37a-37a,tcp,,3306,,3306"
Forwarding(2)="dr-4ah,tcp,,4433,,443"
Forwarding(3)="m-25e,tcp,,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="080027D1AB25"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/cookbooks"
SharedFolderNameMachineMapping3="v-csc-2"
SharedFolderPathMachineMapping3="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/recipebox"
SharedFolderNameMachineMapping4="v-csr-3"
SharedFolderPathMachineMapping4="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/roles"
SharedFolderNameMachineMapping5="v-csdb-4"
SharedFolderPathMachineMapping5="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/data"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.18"
SnapshotName="failing_to_boot_1"
SnapshotUUID="4492fac3-9e45-40f4-b9f1-2c12ce00673a"
SnapshotName-1="added test file"
SnapshotUUID-1="9870481a-869f-47ad-aef5-fefdf70f8f5b"
SnapshotName-2="before restoring 'failing_to_boot_1'"
SnapshotUUID-2="35c14999-3c6b-431a-9387-d446ad693648"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling action: #<Vagrant::Action::VM::CleanMachineFolder:0x362faf0>
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "list", "s
ystemproperties"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: API version:                     4_1
Minimum guest RAM size:          4 Megabytes
Maximum guest RAM size:          2097152 Megabytes
Minimum video RAM size:          1 Megabytes
Maximum video RAM size:          256 Megabytes
Minimum guest CPU count:         1
Maximum guest CPU count:         32
Virtual disk limit (info):       2199022206976 Bytes
Maximum Serial Port count:       2
Maximum Parallel Port count:     2
Maximum Boot Position:           4
Maximum PIIX3 Network Adapter count:   8
Maximum ICH9 Network Adapter count:   36
Maximum PIIX3 IDE Controllers:   1
Maximum ICH9 IDE Controllers:    1
Maximum IDE Port count:          2
Maximum Devices per IDE Port:    2
Maximum PIIX3 SATA Controllers:  1
Maximum ICH9 SATA Controllers:   8
Maximum SATA Port count:         30
Maximum Devices per SATA Port:   1
Maximum PIIX3 SCSI Controllers:  1
Maximum ICH9 SCSI Controllers:   8
Maximum SCSI Port count:         16
Maximum Devices per SCSI Port:   1
Maximum SAS PIIX3 Controllers:   1
Maximum SAS ICH9 Controllers:    8
Maximum SAS Port count:          8
Maximum Devices per SAS Port:    1
Maximum PIIX3 Floppy Controllers:1
Maximum ICH9 Floppy Controllers: 1
Maximum Floppy Port count:       1
Maximum Devices per Floppy Port: 2
Default machine folder:          C:\Users\bzisad0\VirtualBox VMs
VRDE auth library:               VBoxAuth
Webservice auth. library:        VBoxAuth
Remote desktop ExtPack:          Oracle VM VirtualBox Extension Pack
Log history count:               3

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling action: #<Vagrant::Action::VM::ClearForwardedPorts:0x362fad8>
 INFO interface: info: Clearing any previously set forwarded ports...
[www] Clearing any previously set forwarded ports...
DEBUG virtualbox_4_1: read_forward_ports: uuid=6d42d3fc-3a8f-4851-8281-d6896049ad99 active_only
=false
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "6d42d3fc-3a8f-4851-8281-d6896049ad99", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG subprocess: name="www.spartanstores.com"
ostype="RedHat_64"
UUID="6d42d3fc-3a8f-4851-8281-d6896049ad99"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\www.spartanstores.com.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Logs"
hardwareuuid="6d42d3fc-3a8f-4851-8281-d6896049ad99"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-08-10T15:35:10.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="C:\Applications\VirtualBox\VBoxGuestAdditions.iso"
"IDE Controller-ImageUUID-0-0"="e0d67cff-f8e9-439b-8de9-486d7e029e61"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots\{0576f4c
9-3072-4576-863c-5adc53b893c2}.vmdk"
"SATA Controller-ImageUUID-0-0"="0576f4c9-3072-4576-863c-5adc53b893c2"
natnet1="nat"
macaddress1="080027E49DD9"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="37a-37a,tcp,,3306,,3306"
Forwarding(2)="dr-4ah,tcp,,4433,,443"
Forwarding(3)="m-25e,tcp,,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="080027D1AB25"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/cookbooks"
SharedFolderNameMachineMapping3="v-csc-2"
SharedFolderPathMachineMapping3="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/recipebox"
SharedFolderNameMachineMapping4="v-csr-3"
SharedFolderPathMachineMapping4="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/roles"
SharedFolderNameMachineMapping5="v-csdb-4"
SharedFolderPathMachineMapping5="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/data"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.18"
SnapshotName="failing_to_boot_1"
SnapshotUUID="4492fac3-9e45-40f4-b9f1-2c12ce00673a"
SnapshotName-1="added test file"
SnapshotUUID-1="9870481a-869f-47ad-aef5-fefdf70f8f5b"
SnapshotName-2="before restoring 'failing_to_boot_1'"
SnapshotUUID-2="35c14999-3c6b-431a-9387-d446ad693648"

DEBUG virtualbox_4_1:   - [1, "2g-7sg", 8080, 80]
DEBUG virtualbox_4_1:   - [1, "37a-37a", 3306, 3306]
DEBUG virtualbox_4_1:   - [1, "dr-4ah", 4433, 443]
DEBUG virtualbox_4_1:   - [1, "m-25e", 2222, 22]
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "modifyvm"
, "6d42d3fc-3a8f-4851-8281-d6896049ad99", "--natpf1", "delete", "2g-7sg", "--natpf1", "delete",
 "37a-37a", "--natpf1", "delete", "dr-4ah", "--natpf1", "delete", "m-25e"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling action: #<Vagrant::Action::Env::Set:0x362fac0>
 INFO warden: Calling action: #<Vagrant::Action::VM::CheckPortCollisions:0x362fa90>
DEBUG virtualbox_4_1: read_forward_ports: uuid=6d42d3fc-3a8f-4851-8281-d6896049ad99 active_only
=false
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "6d42d3fc-3a8f-4851-8281-d6896049ad99", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="www.spartanstores.com"
ostype="RedHat_64"
UUID="6d42d3fc-3a8f-4851-8281-d6896049ad99"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\www.spartanstores.com.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Logs"
hardwareuuid="6d42d3fc-3a8f-4851-8281-d6896049ad99"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-08-10T15:35:10.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="C:\Applications\VirtualBox\VBoxGuestAdditions.iso"
"IDE Controller-ImageUUID-0-0"="e0d67cff-f8e9-439b-8de9-486d7e029e61"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com\Snapshots\{0576f4c
9-3072-4576-863c-5adc53b893c2}.vmdk"
"SATA Controller-ImageUUID-0-0"="0576f4c9-3072-4576-863c-5adc53b893c2"
natnet1="nat"
macaddress1="080027E49DD9"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="080027D1AB25"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/cookbooks"
SharedFolderNameMachineMapping3="v-csc-2"
SharedFolderPathMachineMapping3="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/recipebox"
SharedFolderNameMachineMapping4="v-csr-3"
SharedFolderPathMachineMapping4="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/roles"
SharedFolderNameMachineMapping5="v-csdb-4"
SharedFolderPathMachineMapping5="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/data"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.18"
SnapshotName="failing_to_boot_1"
SnapshotUUID="4492fac3-9e45-40f4-b9f1-2c12ce00673a"
SnapshotName-1="added test file"
SnapshotUUID-1="9870481a-869f-47ad-aef5-fefdf70f8f5b"
SnapshotName-2="before restoring 'failing_to_boot_1'"
SnapshotUUID-2="35c14999-3c6b-431a-9387-d446ad693648"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "list", "v
ms"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "CentOS 6.2 x86" {cc2ce3d4-c5b4-4d09-9966-724ef07755f8}
"vagrant_guide_1327691666" {a9987da2-c764-434d-952b-a6927ca952a6}
"myplanetdigital-spartan-vagrant-b88fc5743514303c02d0cc7936c466fe2d29e027_1328721540" {65347984
-379b-4149-8620-3527ec05abdc}
"Spartan Drupal Sandbox" {1ace1ac0-3c85-47dc-9270-78a2f729552f}
"spartanstores_1336156273" {b72f7fe1-5f80-43ad-9e67-143d73d2342d}
"www.spartanstores.com" {6d42d3fc-3a8f-4851-8281-d6896049ad99}
"ZendServer5.6-OL5.7-XE-11.2" {d4bd2aa9-b3bc-4a0f-92d5-3f3aff9af595}
"www.spartanstores.com Clone" {bb006edc-3e38-4ce3-b252-310047ad7c75}

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_1: read_forward_ports: uuid=cc2ce3d4-c5b4-4d09-9966-724ef07755f8 active_only
=true
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "cc2ce3d4-c5b4-4d09-9966-724ef07755f8", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="CentOS 6.2 x86"
ostype="RedHat"
UUID="cc2ce3d4-c5b4-4d09-9966-724ef07755f8"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\CentOS 6.2 x86\CentOS 6.2 x86.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\CentOS 6.2 x86\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\CentOS 6.2 x86\Logs"
hardwareuuid="cc2ce3d4-c5b4-4d09-9966-724ef07755f8"
memory=756
pagefusion="off"
vram=64
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="off"
pae="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-06-27T23:25:22.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="Controller IDE"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="Controller SATA"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"Controller IDE-0-0"="none"
"Controller IDE-0-1"="none"
"Controller IDE-1-0"="emptydrive"
"Controller IDE-IsEjected"="off"
"Controller IDE-1-1"="none"
"Controller SATA-0-0"="C:\Users\bzisad0\VirtualBox VMs\CentOS 6.2 x86\CentOS 6.2 x86.vdi"
"Controller SATA-ImageUUID-0-0"="153e109c-8ef2-4a53-a65e-7cc93273ad8a"
natnet1="nat"
macaddress1="080027689087"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="MySQL,tcp,,3306,,3306"
Forwarding(1)="SSH,tcp,,2222,,22"
Forwarding(2)="Web,tcp,,8080,,80"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter"
macaddress2="08002714FD5F"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="dsound"
clipboard="bidirectional"
vrde="off"
usb="on"
SharedFolderNameMachineMapping1="GraphicServicesCart"
SharedFolderPathMachineMapping1="C:\Users\bzisad0\Work\7) Graphic Services Cart"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.18"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_1: read_forward_ports: uuid=a9987da2-c764-434d-952b-a6927ca952a6 active_only
=true
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "a9987da2-c764-434d-952b-a6927ca952a6", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="vagrant_guide_1327691666"
ostype="Ubuntu_64"
UUID="a9987da2-c764-434d-952b-a6927ca952a6"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\vagrant_guide_1327691666\vagrant_guide_1327691666.vbox
"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\vagrant_guide_1327691666\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\vagrant_guide_1327691666\Logs"
hardwareuuid="a9987da2-c764-434d-952b-a6927ca952a6"
memory=2000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="off"
vtxvpid="on"
VMState="aborted"
VMStateChangeTime="2012-07-20T17:13:57.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="30"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\spartan-vagrant_1322019089\box-disk1.vmd
k"
"SATA Controller-ImageUUID-0-0"="1ba5697f-c700-461a-9aab-4319e14a4290"
"SATA Controller-1-0"="none"
"SATA Controller-2-0"="none"
"SATA Controller-3-0"="none"
"SATA Controller-4-0"="none"
"SATA Controller-5-0"="none"
"SATA Controller-6-0"="none"
"SATA Controller-7-0"="none"
"SATA Controller-8-0"="none"
"SATA Controller-9-0"="none"
"SATA Controller-10-0"="none"
"SATA Controller-11-0"="none"
"SATA Controller-12-0"="none"
"SATA Controller-13-0"="none"
"SATA Controller-14-0"="none"
"SATA Controller-15-0"="none"
"SATA Controller-16-0"="none"
"SATA Controller-17-0"="none"
"SATA Controller-18-0"="none"
"SATA Controller-19-0"="none"
"SATA Controller-20-0"="none"
"SATA Controller-21-0"="none"
"SATA Controller-22-0"="none"
"SATA Controller-23-0"="none"
"SATA Controller-24-0"="none"
"SATA Controller-25-0"="none"
"SATA Controller-26-0"="none"
"SATA Controller-27-0"="none"
"SATA Controller-28-0"="none"
"SATA Controller-29-0"="none"
natnet1="nat"
macaddress1="080027F73B20"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="ssh,tcp,,2222,,22"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/vagrant_guide"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/vagrant_guide/cookbooks"
SharedFolderNameMachineMapping3="v-csr-2"
SharedFolderPathMachineMapping3="c:/vagrant_guide/roles"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.4"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_1: read_forward_ports: uuid=65347984-379b-4149-8620-3527ec05abdc active_only
=true
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "65347984-379b-4149-8620-3527ec05abdc", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="myplanetdigital-spartan-vagrant-b88fc5743514303c02d0cc7936c466f
e2d29e027_1328721540"
ostype="Ubuntu_64"
UUID="65347984-379b-4149-8620-3527ec05abdc"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\myplanetdigital-spartan-vagrant-b88fc5743514303c02d0cc
7936c466fe2d29e027_1328721540\myplanetdigital-spartan-vagrant-b88fc5743514303c02d0cc7936c466fe2
d29e027_1328721540.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\myplanetdigital-spartan-vagrant-b88fc5743514303c02d0c
c7936c466fe2d29e027_1328721540\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\myplanetdigital-spartan-vagrant-b88fc5743514303c02d0cc
7936c466fe2d29e027_1328721540\Logs"
hardwareuuid="65347984-379b-4149-8620-3527ec05abdc"
memory=2000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="off"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-04-30T21:35:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="30"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\spartan-vagrant_1322019089\box-disk1_1.v
mdk"
"SATA Controller-ImageUUID-0-0"="81b1d316-3587-406e-9a2e-e7b75d8eb309"
"SATA Controller-1-0"="none"
"SATA Controller-2-0"="none"
"SATA Controller-3-0"="none"
"SATA Controller-4-0"="none"
"SATA Controller-5-0"="none"
"SATA Controller-6-0"="none"
"SATA Controller-7-0"="none"
"SATA Controller-8-0"="none"
"SATA Controller-9-0"="none"
"SATA Controller-10-0"="none"
"SATA Controller-11-0"="none"
"SATA Controller-12-0"="none"
"SATA Controller-13-0"="none"
"SATA Controller-14-0"="none"
"SATA Controller-15-0"="none"
"SATA Controller-16-0"="none"
"SATA Controller-17-0"="none"
"SATA Controller-18-0"="none"
"SATA Controller-19-0"="none"
"SATA Controller-20-0"="none"
"SATA Controller-21-0"="none"
"SATA Controller-22-0"="none"
"SATA Controller-23-0"="none"
"SATA Controller-24-0"="none"
"SATA Controller-25-0"="none"
"SATA Controller-26-0"="none"
"SATA Controller-27-0"="none"
"SATA Controller-28-0"="none"
"SATA Controller-29-0"="none"
natnet1="nat"
macaddress1="080027F73B20"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="37a-37a,tcp,,3306,,3306"
Forwarding(2)="m-25e,tcp,,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter"
macaddress2="08002774BC28"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/bzisad0/Downloads/myplanetdigital-spartan-vagrant-b88
fc5743514303c02d0cc7936c466fe2d29e027"
SharedFolderNameMachineMapping2="v-data"
SharedFolderPathMachineMapping2="c:/Users/bzisad0/Downloads/vagrant-data"
SharedFolderNameMachineMapping3="v-drush"
SharedFolderPathMachineMapping3="c:/Users/bzisad0/.drush"
SharedFolderNameMachineMapping4="v-csc-1"
SharedFolderPathMachineMapping4="c:/Users/bzisad0/Downloads/myplanetdigital-spartan-vagrant-b88
fc5743514303c02d0cc7936c466fe2d29e027/cookbooks"
SharedFolderNameMachineMapping5="v-csc-2"
SharedFolderPathMachineMapping5="c:/Users/bzisad0/Downloads/myplanetdigital-spartan-vagrant-b88
fc5743514303c02d0cc7936c466fe2d29e027/cookbooks-overrides"
SharedFolderNameMachineMapping6="v-csc-3"
SharedFolderPathMachineMapping6="c:/Users/bzisad0/.cookbooks"
SharedFolderNameMachineMapping7="v-csr-4"
SharedFolderPathMachineMapping7="c:/Users/bzisad0/Downloads/myplanetdigital-spartan-vagrant-b88
fc5743514303c02d0cc7936c466fe2d29e027/roles"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.4"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_1: read_forward_ports: uuid=1ace1ac0-3c85-47dc-9270-78a2f729552f active_only
=true
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "1ace1ac0-3c85-47dc-9270-78a2f729552f", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="Spartan Drupal Sandbox"
ostype="Ubuntu_64"
UUID="1ace1ac0-3c85-47dc-9270-78a2f729552f"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\Spartan Drupal Sandbox\Spartan Drupal Sandbox.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\Spartan Drupal Sandbox\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\Spartan Drupal Sandbox\Logs"
hardwareuuid="1ace1ac0-3c85-47dc-9270-78a2f729552f"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="aborted"
VMStateChangeTime="2012-07-20T22:27:54.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="30"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\Spartan Drupal Sandbox\box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="b2a2e082-9a99-450c-8ec5-517563452ae8"
"SATA Controller-1-0"="none"
"SATA Controller-2-0"="none"
"SATA Controller-3-0"="none"
"SATA Controller-4-0"="none"
"SATA Controller-5-0"="none"
"SATA Controller-6-0"="none"
"SATA Controller-7-0"="none"
"SATA Controller-8-0"="none"
"SATA Controller-9-0"="none"
"SATA Controller-10-0"="none"
"SATA Controller-11-0"="none"
"SATA Controller-12-0"="none"
"SATA Controller-13-0"="none"
"SATA Controller-14-0"="none"
"SATA Controller-15-0"="none"
"SATA Controller-16-0"="none"
"SATA Controller-17-0"="none"
"SATA Controller-18-0"="none"
"SATA Controller-19-0"="none"
"SATA Controller-20-0"="none"
"SATA Controller-21-0"="none"
"SATA Controller-22-0"="none"
"SATA Controller-23-0"="none"
"SATA Controller-24-0"="none"
"SATA Controller-25-0"="none"
"SATA Controller-26-0"="none"
"SATA Controller-27-0"="none"
"SATA Controller-28-0"="none"
"SATA Controller-29-0"="none"
natnet1="nat"
macaddress1="080027706AA2"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2222,,22"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/bzisad0/Code/Vagrant/chef_demo"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/Users/bzisad0/Code/Vagrant/chef_demo/cookbooks"
SharedFolderNameMachineMapping3="v-csc-2"
SharedFolderPathMachineMapping3="c:/Users/bzisad0/Code/Vagrant/chef_demo/house-recipes"
SharedFolderNameMachineMapping4="v-csr-3"
SharedFolderPathMachineMapping4="c:/Users/bzisad0/Code/Vagrant/chef_demo/roles"
SharedFolderNameMachineMapping5="v-csdb-4"
SharedFolderPathMachineMapping5="c:/Users/bzisad0/Code/Vagrant/chef_demo/data"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.0"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_1: read_forward_ports: uuid=b72f7fe1-5f80-43ad-9e67-143d73d2342d active_only
=true
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "b72f7fe1-5f80-43ad-9e67-143d73d2342d", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="spartanstores_1336156273"
ostype="Ubuntu_64"
UUID="b72f7fe1-5f80-43ad-9e67-143d73d2342d"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\spartanstores_1336156273\spartanstores_1336156273.vbox
"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\spartanstores_1336156273\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\spartanstores_1336156273\Logs"
hardwareuuid="b72f7fe1-5f80-43ad-9e67-143d73d2342d"
memory=2000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="off"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-05-04T20:06:56.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="30"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\spartanstores_1336156273\box-disk1_2.vmd
k"
"SATA Controller-ImageUUID-0-0"="8ab5dbd9-8ed6-4ce5-88ec-5eab857b622b"
"SATA Controller-1-0"="none"
"SATA Controller-2-0"="none"
"SATA Controller-3-0"="none"
"SATA Controller-4-0"="none"
"SATA Controller-5-0"="none"
"SATA Controller-6-0"="none"
"SATA Controller-7-0"="none"
"SATA Controller-8-0"="none"
"SATA Controller-9-0"="none"
"SATA Controller-10-0"="none"
"SATA Controller-11-0"="none"
"SATA Controller-12-0"="none"
"SATA Controller-13-0"="none"
"SATA Controller-14-0"="none"
"SATA Controller-15-0"="none"
"SATA Controller-16-0"="none"
"SATA Controller-17-0"="none"
"SATA Controller-18-0"="none"
"SATA Controller-19-0"="none"
"SATA Controller-20-0"="none"
"SATA Controller-21-0"="none"
"SATA Controller-22-0"="none"
"SATA Controller-23-0"="none"
"SATA Controller-24-0"="none"
"SATA Controller-25-0"="none"
"SATA Controller-26-0"="none"
"SATA Controller-27-0"="none"
"SATA Controller-28-0"="none"
"SATA Controller-29-0"="none"
natnet1="nat"
macaddress1="080027F73B20"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="37a-37a,tcp,,3306,,3306"
Forwarding(2)="m-25e,tcp,,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter"
macaddress2="0800271E5B40"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/bzisad0/Code/Vagrant/spartanstores"
SharedFolderNameMachineMapping2="v-data"
SharedFolderPathMachineMapping2="c:/Users/bzisad0/Code/Vagrant/vagrant-data"
SharedFolderNameMachineMapping3="v-drush"
SharedFolderPathMachineMapping3="c:/Users/bzisad0/.drush"
SharedFolderNameMachineMapping4="v-csc-1"
SharedFolderPathMachineMapping4="c:/Users/bzisad0/Code/Vagrant/spartanstores/cookbooks"
SharedFolderNameMachineMapping5="v-csc-2"
SharedFolderPathMachineMapping5="c:/Users/bzisad0/Code/Vagrant/spartanstores/cookbooks-override
s"
SharedFolderNameMachineMapping6="v-csr-3"
SharedFolderPathMachineMapping6="c:/Users/bzisad0/Code/Vagrant/spartanstores/roles"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.4"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_1: read_forward_ports: uuid=d4bd2aa9-b3bc-4a0f-92d5-3f3aff9af595 active_only
=true
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "d4bd2aa9-b3bc-4a0f-92d5-3f3aff9af595", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="ZendServer5.6-OL5.7-XE-11.2"
ostype="Oracle_64"
UUID="d4bd2aa9-b3bc-4a0f-92d5-3f3aff9af595"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\ZendServer5.6-OL5.7-XE-11.2\ZendServer5.6-OL5.7-XE-11.
2.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\ZendServer5.6-OL5.7-XE-11.2\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\ZendServer5.6-OL5.7-XE-11.2\Logs"
hardwareuuid="d4bd2aa9-b3bc-4a0f-92d5-3f3aff9af595"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="saved"
VMStateChangeTime="2012-08-02T22:01:28.000000000"
VMStateFile="C:\Users\bzisad0\VirtualBox VMs\ZendServer5.6-OL5.7-XE-11.2\Snapshots\2012-08-02T2
2-01-25-218747000Z.sav"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\ZendServer5.6-OL5.7-XE-11.2\ZS56-OL57-XE
112-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="3e74b5c5-09a3-4a28-81d5-89b802fbab15"
natnet1="nat"
macaddress1="0800271EF5DA"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="dsound"
clipboard="bidirectional"
vrde="off"
usb="on"
VRDEActiveConnection="off"
VRDEClients=0
description="This is a Virtual Box VM that has Zend Server 5.6, Oracle Linux 5.7 and Oracle XE
11.2.  Root password is zend1234"
GuestMemoryBalloon=0
GuestOSType="Oracle_64"
GuestAdditionsRunLevel=0
GuestAdditionsVersion="4.1.18"

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_1: read_forward_ports: uuid=bb006edc-3e38-4ce3-b252-310047ad7c75 active_only
=true
 INFO subprocess: Starting process: ["C:\\Applications\\VirtualBox\\VBoxManage.exe", "showvminf
o", "bb006edc-3e38-4ce3-b252-310047ad7c75", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="www.spartanstores.com Clone"
ostype="RedHat_64"
UUID="bb006edc-3e38-4ce3-b252-310047ad7c75"
CfgFile="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com Clone\www.spartanstores.com Clon
e.vbox"
SnapFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com Clone\Snapshots"
LogFldr="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com Clone\Logs"
hardwareuuid="bb006edc-3e38-4ce3-b252-310047ad7c75"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2012-08-10T15:04:18.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="C:\Applications\VirtualBox\VBoxGuestAdditions.iso"
"IDE Controller-ImageUUID-0-0"="e0d67cff-f8e9-439b-8de9-486d7e029e61"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="C:\Users\bzisad0\VirtualBox VMs\www.spartanstores.com Clone\www.spartans
tores.com Clone-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="49c58d60-0028-427e-bd4a-217a25099159"
natnet1="nat"
macaddress1="0800273F7C63"
cableconnected1="on"
nic1="nat"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="2g-7sg,tcp,,8080,,80"
Forwarding(1)="37a-37a,tcp,,3306,,3306"
Forwarding(2)="dr-4ah,tcp,,4433,,443"
Forwarding(3)="m-25e,tcp,,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="080027DD5CED"
cableconnected2="on"
nic2="hostonly"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
audio="none"
clipboard="bidirectional"
vrde="off"
usb="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/cookbooks"
SharedFolderNameMachineMapping3="v-csc-2"
SharedFolderPathMachineMapping3="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/recipebox"
SharedFolderNameMachineMapping4="v-csr-3"
SharedFolderPathMachineMapping4="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/roles"
SharedFolderNameMachineMapping5="v-csdb-4"
SharedFolderPathMachineMapping5="c:/Users/BZISAD0/Code/Drupal/www.spartanstores.com/data"
VRDEActive

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions