System freeze while starting a Vagrant box via VirtualBox on Ubuntu 15.04

1,685 views
Skip to first unread message

Michał Czeraszkiewicz

unread,
May 8, 2015, 4:32:01 PM5/8/15
to vagra...@googlegroups.com
I'm starting a virtual machine with:

vagrant up

The provider is VirtualBox.

After few seconds the system freezes and I can't do anything. Only a hard reset is possible.

Unfortunately I can't see anything suspicious in the logs:

...
00:00:00.143578 ******************** End of CPUID dump **********************
00:00:00.145703 VM: Halt method global1 (5)
00:00:00.145710 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
00:00:00.145714 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:00.146015 SharedFolders host service: adding host mapping
00:00:00.146020     Host path '/home/user_name/project_name/devbox', map name 'vagrant', writable, automount=false, create_symlinks=true, missing=false
00:00:00.146097 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:00.146710 NAT: set redirect TCP host 127.0.0.1:2222 => guest 10.0.2.15:22
00:00:00.146806 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:00.148732 Guest Log: BIOS: VirtualBox 4.3.26
00:00:00.148818 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.157868 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={480b372c-c0b5-4c23-9bd7-dcbb85b1594c} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false
00:00:00.168034 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:00.174891 AHCI#0: Reset the HBA
00:00:00.174953 AHCI#0: Port 0 reset
00:00:00.175519 Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 83886080 sectors
00:00:00.175577 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:00.190899 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007fa8d5937000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1
00:00:00.537461 NAT: old socket rcv size: 128KB
00:00:00.537476 NAT: old socket snd size: 128KB
00:00:02.648091 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:02.650582 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.650757 Guest Log: BIOS: Boot : bseqnr=1, bootseq=0002
00:00:02.651025 Guest Log: BIOS: Booting from Hard Disk...
00:00:03.091510 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0)
00:00:03.408419 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.709126 AHCI#0: Reset the HBA
00:00:03.728571 AHCI#0: Port 0 reset
00:00:06.861887 Guest Additions information report: Version 4.3.10 r93012 '4.3.10_Ubuntu'
00:00:06.861928 Guest Additions information report: Interface = 0x00010004 osType = 0x00053100 (64-bit)
00:00:06.861974 Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:06.862019 Guest reported fixed hypervisor window at 00000c00000 (size = 0x800000, rc = VINF_SUCCESS)
00:00:06.881410 Guest Log: vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
00:00:08.425021 NAT: IPv6 not supported
00:00:08.443541 NAT: DHCP offered IP address 10.0.2.15
00:00:08.445786 NAT: DHCP offered IP address 10.0.2.15
00:00:09.070544 NAT: link up

How can I debug this issue?


System stats:

$ uname -a
Linux user-Inspiron-7548 3.19.0-16-generic #16-Ubuntu SMP Thu Apr 30 16:09:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.04
Release:    15.04
Codename:   vivid

I use disk encryption.

Alvaro Miranda Aguilera

unread,
May 8, 2015, 6:45:03 PM5/8/15
to vagra...@googlegroups.com
try

vagrant destroy
VAGRANT_LOG=debug vagrant up | tee vagrant_up_debug.log

and share that log file
> --
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Michał Czeraszkiewicz

unread,
May 10, 2015, 7:30:25 PM5/10/15
to vagra...@googlegroups.com
I get this:

 INFO global: Vagrant version: 1.7.2
 INFO global: Ruby version: 2.0.0
 INFO global: RubyGems version: 2.0.14
 INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant"
 INFO global: VAGRANT_LOG="debug"
 INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/bin/../embedded"
 INFO global: VAGRANT_INSTALLER_VERSION="2"
 INFO global: VAGRANT_DETECTED_OS="Linux"
 INFO global: VAGRANT_INSTALLER_ENV="1"
 INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
 INFO global: Plugins:
 INFO global:   - bundler = 1.7.11
 INFO global:   - json = 1.8.2
 INFO global:   - mime-types = 1.25.1
 INFO global:   - rdoc = 4.2.0
 INFO global:   - rest-client = 1.6.8
 INFO global:   - vagrant-cachier = 1.2.0
 INFO global:   - vagrant-hostmanager = 1.5.0
 INFO global:   - vagrant-share = 1.1.3
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/synced_folders/rsync/plugin.rb
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/synced_folders/smb/plugin.rb
 INFO manager: Registered plugin: SMB synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/reload/plugin.rb
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/push/plugin.rb
 INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/provision/plugin.rb
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/destroy/plugin.rb
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/ssh_config/plugin.rb
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/login/plugin.rb
 INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/version/plugin.rb
 INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/package/plugin.rb
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/status/plugin.rb
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/halt/plugin.rb
 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/list-commands/plugin.rb
 INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/suspend/plugin.rb
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/plugin/plugin.rb
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/global-status/plugin.rb
 INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/resume/plugin.rb
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/init/plugin.rb
 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/help/plugin.rb
 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/rdp/plugin.rb
 INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/pushes/local-exec/plugin.rb
 INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/pushes/noop/plugin.rb
 INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/pushes/atlas/plugin.rb
 INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/pushes/ftp/plugin.rb
 INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/pushes/heroku/plugin.rb
 INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualbox/plugin.rb
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/docker/plugin.rb
 INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hyperv/plugin.rb
 INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/communicators/winrm/plugin.rb
 INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/communicators/ssh/plugin.rb
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/debian/plugin.rb
 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/solaris11/plugin.rb
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/smartos/plugin.rb
 INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/funtoo/plugin.rb
 INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/fedora/plugin.rb
 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/windows/plugin.rb
 INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/solaris/plugin.rb
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/omnios/plugin.rb
 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/ubuntu/plugin.rb
 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/darwin/plugin.rb
 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/mint/plugin.rb
 INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/tinycore/plugin.rb
 INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/netbsd/plugin.rb
 INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/redhat/plugin.rb
 INFO manager: Registered plugin: RedHat guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/openbsd/plugin.rb
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/nixos/plugin.rb
 INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/coreos/plugin.rb
 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/windows/plugin.rb
 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/darwin/plugin.rb
 INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/suse/plugin.rb
 INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/null/plugin.rb
 INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
 INFO global: Loading plugins!
 INFO manager: Registered plugin: vagrant-share
 INFO manager: Registered plugin: vagrant-cachier
 INFO manager: Registered plugin: HostManager
 INFO vagrant: `vagrant` invoked: ["up"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x0000000105b670>)
 INFO environment:   - cwd: /home/user_name/project_directory
 INFO environment: Home path: /home/user_name/.vagrant.d
 INFO environment: Local data path: /home/user_name/project_directory/.vagrant
DEBUG environment: Creating: /home/user_name/project_directory/.vagrant
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 3 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x000000011272c0>
 INFO environment: Running hook: environment_load
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 3 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x00000001794dd8>
 INFO cli: CLI: [] "up" []
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command []
DEBUG command: 'Up' each target VM...
 INFO loader: Set :root = #<Pathname:/home/user_name/project_directory/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/home/user_name/project_directory/Vagrantfile>
DEBUG loader: Load procs for pathname: /home/user_name/project_directory/Vagrantfile
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG provisioner: Provisioner defined: 
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["web.1", "db.1"]
DEBUG command:  -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: web.1
 INFO command: Active machine found with name web.1. Using provider: virtualbox
 INFO environment: Getting machine: web.1 (virtualbox)
 INFO environment: Uncached load of machine.
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.26r98988
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.26
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO loader: Set "8538700_machine_web.1" = [["2", #<Proc:0x0000000174fd50@/home/user_name/project_directory/Vagrantfile:60>]]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x0000000174fd50@/home/user_name/project_directory/Vagrantfile:60>]
 INFO loader: Loading configuration in order: [:home, :root, "8538700_machine_web.1"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 8538700_machine_web.1 (evaluating)
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO box_collection: Box found: ubuntu/trusty64 (virtualbox)
 INFO environment: Running hook: authenticate_box_url
 INFO host: Autodetecting host type for [#<Vagrant::Environment: /home/user_name/project_directory>]
DEBUG host: Trying: arch
DEBUG host: Trying: gentoo
DEBUG host: Trying: darwin
DEBUG host: Trying: suse
DEBUG host: Trying: freebsd
DEBUG host: Trying: slackware
DEBUG host: Trying: redhat
DEBUG host: Trying: windows
DEBUG host: Trying: linux
 INFO host: Detected: linux!
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x00000001600990>
 INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x000000024de278>
 INFO warden: Calling OUT action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x000000024de278>
 INFO loader: Set :"12780560_ubuntu/trusty64_virtualbox" = #<Pathname:/home/user_name/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-trusty64/20150427.0.0/virtualbox/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/home/user_name/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-trusty64/20150427.0.0/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /home/user_name/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-trusty64/20150427.0.0/virtualbox/Vagrantfile
 INFO loader: Loading configuration in order: [:"12780560_ubuntu/trusty64_virtualbox", :home, :root, "8538700_machine_web.1"]
DEBUG loader: Loading from: 12780560_ubuntu/trusty64_virtualbox (evaluating)
DEBUG loader: Upgrading config from version 1 to 2
DEBUG loader: Upgrading config to version 2
DEBUG loader: Upgraded to version 2 with 0 warnings and 0 errors
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 8538700_machine_web.1 (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO machine: Initializing machine: web.1
 INFO machine:   - Provider: VagrantPlugins::ProviderVirtualBox::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x000000025077b8>
 INFO machine:   - Data dir: /home/user_name/project_directory/.vagrant/machines/web.1/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: "afe59571-c238-4251-a075-e2642ae8902b"
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.26r98988
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.26
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            project_directory_web1_1430897160593_14967
Groups:          /
Guest OS:        Ubuntu (64 bit)
UUID:            afe59571-c238-4251-a075-e2642ae8902b
Config file:     /home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox
Snapshot folder: /home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots
Log folder:      /home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs
Hardware UUID:   afe59571-c238-4251-a075-e2642ae8902b
Memory size:     512MB
Page Fusion:     off
VRAM size:       12MB
CPU exec cap:    100%
HPET:            off
Chipset:         piix3
Firmware:        BIOS
Number of CPUs:  1
PAE:             off
Long Mode:       on
Synthetic CPU:   off
CPUID overrides: None
Boot menu mode:  message and menu
Boot Device (1): HardDisk
Boot Device (2): Not Assigned
Boot Device (3): Not Assigned
Boot Device (4): Not Assigned
ACPI:            on
IOAPIC:          on
Time offset:     0ms
RTC:             UTC
Hardw. virt.ext: on
Nested Paging:   on
Large Pages:     off
VT-x VPID:       on
VT-x unr. exec.: on
State:           powered off (since 2015-04-30T21:26:04.000000000)
Monitor count:   1
3D Acceleration: off
2D Video Acceleration: off
Teleporter Enabled: off
Teleporter Port: 0
Teleporter Address: 
Teleporter Password: 
Tracing Enabled: off
Allow Tracing to Access VM: off
Tracing Configuration: 
Autostart Enabled: off
Autostart Delay: 0
Default Frontend: 
Storage Controller Name (0):            SATAController
Storage Controller Type (0):            IntelAhci
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0):  30
Storage Controller Port Count (0):      1
Storage Controller Bootable (0):        on
SATAController (0, 0): /home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk (UUID: ae1b67ac-d73e-4885-b758-8c00141a2619)
NIC 1:           MAC: 080027A1CFA4, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 1 Settings:  MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
NIC 1 Rule(0):   name = ssh, protocol = tcp, host ip = 127.0.0.1, host port = 2200, guest ip = , guest port = 22
NIC 2:           MAC: 080027C5B47E, Attachment: Host-only Interface 'vboxnet0', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
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
LPT 1:           disabled
LPT 2:           disabled
Audio:           disabled
Clipboard Mode:  Bidirectional
Drag'n'drop Mode: disabled
VRDE:            disabled
USB:             disabled
EHCI:            disabled

USB Device Filters:

<none>

Available remote USB devices:

<none>

Currently Attached USB Devices:

<none>

Bandwidth groups:  <none>

Shared folders:  

Name: 'vagrant', Host path: '/home/user_name/project_directory' (machine mapping), writable

VRDE Connection:    not active
Clients so far:     0

Video capturing:    not active
Capture screens:    0
Capture file:       /home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm
Capture dimensions: 1024x768
Capture rate:       512 kbps
Capture FPS:        25

Guest:

Configured memory balloon size:      0 MB


DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG command: Finding machine that match name: db.1
 INFO loader: Set "8538700_machine_db.1" = [["2", #<Proc:0x0000000174fad0@/home/user_name/project_directory/Vagrantfile:71>]]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x0000000174fad0@/home/user_name/project_directory/Vagrantfile:71>]
 INFO loader: Loading configuration in order: [:home, :root, "8538700_machine_db.1"]
ERROR loader: Unknown config sources: ["8538700_machine_web.1", :"12780560_ubuntu/trusty64_virtualbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 8538700_machine_db.1 (evaluating)
DEBUG provisioner: Provisioner defined: 
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.26r98988
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.26
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO environment: Getting machine: db.1 (virtualbox)
 INFO environment: Uncached load of machine.
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.26r98988
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.26
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO loader: Set "8538700_machine_db.1" = [["2", #<Proc:0x0000000174fad0@/home/user_name/project_directory/Vagrantfile:71>]]
 INFO loader: Loading configuration in order: [:home, :root, "8538700_machine_db.1"]
ERROR loader: Unknown config sources: ["8538700_machine_web.1", :"12780560_ubuntu/trusty64_virtualbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 8538700_machine_db.1 (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO box_collection: Box found: ubuntu/trusty64 (virtualbox)
 INFO environment: Running hook: authenticate_box_url
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x000000024e7d78>
 INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x000000024e4948>
 INFO warden: Calling OUT action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x000000024e4948>
 INFO loader: Set :"12780560_ubuntu/trusty64_virtualbox" = #<Pathname:/home/user_name/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-trusty64/20150427.0.0/virtualbox/Vagrantfile>
 INFO loader: Loading configuration in order: [:"12780560_ubuntu/trusty64_virtualbox", :home, :root, "8538700_machine_db.1"]
ERROR loader: Unknown config sources: ["8538700_machine_web.1"]
DEBUG loader: Loading from: 12780560_ubuntu/trusty64_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 8538700_machine_db.1 (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO machine: Initializing machine: db.1
 INFO machine:   - Provider: VagrantPlugins::ProviderVirtualBox::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x00000000c81540>
 INFO machine:   - Data dir: /home/user_name/project_directory/.vagrant/machines/db.1/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: nil
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.26r98988
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.26
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO machine: New machine ID: nil
DEBUG virtualbox: Instantiating the driver for machine ID: nil
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.26r98988
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.26
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO command: With machine: web.1 (#<VagrantPlugins::ProviderVirtualBox::Provider:0x000000017a0228 @logger=#<Log4r::Logger:0x000000017a00e8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: web.1 (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000000017f45a8 @logger=#<Log4r::Logger:0x00000001858d28 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x000000017a00e8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid="afe59571-c238-4251-a075-e2642ae8902b", @version="4.3.26", @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3:0x00000002341168 @logger=#<Log4r::Logger:0x00000002367ac0 @fullname="vagrant::provider::virtualbox_4_3", @outputters=[], @additive=true, @name="virtualbox_4_3", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid="afe59571-c238-4251-a075-e2642ae8902b">>, @cap_logger=#<Log4r::Logger:0x000000023a9e48 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x000000023aa5a0>:0x000000023c6de0>]], @cap_args=[#<Vagrant::Machine: web.1 (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:virtualbox=>#<Vagrant::Registry:0x000000023aa2d0 @items={:forwarded_ports=>#<Proc:0x000000017a6cb8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000000017a6c18@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x0000000111a4f8@/opt/vagrant/embedded/gems/gems/vagrant-share-1.1.3/lib/vagrant-share.rb:39>}, @results_cache={}>, :docker=>#<Vagrant::Registry:0x000000023aa1e0 @items={:public_address=>#<Proc:0x0000000090e3e0@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/docker/plugin.rb:54>, :proxy_machine=>#<Proc:0x0000000090e098@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/docker/plugin.rb:59>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000000023aa0c8 @items={:public_address=>#<Proc:0x0000000091d570@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>}>)
 INFO interface: info: Bringing machine 'web.1' up with 'virtualbox' provider...
Bringing machine 'web.1' up with 'virtualbox' provider...
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO command: With machine: db.1 (#<VagrantPlugins::ProviderVirtualBox::Provider:0x000000023d27d0 @logger=#<Log4r::Logger:0x000000023d2780 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: db.1 (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000000024fd470 @logger=#<Log4r::Logger:0x000000009210a8 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x000000023d2780 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @version="4.3.26", @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3:0x00000001120600 @logger=#<Log4r::Logger:0x000000015b0af8 @fullname="vagrant::provider::virtualbox_4_3", @outputters=[], @additive=true, @name="virtualbox_4_3", @path="vagrant::provider", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>>, @cap_logger=#<Log4r::Logger:0x0000000247d068 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x0000000247d630>:0x0000000249af00>]], @cap_args=[#<Vagrant::Machine: db.1 (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:virtualbox=>#<Vagrant::Registry:0x0000000247d4c8 @items={:forwarded_ports=>#<Proc:0x000000017a6cb8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000000017a6c18@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x0000000111a4f8@/opt/vagrant/embedded/gems/gems/vagrant-share-1.1.3/lib/vagrant-share.rb:39>}, @results_cache={}>, :docker=>#<Vagrant::Registry:0x0000000247d3d8 @items={:public_address=>#<Proc:0x0000000090e3e0@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/docker/plugin.rb:54>, :proxy_machine=>#<Proc:0x0000000090e098@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/docker/plugin.rb:59>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000247d248 @items={:public_address=>#<Proc:0x000000017dfbd0@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>}>)
 INFO interface: info: Bringing machine 'db.1' up with 'virtualbox' provider...
Bringing machine 'db.1' up with 'virtualbox' provider...
 INFO batch_action: Enabling parallelization by default.
 INFO batch_action: Disabling parallelization because provider doesn't support it: virtualbox
 INFO batch_action: Batch action will parallelize: false
 INFO batch_action: Starting action: #<Vagrant::Machine:0x000000014d7a28> up {:destroy_on_error=>true, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil}
 INFO machine: Calling action: up on provider VirtualBox (afe59571-c238-4251-a075-e2642ae8902b)
DEBUG environment: Attempting to acquire process-lock: machine-action-e18afb5164ad36ebc6c27e88042d63eb
DEBUG environment: Attempting to acquire process-lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO environment: Acquired process lock: machine-action-e18afb5164ad36ebc6c27e88042d63eb
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x000000017dda10>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x0000000189e1e8>
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.26r98988
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.26
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.43.1
NetworkMask:     255.255.255.0
IPV6Address:     
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Status:          Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000189e0d0>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x0000000244fcf8>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000002453e48>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000002453e48>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Warden:0x00000000b50b80>
 INFO warden: Calling IN action: #<Proc:0x000000010d8198@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x00000000b50860@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000189e058>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000189e030>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x0000000163b748>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000170ac28>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000170ac28>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Warden:0x00000001842c58>
 INFO warden: Calling IN action: #<Proc:0x000000018865e8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x00000001842bb8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x0000000189df90>
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.26r98988
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.26
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.43.1
NetworkMask:     255.255.255.0
IPV6Address:     
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Status:          Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000189df68>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x0000000189df40>
 INFO interface: output: Checking if box 'ubuntu/trusty64' is up to date...
 INFO interface: output: ==> web.1: Checking if box 'ubuntu/trusty64' is up to date...
==> web.1: Checking if box 'ubuntu/trusty64' is up to date...
 INFO downloader: Downloader starting download: 
 INFO downloader:   -- Source: https://atlas.hashicorp.com/ubuntu/trusty64
 INFO downloader:   -- Destination: /tmp/vagrant20150511-4434-1a3nxbb
 INFO subprocess: Starting process: ["/opt/vagrant/bin/../embedded/bin/curl", "-q", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/1.7.2", "-H", "Accept: application/json", "--output", "/tmp/vagrant20150511-4434-1a3nxbb", "https://atlas.hashicorp.com/ubuntu/trusty64"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: curl: (6) Couldn't resolve host 'atlas.hashicorp.com'
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31980
DEBUG subprocess: Exit status: 6
 WARN downloader: Downloader exit code: 6
 INFO interface: warn: There was a problem while downloading the metadata for your box
to check for updates. This is not an error, since it is usually due
to temporary network problems. This is just a warning. The problem
encountered was:

Couldn't resolve host 'atlas.hashicorp.com'

If you want to check for box updates, verify your network connection
is valid and try again.
 INFO interface: warn: ==> web.1: There was a problem while downloading the metadata for your box
==> web.1: to check for updates. This is not an error, since it is usually due
==> web.1: to temporary network problems. This is just a warning. The problem
==> web.1: encountered was:
==> web.1: 
==> web.1: Couldn't resolve host 'atlas.hashicorp.com'
==> web.1: 
==> web.1: If you want to check for box updates, verify your network connection
==> web.1: is valid and try again.
==> web.1: There was a problem while downloading the metadata for your box
==> web.1: to check for updates. This is not an error, since it is usually due
==> web.1: to temporary network problems. This is just a warning. The problem
==> web.1: encountered was:
==> web.1: 
==> web.1: Couldn't resolve host 'atlas.hashicorp.com'
==> web.1: 
==> web.1: If you want to check for box updates, verify your network connection
==> web.1: is valid and try again.
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00000002349d90>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x000000024800b0>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x0000000248bf00>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x0000000248bf00>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Warden:0x000000010e1928>
 INFO warden: Calling IN action: #<Proc:0x0000000154e628@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x000000010e16f8>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x000000017ac618>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x000000017bea98>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x000000017bea98>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Warden:0x0000000188b610>
 INFO warden: Calling IN action: #<Proc:0x00000002346348@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000188b4f8>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x0000000238d180>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x00000002390510>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x00000002390510>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 4 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Warden:0x00000002473dd8>
 INFO warden: Calling IN action: #<Proc:0x000000023b4168@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00000002473d60>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CleanMachineFolder:0x00000002473d38>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "systemproperties"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: API version:                     4_3
Minimum guest RAM size:          4 Megabytes
Maximum guest RAM size:          2097152 Megabytes
Minimum video RAM size:          1 Megabytes
Maximum video RAM size:          256 Megabytes
Maximum guest monitor count:     64
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:          /home/user_name/VirtualBox VMs
Exclusive HW virtualization use: on
Default hard disk format:        VDI
VRDE auth library:               VBoxAuth
Webservice auth. library:        VBoxAuth
Remote desktop ExtPack:          
Log history count:               3
Default frontend:                
Autostart database path:         
Default Guest Additions ISO:     /usr/share/virtualbox/VBoxGuestAdditions.iso
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SetName:0x00000002473ce8>
 INFO setname: Default name was already set before, not doing it again.
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearForwardedPorts:0x0000000248f808>
DEBUG virtualbox_4_3: read_forward_ports: uuid=afe59571-c238-4251-a075-e2642ae8902b active_only=false
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2200, 22]
 INFO interface: info: Clearing any previously set forwarded ports...
 INFO interface: info: ==> web.1: Clearing any previously set forwarded ports...
==> web.1: Clearing any previously set forwarded ports...
DEBUG virtualbox_4_3: read_forward_ports: uuid=afe59571-c238-4251-a075-e2642ae8902b active_only=false
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2200, 22]
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "afe59571-c238-4251-a075-e2642ae8902b", "--natpf1", "delete", "ssh"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::Cachier::Action::ConfigureBucketRoot:0x0000000248f7e0>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x000000024ac610>
 INFO provision: Checking provisioner sentinel file...
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x000000024c9b48>
 INFO warden: Calling IN action: #<VagrantPlugins::HostManager::Action::UpdateAll:0x000000024c9b20>
 INFO update_all: Updating /etc/hosts file automatically
 INFO warden: Calling IN action: #<VagrantPlugins::Cachier::Action::InstallBuckets:0x000000024e09d8>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x00000000c4da60>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareForwardedPortCollisionParams:0x00000000c4d970>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "project_directory_web1_1430897160593_14967" {afe59571-c238-4251-a075-e2642ae8902b}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3: read_forward_ports: uuid=afe59571-c238-4251-a075-e2642ae8902b active_only=false
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x00000000c4d948>
DEBUG environment: Attempting to acquire process-lock: fpcollision
DEBUG environment: Attempting to acquire process-lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO environment: Acquired process lock: fpcollision
 INFO handle_port_collisions: Detecting any forwarded port collisions...
DEBUG handle_port_collisions: Extra in use: []
DEBUG handle_port_collisions: Remap: {}
DEBUG handle_port_collisions: Repair: true
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSValidIds:0x000000010f7070>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "project_directory_web1_1430897160593_14967" {afe59571-c238-4251-a075-e2642ae8902b}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x0000000155ea00>
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_prune in linux
 INFO nfs: NFS pruning. Valid IDs: ["afe59571-c238-4251-a075-e2642ae8902b"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_prune in linux
 INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /home/user_name/project_directory>, #<Vagrant::UI::Prefixed:0x00000001701a38 @logger=#<Log4r::Logger:0x000000017019e8 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @prefix=:"web.1", @ui=#<Vagrant::UI::Basic:0x0000000105a8d8 @logger=#<Log4r::Logger:0x0000000105a860 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @lock=#<Mutex:0x00000001080e20>>>, ["afe59571-c238-4251-a075-e2642ae8902b"]] (linux)
 INFO linux: Pruning invalid NFS entries...
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x00000001716a78>
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_installed in linux
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /home/user_name/project_directory>] (linux)
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_installed in linux
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /home/user_name/project_directory>] (linux)
 INFO synced_folder_cleanup: Invoking synced folder cleanup for: nfs
 INFO nfs: NFS pruning. Valid IDs: ["afe59571-c238-4251-a075-e2642ae8902b"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_prune in linux
 INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /home/user_name/project_directory>, #<Vagrant::UI::Prefixed:0x00000001701a38 @logger=#<Log4r::Logger:0x000000017019e8 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @prefix=:"web.1", @ui=#<Vagrant::UI::Basic:0x0000000105a8d8 @logger=#<Log4r::Logger:0x0000000105a860 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000b4b108 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000c0ab20 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000c0a8c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000c18f18 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000b4ad98 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @lock=#<Mutex:0x00000001080e20>>>, ["afe59571-c238-4251-a075-e2642ae8902b"]] (linux)
 INFO linux: Pruning invalid NFS entries...
 INFO synced_folder_cleanup: Invoking synced folder cleanup for: virtualbox
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "sharedfolder", "remove", "afe59571-c238-4251-a075-e2642ae8902b", "--name", "vagrant"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x000000017ccb20>
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_installed in linux
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /home/user_name/project_directory>] (linux)
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_installed in linux
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /home/user_name/project_directory>] (linux)
 INFO synced_folders: Synced Folder Implementation: nfs
 INFO synced_folders:   - /home/vagrant/shared: ./shared => /home/vagrant/shared
 INFO synced_folders:   - vagrant-cache: /home/user_name/.vagrant.d/cache/ubuntu/trusty64 => /tmp/vagrant-cache
 INFO synced_folders: Synced Folder Implementation: virtualbox
 INFO synced_folders:   - /vagrant: . => /vagrant
 INFO synced_folders: Invoking synced folder prepare for: nfs
 INFO synced_folders: Invoking synced folder prepare for: virtualbox
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "setextradata", "afe59571-c238-4251-a075-e2642ae8902b", "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "sharedfolder", "add", "afe59571-c238-4251-a075-e2642ae8902b", "--name", "vagrant", "--hostpath", "/home/user_name/project_directory"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x0000000183c358>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x0000000187d3a8>
 INFO interface: info: Clearing any previously set network interfaces...
 INFO interface: info: ==> web.1: Clearing any previously set network interfaces...
==> web.1: Clearing any previously set network interfaces...
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "afe59571-c238-4251-a075-e2642ae8902b", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Network:0x0000000187d358>
DEBUG network: Available slots for high-level adapters: #<Set: {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36}>
 INFO network: Determining network adapters required for high-level configuration...
 INFO network:  -- Slot 2: hostonly
 INFO network: Determining adapters and compiling network configuration...
 INFO network: Network slot 1. Type: nat.
DEBUG network: Normalized configuration: {:auto_config=>false, :adapter=>1}
DEBUG network: Adapter configuration: {:adapter=>1, :type=>:nat}
 INFO network: Network slot 2. Type: hostonly.
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "bridgedifs"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            wlan0
GUID:            6e616c77-0030-4000-8000-d07e35b2bb0f
DHCP:            Disabled
IPAddress:       192.168.1.6
NetworkMask:     255.255.255.0
IPV6Address:     fe80:0000:0000:0000:d27e:35ff:feb2:bb0f
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: d0:7e:35:b2:bb:0f
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-wlan0

Name:            docker0
GUID:            6b636f64-7265-4030-8000-56847afe9799
DHCP:            Disabled
IPAddress:       172.17.42.1
NetworkMask:     255.255.0.0
IPV6Address:     
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 56:84:7a:fe:97:99
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-docker0

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG network: Normalized configuration: {:adapter_ip=>"192.168.43.1", :auto_config=>true, :ip=>"192.168.43.10", :mac=>nil, :netmask=>"255.255.255.0", :nic_type=>nil, :type=>:static, :adapter=>2}
 INFO network: Searching for matching hostonly network: 192.168.43.10
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.43.1
NetworkMask:     255.255.255.0
IPV6Address:     
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Status:          Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG network: Adapter configuration: {:adapter=>2, :hostonly=>"vboxnet0", :mac_address=>nil, :nic_type=>nil, :type=>:hostonly}
 INFO network: Enabling adapters...
 INFO interface: output: Preparing network interfaces based on configuration...
 INFO interface: output: ==> web.1: Preparing network interfaces based on configuration...
==> web.1: Preparing network interfaces based on configuration...
 INFO interface: detail: Adapter 1: nat
 INFO interface: detail:     web.1: Adapter 1: nat
    web.1: Adapter 1: nat
 INFO interface: detail: Adapter 2: hostonly
 INFO interface: detail:     web.1: Adapter 2: hostonly
    web.1: Adapter 2: hostonly
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "afe59571-c238-4251-a075-e2642ae8902b", "--nic1", "nat", "--nic2", "hostonly", "--hostonlyadapter2", "vboxnet0", "--cableconnected2", "on"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x0000000233ebc0>
 INFO interface: output: Forwarding ports...
 INFO interface: output: ==> web.1: Forwarding ports...
==> web.1: Forwarding ports...
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="poweroff"
VMStateChangeTime="2015-04-30T21:26:04.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO interface: detail: 22 => 2222 (adapter 1)
 INFO interface: detail:     web.1: 22 => 2222 (adapter 1)
    web.1: 22 => 2222 (adapter 1)
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "afe59571-c238-4251-a075-e2642ae8902b", "--natpf1", "ssh,tcp,127.0.0.1,2222,,22"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SetHostname:0x0000000233eb98>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x0000000233eb70>
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "afe59571-c238-4251-a075-e2642ae8902b", "--rtcuseutc", "on"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO sanedefaults: Automatically figuring out whether to enable/disable NAT DNS proxy...
 INFO sanedefaults: Disabling DNS proxy since resolv.conf contains 127.0.0.1 or 127.0.1.1
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "afe59571-c238-4251-a075-e2642ae8902b", "--natdnsproxy1", "off"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "afe59571-c238-4251-a075-e2642ae8902b", "--natdnshostresolver1", "off"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x000000023664e0>
 INFO interface: info: Running 'pre-boot' VM customizations...
 INFO interface: info: ==> web.1: Running 'pre-boot' VM customizations...
==> web.1: Running 'pre-boot' VM customizations...
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "afe59571-c238-4251-a075-e2642ae8902b", "--memory", "512"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x00000002366490>
 INFO interface: info: Booting VM...
 INFO interface: info: ==> web.1: Booting VM...
==> web.1: Booting VM...
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "startvm", "afe59571-c238-4251-a075-e2642ae8902b", "--type", "headless"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Waiting for VM "afe59571-c238-4251-a075-e2642ae8902b" to power on...
VM "afe59571-c238-4251-a075-e2642ae8902b" has been successfully started.
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000002366440>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x00000002366418>
 INFO interface: output: Waiting for machine to boot. This may take a few minutes...
 INFO interface: output: ==> web.1: Waiting for machine to boot. This may take a few minutes...
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
==> web.1: Waiting for machine to boot. This may take a few minutes...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3: Searching for SSH port: 22
DEBUG virtualbox_4_3: read_forward_ports: uuid=afe59571-c238-4251-a075-e2642ae8902b active_only=false
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2222, 22]
DEBUG ssh: Checking key permissions: /home/user_name/.vagrant.d/insecure_private_key
 INFO interface: detail: SSH address: 127.0.0.1:2222
 INFO interface: detail:     web.1: SSH address: 127.0.0.1:2222
    web.1: SSH address: 127.0.0.1:2222
 INFO interface: detail: SSH username: vagrant
 INFO interface: detail:     web.1: SSH username: vagrant
    web.1: SSH username: vagrant
 INFO interface: detail: SSH auth method: private key
 INFO interface: detail:     web.1: SSH auth method: private key
    web.1: SSH auth method: private key
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3: Searching for SSH port: 22
DEBUG virtualbox_4_3: read_forward_ports: uuid=afe59571-c238-4251-a075-e2642ae8902b active_only=false
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2222, 22]
DEBUG ssh: Checking key permissions: /home/user_name/.vagrant.d/insecure_private_key
 INFO ssh: Attempting SSH connection...
 INFO ssh: Attempting to connect to SSH...
 INFO ssh:   - Host: 127.0.0.1
 INFO ssh:   - Port: 2222
 INFO ssh:   - Username: vagrant
 INFO ssh:   - Password? false
 INFO ssh:   - Key Path: ["/home/user_name/.vagrant.d/insecure_private_key"]
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="640,480,32"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "afe59571-c238-4251-a075-e2642ae8902b", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="project_directory_web1_1430897160593_14967"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="afe59571-c238-4251-a075-e2642ae8902b"
CfgFile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.vbox"
SnapFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots"
LogFldr="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Logs"
hardwareuuid="afe59571-c238-4251-a075-e2642ae8902b"
memory=512
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2015-05-10T23:03:08.593000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="ae1b67ac-d73e-4885-b758-8c00141a2619"
natnet1="nat"
macaddress1="080027A1CFA4"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027C5B47E"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/home/user_name/project_directory"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/project_directory_web1_1430897160593_14967.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Ubuntu_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0

Michał Czeraszkiewicz

unread,
May 10, 2015, 7:37:25 PM5/10/15
to vagra...@googlegroups.com
And here is the content of the VBox.log:

VirtualBox VM 4.3.26 r98988 linux.amd64 (Mar 16 2015 18:09:34) release log
00:00:00.012033 Log opened 2015-05-10T23:03:08.413312000Z
00:00:00.012034 Build Type: release
00:00:00.012036 OS Product: Linux
00:00:00.012037 OS Release: 3.19.0-16-generic
00:00:00.012038 OS Version: #16-Ubuntu SMP Thu Apr 30 16:09:58 UTC 2015
00:00:00.012052 DMI Product Name: Inspiron 7548
00:00:00.012057 DMI Product Version: A00
00:00:00.012115 Host RAM: 15960MB total, 15341MB available
00:00:00.012117 Executable: /usr/lib/virtualbox/VBoxHeadless
00:00:00.012118 Process ID: 5294
00:00:00.012118 Package type: LINUX_64BITS_UBUNTU_13_04
00:00:00.014436 Installed Extension Packs:
00:00:00.014444   None installed!
00:00:00.029926 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xffffffffc0000020 - ModuleInit at ffffffffc001e520 and ModuleTerm at ffffffffc001e7b0
00:00:00.029945 SUP: VMMR0EntryEx located at ffffffffc001fb90, VMMR0EntryFast at ffffffffc001f7d0 and VMMR0EntryInt at ffffffffc001f7c0
00:00:00.031177 Guest OS type: 'Ubuntu_64'
00:00:00.033317 fHMForced=true - 64-bit guest
00:00:00.037098 File system of '/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots' (snapshots) is unknown
00:00:00.037105 File system of '/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk' is ext4
00:00:00.075983 Shared clipboard mode: Bidirectional
00:00:00.077166 Drag'n'drop mode: Off
00:00:00.079818 Per-VM extradata API settings:
00:00:00.079828   VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant="1"
00:00:00.080198 ************************* CFGM dump *************************
00:00:00.080202 [/] (level 0)
00:00:00.080212   CSAMEnabled     <integer> = 0x0000000000000001 (1)
00:00:00.080678   CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:00.080680   EnablePAE       <integer> = 0x0000000000000000 (0)
00:00:00.080681   HMEnabled       <integer> = 0x0000000000000001 (1)
00:00:00.080682   MemBalloonSize  <integer> = 0x0000000000000000 (0)
00:00:00.080683   Name            <string>  = "project_directory_web1_1430897160593_14967" (cb=32)
00:00:00.080684   NumCPUs         <integer> = 0x0000000000000001 (1)
00:00:00.080685   PATMEnabled     <integer> = 0x0000000000000001 (1)
00:00:00.080686   PageFusion      <integer> = 0x0000000000000000 (0)
00:00:00.080687   RamHoleSize     <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.080688   RamSize         <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.080689   RawR0Enabled    <integer> = 0x0000000000000001 (1)
00:00:00.080690   RawR3Enabled    <integer> = 0x0000000000000001 (1)
00:00:00.080691   TimerMillies    <integer> = 0x000000000000000a (10)
00:00:00.080692   UUID            <bytes>   = "71 95 e5 af 38 c2 51 42 a0 75 e2 64 2a e8 90 2b" (cb=16)
00:00:00.080698 
00:00:00.080703 [/CPUM/] (level 1)
00:00:00.080704   SyntheticCpu <integer> = 0x0000000000000000 (0)
00:00:00.080705 
00:00:00.080708 [/DBGF/] (level 1)
00:00:00.080709   Path <string>  = "/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/debug/;/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/;/home/user_name/" (cb=145)
00:00:00.080710 
00:00:00.080711 [/Devices/] (level 1)
00:00:00.080711 
00:00:00.080712 [/Devices/8237A/] (level 2)
00:00:00.080713 
00:00:00.080713 [/Devices/8237A/0/] (level 3)
00:00:00.080714   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.080715 
00:00:00.080715 [/Devices/AudioSniffer/] (level 2)
00:00:00.080716 
00:00:00.080716 [/Devices/AudioSniffer/0/] (level 3)
00:00:00.080717 
00:00:00.080718 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:00.080719 
00:00:00.080719 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:00.080720   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:00.080721 
00:00:00.080721 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:00.080722   Object <integer> = 0x00007f358c0097b0 (139 867 958 843 312)
00:00:00.080724 
00:00:00.080724 [/Devices/VMMDev/] (level 2)
00:00:00.080725 
00:00:00.080725 [/Devices/VMMDev/0/] (level 3)
00:00:00.080727   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.080728   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:00.080729   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.080729   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.080730 
00:00:00.080730 [/Devices/VMMDev/0/Config/] (level 4)
00:00:00.080731   GuestCoreDumpDir <string>  = "/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/Snapshots" (cb=71)
00:00:00.080732   RamSize          <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.080734 
00:00:00.080734 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:00.080735   Driver <string>  = "HGCM" (cb=5)
00:00:00.080736 
00:00:00.080736 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:00.080737   Object <integer> = 0x00007f3584000910 (139 867 824 589 072)
00:00:00.080738 
00:00:00.080739 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:00.080740   Driver <string>  = "MainStatus" (cb=11)
00:00:00.080740 
00:00:00.080741 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:00.080742   First   <integer> = 0x0000000000000000 (0)
00:00:00.080742   Last    <integer> = 0x0000000000000000 (0)
00:00:00.080743   papLeds <integer> = 0x00007f358c001890 (139 867 958 810 768)
00:00:00.080744 
00:00:00.080745 [/Devices/acpi/] (level 2)
00:00:00.080746 
00:00:00.080746 [/Devices/acpi/0/] (level 3)
00:00:00.080747   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.080748   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:00.080748   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.080749   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.080750 
00:00:00.080750 [/Devices/acpi/0/Config/] (level 4)
00:00:00.080751   CpuHotPlug        <integer> = 0x0000000000000000 (0)
00:00:00.080752   FdcEnabled        <integer> = 0x0000000000000000 (0)
00:00:00.080753   HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:00.080754   HpetEnabled       <integer> = 0x0000000000000000 (0)
00:00:00.080754   IOAPIC            <integer> = 0x0000000000000001 (1)
00:00:00.080755   IocPciAddress     <integer> = 0x0000000000010000 (65 536)
00:00:00.080756   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:00.080757   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.080758   RamSize           <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.080759   Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.080760   Serial0Irq        <integer> = 0x0000000000000000 (0)
00:00:00.080761   Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.080761   Serial1Irq        <integer> = 0x0000000000000000 (0)
00:00:00.080762   ShowCpu           <integer> = 0x0000000000000001 (1)
00:00:00.080763   ShowRtc           <integer> = 0x0000000000000000 (0)
00:00:00.080764   SmcEnabled        <integer> = 0x0000000000000000 (0)
00:00:00.080764 
00:00:00.080765 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:00.080766   Driver <string>  = "ACPIHost" (cb=9)
00:00:00.080766 
00:00:00.080767 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:00.080768 
00:00:00.080768 [/Devices/ahci/] (level 2)
00:00:00.080769 
00:00:00.080769 [/Devices/ahci/0/] (level 3)
00:00:00.080771   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.080771   PCIDeviceNo   <integer> = 0x000000000000000d (13)
00:00:00.080772   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.080773   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.080773 
00:00:00.080774 [/Devices/ahci/0/Config/] (level 4)
00:00:00.080775   Bootable  <integer> = 0x0000000000000001 (1)
00:00:00.080775   PortCount <integer> = 0x0000000000000001 (1)
00:00:00.080776 
00:00:00.080776 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:00.080778   Hotpluggable        <integer> = 0x0000000000000000 (0)
00:00:00.080778   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:00.080779 
00:00:00.080779 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:00.080781   Driver <string>  = "Block" (cb=6)
00:00:00.080781 
00:00:00.080782 [/Devices/ahci/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.080783   Driver <string>  = "VD" (cb=3)
00:00:00.080784 
00:00:00.080784 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.080785   Format <string>  = "VMDK" (cb=5)
00:00:00.080786   Path   <string>  = "/home/user_name/VirtualBox VMs/project_directory_web1_1430897160593_14967/box-disk1.vmdk" (cb=76)
00:00:00.080787   Type   <string>  = "HardDisk" (cb=9)
00:00:00.080787 
00:00:00.080788 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:00.080789   Mountable <integer> = 0x0000000000000000 (0)
00:00:00.080789   Type      <string>  = "HardDisk" (cb=9)
00:00:00.080790 
00:00:00.080790 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:00.080792   Driver <string>  = "MainStatus" (cb=11)
00:00:00.080792 
00:00:00.080793 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:00.080794   DeviceInstance        <string>  = "ahci/0" (cb=7)
00:00:00.080794   First                 <integer> = 0x0000000000000000 (0)
00:00:00.080795   Last                  <integer> = 0x0000000000000000 (0)
00:00:00.080796   pConsole              <integer> = 0x00007f358c0012a0 (139 867 958 809 248)
00:00:00.080797   papLeds               <integer> = 0x00007f358c0015c0 (139 867 958 810 048)
00:00:00.080799   pmapMediumAttachments <integer> = 0x00007f358c0018a8 (139 867 958 810 792)
00:00:00.080800 
00:00:00.080801 [/Devices/apic/] (level 2)
00:00:00.080801 
00:00:00.080802 [/Devices/apic/0/] (level 3)
00:00:00.080803   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.080803 
00:00:00.080804 [/Devices/apic/0/Config/] (level 4)
00:00:00.080805   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:00.080805   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.080806 
00:00:00.080806 [/Devices/e1000/] (level 2)
00:00:00.080807 
00:00:00.080807 [/Devices/e1000/0/] (level 3)
00:00:00.080808   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.080809   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:00.080810   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.080810   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.080811 
00:00:00.080811 [/Devices/e1000/0/Config/] (level 4)
00:00:00.080813   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:00.080813   CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.080814   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:00.080815   MAC            <bytes>   = "08 00 27 a1 cf a4" (cb=6)
00:00:00.080816 
00:00:00.080817 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:00.080818   Driver <string>  = "NAT" (cb=4)
00:00:00.080818 
00:00:00.080819 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:00.080820   AliasMode       <integer> = 0x0000000000000000 (0)
00:00:00.080821   BootFile        <string>  = "project_directory_web1_1430897160593_14967.pxe" (cb=36)
00:00:00.080821   DNSProxy        <integer> = 0x0000000000000000 (0)
00:00:00.080822   Network         <string>  = "10.0.2.0/24" (cb=12)
00:00:00.080823   PassDomain      <integer> = 0x0000000000000001 (1)
00:00:00.080824   TFTPPrefix      <string>  = "/home/user_name/.config/VirtualBox/TFTP" (cb=38)
00:00:00.080824   UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:00.080825 
00:00:00.080825 [/Devices/e1000/0/LUN#0/Config/ssh/] (level 6)
00:00:00.080827   BindIP    <string>  = "127.0.0.1" (cb=10)
00:00:00.080827   GuestPort <integer> = 0x0000000000000016 (22)
00:00:00.080828   HostPort  <integer> = 0x00000000000008ae (2 222)
00:00:00.080829   Protocol  <string>  = "TCP" (cb=4)
00:00:00.080830 
00:00:00.080830 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:00.080831   Driver <string>  = "MainStatus" (cb=11)
00:00:00.080831 
00:00:00.080832 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:00.080833   First   <integer> = 0x0000000000000000 (0)
00:00:00.080834   Last    <integer> = 0x0000000000000000 (0)
00:00:00.080834   papLeds <integer> = 0x00007f358c001770 (139 867 958 810 480)
00:00:00.080835 
00:00:00.080836 [/Devices/e1000/1/] (level 3)
00:00:00.080837   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.080837   PCIDeviceNo   <integer> = 0x0000000000000008 (8)
00:00:00.080838   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.080839   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.080839 
00:00:00.080840 [/Devices/e1000/1/Config/] (level 4)
00:00:00.080841   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:00.080842   CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.080843   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:00.080844   MAC            <bytes>   = "08 00 27 c5 b4 7e" (cb=6)
00:00:00.080846 
00:00:00.080847 [/Devices/e1000/1/LUN#0/] (level 4)
00:00:00.080849   Driver <string>  = "IntNet" (cb=7)
00:00:00.080850 
00:00:00.080850 [/Devices/e1000/1/LUN#0/Config/] (level 5)
00:00:00.080852   IfPolicyPromisc <string>  = "deny" (cb=5)
00:00:00.080853   Network         <string>  = "HostInterfaceNetworking-vboxnet0" (cb=33)
00:00:00.080854   Trunk           <string>  = "vboxnet0" (cb=9)
00:00:00.080855   TrunkType       <integer> = 0x0000000000000003 (3)
00:00:00.080856 
00:00:00.080857 [/Devices/e1000/1/LUN#999/] (level 4)
00:00:00.080859   Driver <string>  = "MainStatus" (cb=11)
00:00:00.080860 
00:00:00.080860 [/Devices/e1000/1/LUN#999/Config/] (level 5)
00:00:00.080862   First   <integer> = 0x0000000000000000 (0)
00:00:00.080863   Last    <integer> = 0x0000000000000000 (0)
00:00:00.080864   papLeds <integer> = 0x00007f358c001778 (139 867 958 810 488)
00:00:00.080866 
00:00:00.080867 [/Devices/i8254/] (level 2)
00:00:00.080868 
00:00:00.080868 [/Devices/i8254/0/] (level 3)
00:00:00.080870 
00:00:00.080870 [/Devices/i8254/0/Config/] (level 4)
00:00:00.080872 
00:00:00.080873 [/Devices/i8259/] (level 2)
00:00:00.080874 
00:00:00.080875 [/Devices/i8259/0/] (level 3)
00:00:00.080876   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.080877 
00:00:00.080878 [/Devices/i8259/0/Config/] (level 4)
00:00:00.080879 
00:00:00.080880 [/Devices/ioapic/] (level 2)
00:00:00.080881 
00:00:00.080882 [/Devices/ioapic/0/] (level 3)
00:00:00.080883   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.080884 
00:00:00.080885 [/Devices/ioapic/0/Config/] (level 4)
00:00:00.080887   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.080931 
00:00:00.080932 [/Devices/mc146818/] (level 2)
00:00:00.080933 
00:00:00.080934 [/Devices/mc146818/0/] (level 3)
00:00:00.080935 
00:00:00.080936 [/Devices/mc146818/0/Config/] (level 4)
00:00:00.080938   UseUTC <integer> = 0x0000000000000001 (1)
00:00:00.080939 
00:00:00.080939 [/Devices/parallel/] (level 2)
00:00:00.080941 
00:00:00.080941 [/Devices/pcarch/] (level 2)
00:00:00.080942 
00:00:00.080943 [/Devices/pcarch/0/] (level 3)
00:00:00.080944   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.080945 
00:00:00.080946 [/Devices/pcarch/0/Config/] (level 4)
00:00:00.080947 
00:00:00.080948 [/Devices/pcbios/] (level 2)
00:00:00.080949 
00:00:00.080950 [/Devices/pcbios/0/] (level 3)
00:00:00.080951   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.080952 
00:00:00.080953 [/Devices/pcbios/0/Config/] (level 4)
00:00:00.080955   BootDevice0        <string>  = "IDE" (cb=4)
00:00:00.080956   BootDevice1        <string>  = "NONE" (cb=5)
00:00:00.080957   BootDevice2        <string>  = "NONE" (cb=5)
00:00:00.080958   BootDevice3        <string>  = "NONE" (cb=5)
00:00:00.080959   FloppyDevice       <string>  = "i82078" (cb=7)
00:00:00.080960   HardDiskDevice     <string>  = "piix3ide" (cb=9)
00:00:00.080961   IOAPIC             <integer> = 0x0000000000000001 (1)
00:00:00.080962   McfgBase           <integer> = 0x0000000000000000 (0)
00:00:00.080963   McfgLength         <integer> = 0x0000000000000000 (0)
00:00:00.080964   NumCPUs            <integer> = 0x0000000000000001 (1)
00:00:00.080965   PXEDebug           <integer> = 0x0000000000000000 (0)
00:00:00.080965   RamHoleSize        <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.080967   RamSize            <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.080968   SataHardDiskDevice <string>  = "ahci" (cb=5)
00:00:00.080969   SataLUN1           <integer> = 0x0000000000000000 (0)
00:00:00.080969   UUID               <bytes>   = "71 95 e5 af 38 c2 51 42 a0 75 e2 64 2a e8 90 2b" (cb=16)
00:00:00.080972 
00:00:00.080972 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:00.080974 
00:00:00.080974 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:00.080975   NIC           <integer> = 0x0000000000000000 (0)
00:00:00.080976   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.080977   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:00.080977   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.080978 
00:00:00.080978 [/Devices/pci/] (level 2)
00:00:00.080979 
00:00:00.080980 [/Devices/pci/0/] (level 3)
00:00:00.080981   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.080981 
00:00:00.080982 [/Devices/pci/0/Config/] (level 4)
00:00:00.080983   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.080983 
00:00:00.080983 [/Devices/pckbd/] (level 2)
00:00:00.080984 
00:00:00.080985 [/Devices/pckbd/0/] (level 3)
00:00:00.080986   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.080987 
00:00:00.080988 [/Devices/pckbd/0/Config/] (level 4)
00:00:00.080990 
00:00:00.080990 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:00.080992   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:00.080992 
00:00:00.080993 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.080995   Driver <string>  = "MainKeyboard" (cb=13)
00:00:00.080996 
00:00:00.080996 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.080998   Object <integer> = 0x00007f358c003830 (139 867 958 818 864)
00:00:00.081000 
00:00:00.081000 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:00.081002   QueueSize <integer> = 0x0000000000000040 (64)
00:00:00.081004 
00:00:00.081004 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:00.081006   Driver <string>  = "MouseQueue" (cb=11)
00:00:00.081007 
00:00:00.081007 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.081009   Driver <string>  = "MainMouse" (cb=10)
00:00:00.081010 
00:00:00.081011 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:00.081013   Object <integer> = 0x00007f358c003f00 (139 867 958 820 608)
00:00:00.081014 
00:00:00.081015 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:00.081017   QueueSize <integer> = 0x0000000000000080 (128)
00:00:00.081018 
00:00:00.081019 [/Devices/pcnet/] (level 2)
00:00:00.081020 
00:00:00.081021 [/Devices/serial/] (level 2)
00:00:00.081022 
00:00:00.081022 [/Devices/vga/] (level 2)
00:00:00.081023 
00:00:00.081024 [/Devices/vga/0/] (level 3)
00:00:00.081025   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.081026   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:00.081028   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.081029   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.081030 
00:00:00.081030 [/Devices/vga/0/Config/] (level 4)
00:00:00.081032   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:00.081033   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:00.081035   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:00.081036   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:00.081037   LogoFile         <string>  = "" (cb=1)
00:00:00.081039   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:00.081040   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:00.081041   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:00.081042   VRamSize         <integer> = 0x0000000000c00000 (12 582 912, 12 MB)
00:00:00.081044 
00:00:00.081045 [/Devices/vga/0/LUN#0/] (level 4)
00:00:00.081046   Driver <string>  = "MainDisplay" (cb=12)
00:00:00.081047 
00:00:00.081048 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:00.081050   Object <integer> = 0x00007f358c004840 (139 867 958 822 976)
00:00:00.081051 
00:00:00.081052 [/Devices/virtio-net/] (level 2)
00:00:00.081053 
00:00:00.081054 [/EM/] (level 1)
00:00:00.081055   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:00.081056 
00:00:00.081057 [/HM/] (level 1)
00:00:00.081058   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:00.081059   EnableLargePages   <integer> = 0x0000000000000000 (0)
00:00:00.081060   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:00.081061   EnableUX           <integer> = 0x0000000000000001 (1)
00:00:00.081062   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:00.081064   Exclusive          <integer> = 0x0000000000000001 (1)
00:00:00.081065   HMForced           <integer> = 0x0000000000000001 (1)
00:00:00.081066 
00:00:00.081067 [/MM/] (level 1)
00:00:00.081068   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:00.081069 
00:00:00.081069 [/PDM/] (level 1)
00:00:00.081070 
00:00:00.081071 [/PDM/AsyncCompletion/] (level 2)
00:00:00.081072 
00:00:00.081073 [/PDM/AsyncCompletion/File/] (level 3)
00:00:00.081074 
00:00:00.081075 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:00.081076 
00:00:00.081077 [/PDM/BlkCache/] (level 2)
00:00:00.081078   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:00.081080 
00:00:00.081081 [/PDM/Devices/] (level 2)
00:00:00.081082 
00:00:00.081083 [/PDM/Drivers/] (level 2)
00:00:00.081084 
00:00:00.081084 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.081086   Path <string>  = "/usr/lib/virtualbox/components/VBoxC" (cb=37)
00:00:00.081087 
00:00:00.081087 [/PDM/NetworkShaper/] (level 2)
00:00:00.081089 
00:00:00.081089 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:00.081091 
00:00:00.081091 [/TM/] (level 1)
00:00:00.081092   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:00.081093 
00:00:00.081095 ********************* End of CFGM dump **********************
00:00:00.081109 VM: fHMEnabled=true  (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:00.081112 VM: fRawRing1Enabled=false CSAM=true  PATM=true 
00:00:00.081760 HMR3Init: VT-x w/ nested paging
00:00:00.081790 MM: cbHyperHeap=0x100000 (1048576)
00:00:00.084066 CPUM: Matched host CPU INTEL 0x6/0x3d/0x4 Intel_Core7_Broadwell with CPU DB entry 'Intel Core i5-3570' (INTEL 0x6/0x3a/0x9 Intel_Core7_IvyBridge).
00:00:00.086604 Debug: HCPhysInterPD=00000000cae6a000 HCPhysInterPaePDPT=00000000bc9cc000 HCPhysInterPaePML4=00000000cae53000
00:00:00.086623 Debug: apInterPTs={00000000c3e76000,00000000bc9ca000} apInterPaePTs={00000004033f3000,000000041aea5000} apInterPaePDs={00000003de446000,00000003de447000,00000004033df000,00000003f1b9d000} pInterPaePDPT64=00000000bc9cb000
00:00:00.086631 Host paging mode: AMD64+PGE+NX
00:00:00.086643 PGMPool: cMaxPages=288 (u64MaxPages=288)
00:00:00.086647 pgmR3PoolInit: cMaxPages=0x120 cMaxUsers=0x240 cMaxPhysExts=0x240 fCacheEnable=true 
00:00:00.096657 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=83
00:00:00.128875 TM: cTSCTicksPerSecond=0x8eb6fbba (2 394 356 666) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:00.128880 TM: fMaybeUseOffsettedHostTSC=true  TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:00.129131 CoreCode: R3=00007f35a44d6000 R0=ffffc90008af2000 RC=a0349000 Phys=00000000bc9db000 cb=0x1000
00:00:00.152315 AIOMgr: Default manager type is "Async"
00:00:00.152338 AIOMgr: Default file backend is "NonBuffered"
00:00:00.152520 BlkCache: Cache successfully initialised. Cache size is 5242880 bytes
00:00:00.152525 BlkCache: Cache commit interval is 10000 ms
00:00:00.152528 BlkCache: Cache commit threshold is 2621440 bytes
00:00:00.158041 [SMP] BIOS with 1 CPUs
00:00:00.162728 SUP: Loaded VBoxDDR0.r0 (/usr/lib/virtualbox/VBoxDDR0.r0) at 0xffffffffc00df020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:00.164550 SUP: Loaded VBoxDD2R0.r0 (/usr/lib/virtualbox/VBoxDD2R0.r0) at 0xffffffffc00fe020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:00.164569 Activating Local APIC
00:00:00.164573 CPUM: SetGuestCpuIdFeature: Enabled APIC
00:00:00.164803 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.167304 Shared Folders service loaded.
00:00:00.175902 DrvBlock: Flushes will be ignored
00:00:00.175917 DrvBlock: Async flushes will be passed to the disk
00:00:00.176012 VDInit finished
00:00:00.179694 VD: Opening the disk took 3760751 ns
00:00:00.179717 AHCI: LUN#0: disk, PCHS=16383/16/63, total number of sectors 83886080
00:00:00.179725 AHCI: LUN#0: using normal I/O
00:00:00.179817 AHCI#0: Reset the HBA
00:00:00.184603 NAT: DNS server 127.0.1.1 registration detected, switching to the DNS proxy
00:00:00.184619 NAT: adding domain name localdomain
00:00:00.184626 NAT: DNS#0: 127.0.1.1
00:00:00.185086 IntNet#0: szNetwork={HostInterfaceNetworking-vboxnet0} enmTrunkType=3 szTrunk={vboxnet0} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:00.185949 DevPcBios: SATA LUN#0 LCHS=1024/255/63
00:00:00.186000 PGM: The CPU physical address width is 39 bits
00:00:00.186004 PGMR3InitFinalize: 4 MB PSE mask 0000007fffffffff
00:00:00.188314 VMM: Thread-context hooks enabled!
00:00:00.188353 HM: Using VT-x implementation 2.0!
00:00:00.188354 HM: Host CR4                        = 0x3407e0
00:00:00.188355 HM: Host EFER                       = 0xd01
00:00:00.188356 HM: MSR_IA32_FEATURE_CONTROL        = 0x5
00:00:00.188356 HM: MSR_IA32_VMX_BASIC_INFO         = 0xda040000000012
00:00:00.188357 HM:   VMCS id                             = 0x12
00:00:00.188358 HM:   VMCS size                           = 1024 bytes
00:00:00.188359 HM:   VMCS physical address limit         = None
00:00:00.188359 HM:   VMCS memory type                    = 0x6
00:00:00.188360 HM:   Dual-monitor treatment support      = true 
00:00:00.188361 HM:   OUTS & INS instruction-info         = true 
00:00:00.188361 HM: Max resume loops                = 8192
00:00:00.188362 HM: MSR_IA32_VMX_PINBASED_CTLS      = 0x7f00000016
00:00:00.188363 HM:   VMX_VMCS_CTRL_PIN_EXEC_EXT_INT_EXIT
00:00:00.188363 HM:   VMX_VMCS_CTRL_PIN_EXEC_NMI_EXIT
00:00:00.188364 HM:   VMX_VMCS_CTRL_PIN_EXEC_VIRTUAL_NMI
00:00:00.188373 HM:   VMX_VMCS_CTRL_PIN_EXEC_PREEMPT_TIMER
00:00:00.188374 HM: MSR_IA32_VMX_PROCBASED_CTLS     = 0xfff9fffe0401e172
00:00:00.188375 HM:   VMX_VMCS_CTRL_PROC_EXEC_INT_WINDOW_EXIT
00:00:00.188375 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_TSC_OFFSETTING
00:00:00.188375 HM:   VMX_VMCS_CTRL_PROC_EXEC_HLT_EXIT
00:00:00.188376 HM:   VMX_VMCS_CTRL_PROC_EXEC_INVLPG_EXIT
00:00:00.188376 HM:   VMX_VMCS_CTRL_PROC_EXEC_MWAIT_EXIT
00:00:00.188377 HM:   VMX_VMCS_CTRL_PROC_EXEC_RDPMC_EXIT
00:00:00.188377 HM:   VMX_VMCS_CTRL_PROC_EXEC_RDTSC_EXIT
00:00:00.188377 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_LOAD_EXIT
00:00:00.188378 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_LOAD_EXIT (must be set)
00:00:00.188378 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_STORE_EXIT
00:00:00.188379 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_STORE_EXIT (must be set)
00:00:00.188379 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR8_LOAD_EXIT
00:00:00.188379 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR8_STORE_EXIT
00:00:00.188380 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_TPR_SHADOW
00:00:00.188380 HM:   VMX_VMCS_CTRL_PROC_EXEC_NMI_WINDOW_EXIT
00:00:00.188380 HM:   VMX_VMCS_CTRL_PROC_EXEC_MOV_DR_EXIT
00:00:00.188381 HM:   VMX_VMCS_CTRL_PROC_EXEC_UNCOND_IO_EXIT
00:00:00.188381 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_IO_BITMAPS
00:00:00.188382 HM:   VMX_VMCS_CTRL_PROC_EXEC_MONITOR_TRAP_FLAG
00:00:00.188382 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_MSR_BITMAPS
00:00:00.188382 HM:   VMX_VMCS_CTRL_PROC_EXEC_MONITOR_EXIT
00:00:00.188383 HM:   VMX_VMCS_CTRL_PROC_EXEC_PAUSE_EXIT
00:00:00.188383 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
00:00:00.188383 HM: MSR_IA32_VMX_PROCBASED_CTLS2    = 0x53cff00000000
00:00:00.188385 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
00:00:00.188385 HM:   VMX_VMCS_CTRL_PROC_EXEC2_EPT
00:00:00.188385 HM:   VMX_VMCS_CTRL_PROC_EXEC2_DESCRIPTOR_TABLE_EXIT
00:00:00.188386 HM:   VMX_VMCS_CTRL_PROC_EXEC2_RDTSCP
00:00:00.188386 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VIRT_X2APIC
00:00:00.188387 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VPID
00:00:00.188387 HM:   VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT
00:00:00.188387 HM:   VMX_VMCS_CTRL_PROC_EXEC2_UNRESTRICTED_GUEST
00:00:00.188388 HM:   VMX_VMCS_CTRL_PROC_EXEC2_PAUSE_LOOP_EXIT
00:00:00.188388 HM:   VMX_VMCS_CTRL_PROC_EXEC2_RDRAND_EXIT
00:00:00.188389 HM:   VMX_VMCS_CTRL_PROC_EXEC2_INVPCID
00:00:00.188389 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VMFUNC
00:00:00.188389 HM: MSR_IA32_VMX_ENTRY_CTLS         = 0xffff000011ff
00:00:00.188390 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_DEBUG
00:00:00.188390 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_DEBUG (must be set)
00:00:00.188391 HM:   VMX_VMCS_CTRL_ENTRY_IA32E_MODE_GUEST
00:00:00.188391 HM:   VMX_VMCS_CTRL_ENTRY_ENTRY_SMM
00:00:00.188392 HM:   VMX_VMCS_CTRL_ENTRY_DEACTIVATE_DUALMON
00:00:00.188392 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_PERF_MSR
00:00:00.188392 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_PAT_MSR
00:00:00.188393 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_EFER_MSR
00:00:00.188393 HM: MSR_IA32_VMX_EXIT_CTLS          = 0x7fffff00036dff
00:00:00.188394 HM:   VMX_VMCS_CTRL_EXIT_SAVE_DEBUG
00:00:00.188394 HM:   VMX_VMCS_CTRL_EXIT_SAVE_DEBUG (must be set)
00:00:00.188395 HM:   VMX_VMCS_CTRL_EXIT_HOST_ADDR_SPACE_SIZE
00:00:00.188395 HM:   VMX_VMCS_CTRL_EXIT_LOAD_PERF_MSR
00:00:00.188396 HM:   VMX_VMCS_CTRL_EXIT_ACK_EXT_INT
00:00:00.188396 HM:   VMX_VMCS_CTRL_EXIT_SAVE_GUEST_PAT_MSR
00:00:00.188396 HM:   VMX_VMCS_CTRL_EXIT_LOAD_HOST_PAT_MSR
00:00:00.188397 HM:   VMX_VMCS_CTRL_EXIT_SAVE_GUEST_EFER_MSR
00:00:00.188397 HM:   VMX_VMCS_CTRL_EXIT_LOAD_HOST_EFER_MSR
00:00:00.188397 HM:   VMX_VMCS_CTRL_EXIT_SAVE_VMX_PREEMPT_TIMER
00:00:00.188398 HM: MSR_IA32_VMX_EPT_VPID_CAP       = 0xf0106334141
00:00:00.188399 HM:   MSR_IA32_VMX_EPT_VPID_CAP_RWX_X_ONLY
00:00:00.188399 HM:   MSR_IA32_VMX_EPT_VPID_CAP_GAW_48_BITS
00:00:00.188399 HM:   MSR_IA32_VMX_EPT_VPID_CAP_EMT_UC
00:00:00.188400 HM:   MSR_IA32_VMX_EPT_VPID_CAP_EMT_WB
00:00:00.188401 HM:   MSR_IA32_VMX_EPT_VPID_CAP_SP_21_BITS
00:00:00.188401 HM:   MSR_IA32_VMX_EPT_VPID_CAP_SP_30_BITS
00:00:00.188401 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT
00:00:00.188402 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT_SINGLE_CONTEXT
00:00:00.188402 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT_ALL_CONTEXTS
00:00:00.188402 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID
00:00:00.188403 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_INDIV_ADDR
00:00:00.188403 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_SINGLE_CONTEXT
00:00:00.188404 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_ALL_CONTEXTS
00:00:00.188404 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS
00:00:00.188404 HM: MSR_IA32_VMX_MISC               = 0x300481e5
00:00:00.188405 HM:   MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT      = 0x5
00:00:00.188406 HM:   MSR_IA32_VMX_MISC_STORE_EFERLMA_VMEXIT = true 
00:00:00.188406 HM:   MSR_IA32_VMX_MISC_ACTIVITY_STATES      = 0x7
00:00:00.188406 HM:   MSR_IA32_VMX_MISC_CR3_TARGET           = 0x4
00:00:00.188407 HM:   MSR_IA32_VMX_MISC_MAX_MSR              = 512
00:00:00.188408 HM:   MSR_IA32_VMX_MISC_RDMSR_SMBASE_MSR_SMM = true 
00:00:00.188408 HM:   MSR_IA32_VMX_MISC_SMM_MONITOR_CTL_B2   = true 
00:00:00.188409 HM:   MSR_IA32_VMX_MISC_VMWRITE_VMEXIT_INFO  = true 
00:00:00.188409 HM:   MSR_IA32_VMX_MISC_MSEG_ID              = 0x0
00:00:00.188410 HM: MSR_IA32_VMX_CR0_FIXED0         = 0x80000021
00:00:00.188410 HM: MSR_IA32_VMX_CR0_FIXED1         = 0xffffffff
00:00:00.188411 HM: MSR_IA32_VMX_CR4_FIXED0         = 0x2000
00:00:00.188412 HM: MSR_IA32_VMX_CR4_FIXED1         = 0x3727ff
00:00:00.188412 HM: MSR_IA32_VMX_VMCS_ENUM          = 0x2a
00:00:00.188413 HM:   MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX   = 0x15
00:00:00.188413 HM: MSR_A32_VMX_VMFUNC              = 0x1
00:00:00.188414 HM:   VMX_VMCS_CTRL_VMFUNC_EPTP_SWITCHING
00:00:00.188414 HM: APIC-access page physaddr       = 0x00000000bcb93000
00:00:00.188415 HM: VCPU  0: MSR bitmap physaddr    = 0x00000000bcb96000
00:00:00.188416 HM: VCPU  0: VMCS physaddr          = 0x00000000bcb94000
00:00:00.188417 HM: Guest support: 32-bit and 64-bit.
00:00:00.188419 HM: Supports VMCS EFER fields       = true 
00:00:00.188420 HM: VMX enabled!
00:00:00.188424 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:00.188424 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:00.188425 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:00.188425 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:00.188426 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:00.188426 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:00.188427 HM: Nested paging enabled!
00:00:00.188427 HM:   EPT flush type                = VMX_FLUSH_EPT_SINGLE_CONTEXT
00:00:00.188427 HM: Unrestricted guest execution enabled!
00:00:00.188428 HM: VPID enabled!
00:00:00.188428 HM:   VPID flush type               = VMX_FLUSH_VPID_SINGLE_CONTEXT
00:00:00.188429 HM: VMX-preemption timer enabled (cPreemptTimerShift=5).
00:00:00.188430 HM: VT-x/AMD-V init method: GLOBAL
00:00:00.188431 VMM: fUsePeriodicPreemptionTimers=false
00:00:00.188797 Logical host processors: 4 present, 4 max, 4 online, online mask: 000000000000000f
00:00:00.188840 Physical host cores: 2
00:00:00.188840 ************************* CPUID dump ************************
00:00:00.188891          RAW Standard CPUIDs
00:00:00.188892      Function  eax      ebx      ecx      edx
00:00:00.188892 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:00.188894 Hst:           00000014 756e6547 6c65746e 49656e69
00:00:00.188895 Gst: 00000001  000306d4 00000800 00000209 078bfbff
00:00:00.188896 Hst:           000306d4 02100800 7ffafbbf bfebfbff
00:00:00.188897 Gst: 00000002  76036301 00f0b5ff 00000000 00c30000
00:00:00.188898 Hst:           76036301 00f0b5ff 00000000 00c30000
00:00:00.188900 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:00.188900 Hst:           00000000 00000000 00000000 00000000
00:00:00.188901 Gst: 00000004  00000000 00000000 00000000 00000000
00:00:00.188902 Hst:           1c004121 01c0003f 0000003f 00000000
00:00:00.188903 Gst: 00000005  00000040 00000040 00000000 00000000
00:00:00.188903 Hst:           00000040 00000040 00000003 11142120
00:00:00.188905 Hst: 00000006  00000077 00000002 00000009 00000000
00:00:00.188905 Hst: 00000007  00000000 021c27ab 00000000 00000000
00:00:00.188906 Hst: 00000008  00000000 00000000 00000000 00000000
00:00:00.188907 Hst: 00000009  00000000 00000000 00000000 00000000
00:00:00.188908 Hst: 0000000a  07300403 00000000 00000000 00000603
00:00:00.188909 Hst: 0000000b  00000001 00000002 00000100 00000002
00:00:00.188910 Hst: 0000000c  00000000 00000001 00000001 00000000
00:00:00.188910 Hst: 0000000d  00000007 00000340 00000340 00000000
00:00:00.188911 Hst: 0000000e  00000000 00000000 00000000 00000000
00:00:00.188912 Hst: 0000000f  00000000 00000000 00000000 00000000
00:00:00.188913 Hst: 00000010  00000000 00000000 00000000 00000000
00:00:00.188914 Hst: 00000011  00000000 00000000 00000000 00000000
00:00:00.188914 Hst: 00000012  00000000 00000000 00000000 00000000
00:00:00.188915 Hst: 00000013  00000000 00000000 00000000 00000000
00:00:00.188916 Hst: 00000014  00000000 00000001 00000001 00000000
00:00:00.188917 Name:                            GenuineIntel
00:00:00.188917 Supports:                        0-5
00:00:00.188918 Family:                          6  	Extended: 0 	Effective: 6
00:00:00.188919 Model:                           13  	Extended: 3 	Effective: 61
00:00:00.188920 Stepping:                        4
00:00:00.188920 Type:                            0 (primary)
00:00:00.188921 APIC ID:                         0x00
00:00:00.188921 Logical CPUs:                    0
00:00:00.188921 CLFLUSH Size:                    8
00:00:00.188922 Brand ID:                        0x00
00:00:00.188923 Mnemonic - Description                 = guest (host)
00:00:00.188923 FPU - x87 FPU on Chip                  = 1 (1)
00:00:00.188924 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:00.188924 DE - Debugging extensions              = 1 (1)
00:00:00.188925 PSE - Page Size Extension              = 1 (1)
00:00:00.188925 TSC - Time Stamp Counter               = 1 (1)
00:00:00.188926 MSR - Model Specific Registers         = 1 (1)
00:00:00.188926 PAE - Physical Address Extension       = 1 (1)
00:00:00.188927 MCE - Machine Check Exception          = 1 (1)
00:00:00.188927 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:00.188928 APIC - APIC On-Chip                    = 1 (1)
00:00:00.188928 10 - Reserved                          = 0 (0)
00:00:00.188929 SEP - SYSENTER and SYSEXIT             = 1 (1)
00:00:00.188929 MTRR - Memory Type Range Registers     = 1 (1)
00:00:00.188930 PGE - PTE Global Bit                   = 1 (1)
00:00:00.188930 MCA - Machine Check Architecture       = 1 (1)
00:00:00.188931 CMOV - Conditional Move Instructions   = 1 (1)
00:00:00.188931 PAT - Page Attribute Table             = 1 (1)
00:00:00.188932 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:00.188932 PSN - Processor Serial Number          = 0 (0)
00:00:00.188933 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:00.188933 20 - Reserved                          = 0 (0)
00:00:00.188934 DS - Debug Store                       = 0 (1)
00:00:00.188934 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:00.188934 MMX - Intel MMX Technology             = 1 (1)
00:00:00.188935 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:00.188936 SSE - SSE Support                      = 1 (1)
00:00:00.188936 SSE2 - SSE2 Support                    = 1 (1)
00:00:00.188936 SS - Self Snoop                        = 0 (1)
00:00:00.188937 HTT - Hyper-Threading Technology       = 0 (1)
00:00:00.188937 TM - Thermal Monitor                   = 0 (1)
00:00:00.188938 30 - Reserved                          = 0 (0)
00:00:00.188938 PBE - Pending Break Enable             = 0 (1)
00:00:00.188939 Supports SSE3                          = 1 (1)
00:00:00.188939 PCLMULQDQ                              = 0 (1)
00:00:00.188940 DS Area 64-bit layout                  = 0 (1)
00:00:00.188940 Supports MONITOR/MWAIT                 = 1 (1)
00:00:00.188941 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:00.188941 VMX - Virtual Machine Technology       = 0 (1)
00:00:00.188942 SMX - Safer Mode Extensions            = 0 (0)
00:00:00.188942 Enhanced SpeedStep Technology          = 0 (1)
00:00:00.188943 Terminal Monitor 2                     = 0 (1)
00:00:00.188943 Supplemental SSE3 instructions         = 1 (1)
00:00:00.188944 L1 Context ID                          = 0 (0)
00:00:00.188944 11 - Reserved                          = 0 (1)
00:00:00.188945 FMA extensions using YMM state         = 0 (1)
00:00:00.188945 CMPXCHG16B instruction                 = 0 (1)
00:00:00.188945 xTPR Update Control                    = 0 (1)
00:00:00.188946 Perf/Debug Capability MSR              = 0 (1)
00:00:00.188946 16 - Reserved                          = 0 (0)
00:00:00.188947 PCID - Process-context identifiers     = 0 (1)
00:00:00.188947 DCA - Direct Cache Access              = 0 (0)
00:00:00.188948 SSE4.1 instruction extensions          = 0 (1)
00:00:00.188948 SSE4.2 instruction extensions          = 0 (1)
00:00:00.188949 Supports the x2APIC extensions         = 0 (1)
00:00:00.188949 MOVBE instruction                      = 0 (1)
00:00:00.188950 POPCNT instruction                     = 0 (1)
00:00:00.188950 TSC-Deadline LAPIC timer mode          = 0 (1)
00:00:00.188951 AESNI instruction extensions           = 0 (1)
00:00:00.188951 XSAVE/XRSTOR extended state feature    = 0 (1)
00:00:00.188952 Supports OSXSAVE                       = 0 (1)
00:00:00.188952 AVX instruction extensions             = 0 (1)
00:00:00.188953 16-bit floating point conversion instr = 0 (1)
00:00:00.188953 RDRAND instruction                     = 0 (1)
00:00:00.188954 Hypervisor Present (we're a guest)     = 0 (0)
00:00:00.188954 
00:00:00.188954          RAW Extended CPUIDs
00:00:00.188955      Function  eax      ebx      ecx      edx
00:00:00.188955 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:00.188956 Hst:           80000008 00000000 00000000 00000000
00:00:00.188957 Gst: 80000001  00000000 00000000 00000001 28100800
00:00:00.188958 Hst:           00000000 00000000 00000121 2c100800
00:00:00.188959 Gst: 80000002  65746e49 2952286c 726f4320 4d542865
00:00:00.188961 Hst:           65746e49 2952286c 726f4320 4d542865
00:00:00.188962 Gst: 80000003  37692029 3035352d 43205530 40205550
00:00:00.188964 Hst:           37692029 3035352d 43205530 40205550
00:00:00.188965 Gst: 80000004  342e3220 7a484730 00000000 00000000
00:00:00.188966 Hst:           342e3220 7a484730 00000000 00000000
00:00:00.188967 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:00.188968 Hst:           00000000 00000000 00000000 00000000
00:00:00.188969 Gst: 80000006  00000000 00000000 01006040 00000000
00:00:00.188970 Hst:           00000000 00000000 01006040 00000000
00:00:00.188970 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:00.188971 Hst:           00000000 00000000 00000000 00000100
00:00:00.188972 Gst: 80000008  00003027 00000000 00000000 00000000
00:00:00.188973 Hst:           00003027 00000000 00000000 00000000
00:00:00.188974 Gst: 80000009  00000000 00000001 00000001 00000000*
00:00:00.188974 Hst:           00000000 00000001 00000001 00000000
00:00:00.188975 Ext Name:                        
00:00:00.188976 Ext Supports:                    0x80000000-0x80000008
00:00:00.188976 Family:                          0  	Extended: 0 	Effective: 0
00:00:00.188977 Model:                           0  	Extended: 0 	Effective: 0
00:00:00.188977 Stepping:                        0
00:00:00.188978 Brand ID:                        0x000
00:00:00.188978 Mnemonic - Description                 = guest (host)
00:00:00.188979 FPU - x87 FPU on Chip                  = 0 (0)
00:00:00.188979 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:00.188980 DE - Debugging extensions              = 0 (0)
00:00:00.188980 PSE - Page Size Extension              = 0 (0)
00:00:00.188981 TSC - Time Stamp Counter               = 0 (0)
00:00:00.188981 MSR - K86 Model Specific Registers     = 0 (0)
00:00:00.188982 PAE - Physical Address Extension       = 0 (0)
00:00:00.188982 MCE - Machine Check Exception          = 0 (0)
00:00:00.188983 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:00.188983 APIC - APIC On-Chip                    = 0 (0)
00:00:00.188984 10 - Reserved                          = 0 (0)
00:00:00.188984 SEP - SYSCALL and SYSRET               = 1 (1)
00:00:00.188985 MTRR - Memory Type Range Registers     = 0 (0)
00:00:00.188985 PGE - PTE Global Bit                   = 0 (0)
00:00:00.188986 MCA - Machine Check Architecture       = 0 (0)
00:00:00.188986 CMOV - Conditional Move Instructions   = 0 (0)
00:00:00.188987 PAT - Page Attribute Table             = 0 (0)
00:00:00.188987 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:00.188987 18 - Reserved                          = 0 (0)
00:00:00.188988 19 - Reserved                          = 0 (0)
00:00:00.188988 NX - No-Execute Page Protection        = 1 (1)
00:00:00.188989 DS - Debug Store                       = 0 (0)
00:00:00.188989 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:00.188990 MMX - Intel MMX Technology             = 0 (0)
00:00:00.188990 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:00.188991 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:00.188991 26 - 1 GB large page support           = 0 (1)
00:00:00.188992 27 - RDTSCP instruction                = 1 (1)
00:00:00.188992 28 - Reserved                          = 0 (0)
00:00:00.188993 29 - AMD Long Mode                     = 1 (1)
00:00:00.188993 30 - AMD Extensions to 3DNow!          = 0 (0)
00:00:00.188994 31 - AMD 3DNow!                        = 0 (0)
00:00:00.188994 LahfSahf - LAHF/SAHF in 64-bit mode    = 1 (1)
00:00:00.188995 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:00.188995 SVM - AMD VM Extensions                = 0 (0)
00:00:00.188996 APIC registers starting at 0x400       = 0 (0)
00:00:00.188996 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:00.188996 5  - Advanced bit manipulation         = 0 (1)
00:00:00.188997 6  - SSE4A instruction support         = 0 (0)
00:00:00.188997 7  - Misaligned SSE mode               = 0 (0)
00:00:00.188998 8  - PREFETCH and PREFETCHW instruction= 0 (1)
00:00:00.188998 9  - OS visible workaround             = 0 (0)
00:00:00.188999 10 - Instruction based sampling        = 0 (0)
00:00:00.188999 11 - SSE5 support                      = 0 (0)
00:00:00.189000 12 - SKINIT, STGI, and DEV support     = 0 (0)
00:00:00.189000 13 - Watchdog timer support.           = 0 (0)
00:00:00.189001 31:14 - Reserved                       = 0x0 (0x0)
00:00:00.189002 Full Name:                       Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
00:00:00.189002 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:00.189003 TLB 2/4M Data:                   res0     0 entries
00:00:00.189003 TLB 4K Instr/Uni:                res0     0 entries
00:00:00.189004 TLB 4K Data:                     res0     0 entries
00:00:00.189004 L1 Instr Cache Line Size:        0 bytes
00:00:00.189005 L1 Instr Cache Lines Per Tag:    0
00:00:00.189005 L1 Instr Cache Associativity:    res0  
00:00:00.189014 L1 Instr Cache Size:             0 KB
00:00:00.189015 L1 Data Cache Line Size:         0 bytes
00:00:00.189016 L1 Data Cache Lines Per Tag:     0
00:00:00.189016 L1 Data Cache Associativity:     res0  
00:00:00.189016 L1 Data Cache Size:              0 KB
00:00:00.189017 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:00.189018 L2 TLB 2/4M Data:                off       0 entries
00:00:00.189018 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:00.189019 L2 TLB 4K Data:                  off       0 entries
00:00:00.189019 L2 Cache Line Size:              0 bytes
00:00:00.189019 L2 Cache Lines Per Tag:          0
00:00:00.189020 L2 Cache Associativity:          off   
00:00:00.189020 L2 Cache Size:                   0 KB
00:00:00.189021 Host Invariant-TSC support:      true 
00:00:00.189021 APM Features:                   
00:00:00.189022 Physical Address Width:          39 bits
00:00:00.189022 Virtual Address Width:           48 bits
00:00:00.189023 Guest Physical Address Width:    0 bits
00:00:00.189023 Physical Core Count:             0
00:00:00.189024 
00:00:00.189024          RAW Centaur CPUIDs
00:00:00.189024      Function  eax      ebx      ecx      edx
00:00:00.189025 Gst: c0000000  00000000 00000001 00000001 00000000
00:00:00.189026 Hst:           00000000 00000001 00000001 00000000
00:00:00.189027 Gst: c0000001  00000000 00000001 00000001 00000000*
00:00:00.189027 Hst:           00000000 00000001 00000001 00000000
00:00:00.189028 Gst: c0000002  00000000 00000001 00000001 00000000*
00:00:00.189029 Hst:           00000000 00000001 00000001 00000000
00:00:00.189030 Gst: c0000003  00000000 00000001 00000001 00000000*
00:00:00.189031 Hst:           00000000 00000001 00000001 00000000
00:00:00.189031 Centaur Supports:                0xc0000000-0x00000000
00:00:00.189032 
00:00:00.189032 ******************** End of CPUID dump **********************
00:00:00.191391 VM: Halt method global1 (5)
00:00:00.191405 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
00:00:00.191409 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:00.191668 SharedFolders host service: adding host mapping
00:00:00.191672     Host path '/home/user_name/project_directory', map name 'vagrant', writable, automount=false, create_symlinks=true, missing=false
00:00:00.191720 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:00.192325 NAT: set redirect TCP host 127.0.0.1:2222 => guest 10.0.2.15:22
00:00:00.192427 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:00.193698 Guest Log: BIOS: VirtualBox 4.3.26
00:00:00.193790 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.211721 AHCI#0: Reset the HBA
00:00:00.211801 AHCI#0: Port 0 reset
00:00:00.212380 Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 83886080 sectors
00:00:00.212433 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:00.218968 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f3568822000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1
00:00:00.553304 NAT: old socket rcv size: 128KB
00:00:00.553314 NAT: old socket snd size: 128KB
00:00:02.687284 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.687470 Guest Log: BIOS: Boot : bseqnr=1, bootseq=0002
00:00:02.687747 Guest Log: BIOS: Booting from Hard Disk...
00:00:02.699022 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:03.115351 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0)
00:00:03.380419 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:04.036490 AHCI#0: Reset the HBA
00:00:04.040538 AHCI#0: Port 0 reset
00:00:06.912378 Guest Additions information report: Version 4.3.10 r93012 '4.3.10_Ubuntu'
00:00:06.912413 Guest Additions information report: Interface = 0x00010004 osType = 0x00053100 (64-bit)
00:00:06.912447 Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:06.912488 Guest reported fixed hypervisor window at 00000c00000 (size = 0x800000, rc = VINF_SUCCESS)
00:00:06.950078 Guest Log: vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
00:00:07.044395 NAT: IPv6 not supported
00:00:07.051753 NAT: DNS server 127.0.1.1 registration detected, switching to the DNS proxy
00:00:07.051770 NAT: adding domain name localdomain
00:00:07.051773 NAT: DNS#0: 127.0.1.1
00:00:07.051777 NAT: DHCP offered IP address 10.0.2.15
00:00:07.053215 NAT: DHCP offered IP address 10.0.2.15
00:00:09.035657 NAT: link up
...

dragon788

unread,
May 12, 2015, 12:44:29 PM5/12/15
to vagra...@googlegroups.com
If you create a VM in Virtualbox and don't use Vagrant, can you power it on?
...

Michał Czeraszkiewicz

unread,
May 12, 2015, 12:52:53 PM5/12/15
to vagra...@googlegroups.com
If I start the VM over Virtualbox GUI (not Vagrant) the system freezes as well.

I get this error log:

...
00:00:00.143578 ******************** End of CPUID dump **********************
00:00:00.145703 VM: Halt method global1 (5)
00:00:00.145710 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
00:00:00.145714 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:00.146015 SharedFolders host service: adding host mapping
00:00:00.146020     Host path '/home/user_name/project_name/devbox', map name 'vagrant', writable, automount=false, create_symlinks=true, missing=false
00:00:00.146097 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:00.146710 NAT: set redirect TCP host 127.0.0.1:2222 => guest 10.0.2.15:22
00:00:00.146806 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:00.148732 Guest Log: BIOS: VirtualBox 4.3.26
00:00:00.148818 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.157868 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={480b372c-c0b5-4c23-9bd7-dcbb85b1594c} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false
00:00:00.168034 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:00.174891 AHCI#0: Reset the HBA
00:00:00.174953 AHCI#0: Port 0 reset
00:00:00.175519 Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 83886080 sectors
00:00:00.175577 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:00.190899 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007fa8d5937000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1
00:00:00.537461 NAT: old socket rcv size: 128KB
00:00:00.537476 NAT: old socket snd size: 128KB
00:00:02.648091 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:02.650582 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.650757 Guest Log: BIOS: Boot : bseqnr=1, bootseq=0002
00:00:02.651025 Guest Log: BIOS: Booting from Hard Disk...
00:00:03.091510 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0)
00:00:03.408419 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.709126 AHCI#0: Reset the HBA
00:00:03.728571 AHCI#0: Port 0 reset
00:00:06.861887 Guest Additions information report: Version 4.3.10 r93012 '4.3.10_Ubuntu'
00:00:06.861928 Guest Additions information report: Interface = 0x00010004 osType = 0x00053100 (64-bit)
00:00:06.861974 Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:06.862019 Guest reported fixed hypervisor window at 00000c00000 (size = 0x800000, rc = VINF_SUCCESS)
00:00:06.881410 Guest Log: vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
00:00:08.425021 NAT: IPv6 not supported
00:00:08.443541 NAT: DHCP offered IP address 10.0.2.15
00:00:08.445786 NAT: DHCP offered IP address 10.0.2.15
00:00:09.070544 NAT: link up
I got a suggestion that I should update my kernel to version 4.
...

Alvaro Miranda Aguilera

unread,
May 12, 2015, 6:03:58 PM5/12/15
to vagra...@googlegroups.com
you can test a 32bit vm

mkdir precise32
cd precise32
vagrant init -m hashicorp/precise32
vagrant up



On Wed, May 13, 2015 at 9:45 AM, Ethan S. <drag...@gmail.com> wrote:
> I don't think you need to jump your major version to kernel 4.0, I'm
> wondering if the BIOS Intel VT-x or AMD equivalent is enabled as well as the
> execute disable functionality. I feel like the VM is sending a command that
> might be leaking to the host and crashing it. There is a beta version of
> Virtualbox 5.0 out now as well.
>
> Ethan S.
> ComputerPhreaks
> 660.386.4096
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Vagrant" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/vagrant-up/E7nxiPzxQL4/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to

Ethan S.

unread,
May 12, 2015, 5:46:13 PM5/12/15
to vagra...@googlegroups.com
I don't think you need to jump your major version to kernel 4.0, I'm wondering if the BIOS Intel VT-x or AMD equivalent is enabled as well as the execute disable functionality. I feel like the VM is sending a command that might be leaking to the host and crashing it. There is a beta version of Virtualbox 5.0 out now as well.

Ethan S.
ComputerPhreaks
660.386.4096

--
You received this message because you are subscribed to a topic in the Google Groups "Vagrant" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vagrant-up/E7nxiPzxQL4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vagrant-up+...@googlegroups.com.

Michał Czeraszkiewicz

unread,
May 13, 2015, 2:47:09 AM5/13/15
to vagra...@googlegroups.com
@Alvaro a 32bit VM worked!

Michał Czeraszkiewicz

unread,
May 13, 2015, 4:33:01 AM5/13/15
to vagra...@googlegroups.com
@dragon788 thanks for the great tip with VirtualBox 5.0.

I removed my old VirtualBox 4.3, then downloaded 5.0 from here: http://dlc-cdn.sun.com/virtualbox/5.0.0_BETA3/index.html (trusty package)

Then I installed 5.0 and I can finally start a 64 bit VM over the VirtualBox GUI!

Unfortunately current Vagrant 1.7.2 doesn't support VirtualBox 5.0 according to this documentatioin.

I got this error message:

$ vagrant status
No usable default provider could be found for your system.

Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

The easiest solution to this message is to install VirtualBox, which
is available for free on all major platforms.

If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details about
why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more specific
error message for that particular provider.
Vagrant has already a fix for that but you need to wait for the next release.

Until then you can follow this instructions to patch it. It's really easy, you just need to edit/create few files in /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualbox/

Thanks everyone for help! You are the best!
...

Alvaro Miranda Aguilera

unread,
May 13, 2015, 6:55:50 AM5/13/15
to vagra...@googlegroups.com
Hi There,

That probably means that VT extensions are not enabled on BIOS

can you check if your computer support 64 bits?

Then on BIOS should be a way to enable it.

It change from vendor to vendor, so quicker you check for your
computer brand/model

Alvaro.

Michał Czeraszkiewicz

unread,
May 13, 2015, 8:27:37 AM5/13/15
to vagra...@googlegroups.com

@Alvaro checked it in the BIOS and virtualization seems to be enabled.

>> >>> 00:00:00.188399 HM:   MSR_IA...

Michał Czeraszkiewicz

unread,
May 13, 2015, 10:54:16 AM5/13/15
to vagra...@googlegroups.com

Got a confirmation from Dell:

Yes, the 64bit virtualization is supported in VT-d and VT-x.


--

Alvaro Miranda Aguilera

unread,
May 13, 2015, 6:41:33 PM5/13/15
to vagra...@googlegroups.com
I will ask to test other 64 bits than ubuntu

can you test one of these?

mkdir oracle6
cd oracle6
vagrant init -m kikitux/oracle6
vagrant up

OR

mkdir jessie
cd jessie
vagrant init -m kikitux/jessie6
vagrant up


I did create and I use both, so i am sure they work.


Sorry for all the issues here, but is not clear what the problem is. :(



--

Michał Czeraszkiewicz

unread,
May 15, 2015, 7:33:30 AM5/15/15
to vagra...@googlegroups.com
@Alvaro I tried out the:
  • kikitux/jessie
  • kikitux/oracle6
And both started without any issues


...
Reply all
Reply to author
Forward
0 new messages