Skip to content

Instantly share code, notes, and snippets.

@michael-harrison
Last active December 18, 2015 07:19
Show Gist options
  • Save michael-harrison/5746092 to your computer and use it in GitHub Desktop.
Save michael-harrison/5746092 to your computer and use it in GitHub Desktop.
Logging from Vagrant file with network specified: config.vm.network :private_network, ip: '10.202.202.10'
$ VAGRANT_LOG=DEBUG vagrant up
INFO global: Vagrant version: 1.2.3.dev
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/ssh_config/plugin.rb
INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/redhat/plugin.rb
INFO manager: Registered plugin: RedHat guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/hosts/fedora/plugin.rb
INFO manager: Registered plugin: Fedora host
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/hosts/opensuse/plugin.rb
INFO manager: Registered plugin: OpenSUSE host
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
INFO vagrant: `vagrant` invoked: ["up"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x007fe2e61268a0>)
INFO environment: - cwd: /Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11
INFO environment: Home path: /Users/neodynamic/.vagrant.d
INFO environment: Local data path: /Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/.vagrant
DEBUG environment: Creating: /Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/.vagrant
WARN environment: In a bundler environment, not loading environment plugins!
INFO environment: Running hook: environment_load
INFO environment: Initializing config...
INFO loader: Set :default = "/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/config/default.rb"
DEBUG loader: Populating proc cache for "/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/config/default.rb"
DEBUG loader: Load procs for pathname: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/config/default.rb
INFO loader: Set :root = #<Pathname:/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/Vagrantfile
INFO loader: Loading configuration in order: [:default, :home, :root]
DEBUG loader: Loading from: default (evaluating)
DEBUG loader: Loading from: root (evaluating)
DEBUG provisioner: Provisioner defined: puppet
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG hosts: Host path search classes: [VagrantPlugins::HostWindows::Host, VagrantPlugins::HostOpenSUSE::Host, VagrantPlugins::HostArch::Host, VagrantPlugins::HostFedora::Host, VagrantPlugins::HostFreeBSD::Host, VagrantPlugins::HostGentoo::Host, VagrantPlugins::HostLinux::Host, VagrantPlugins::HostBSD::Host]
INFO hosts: Host class: VagrantPlugins::HostBSD::Host
INFO runner: Running action: #<Vagrant::Action::Builder:0x007fe2e61271d8>
INFO interface: warn: You appear to be running Vagrant in a Bundler environment. Because
Vagrant should be run within installers (outside of Bundler), Vagrant
will assume that you're developing plugins and will change its behavior
in certain ways to better assist plugin development.
You appear to be running Vagrant in a Bundler environment. Because
Vagrant should be run within installers (outside of Bundler), Vagrant
will assume that you're developing plugins and will change its behavior
in certain ways to better assist plugin development.
INFO interface: warn:
INFO cli: CLI: [] "up" []
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command []
DEBUG command: 'Up' each target VM...
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: []
DEBUG command: -- options: {:provider=>nil}
DEBUG command: Loading all machines...
INFO environment: Getting machine: default (virtualbox)
INFO environment: Uncached load of machine.
INFO loader: Set :vm_default = []
INFO loader: Loading configuration in order: [:default, :home, :root, :vm_default]
DEBUG loader: Loading from: default (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
INFO environment: Provider-supported box formats: [:virtualbox]
INFO box_collection: Searching for box: puppet_metal (virtualbox) in /Users/neodynamic/.vagrant.d/boxes/puppet_metal/virtualbox/metadata.json
INFO box_collection: Box found: puppet_metal (virtualbox)
INFO environment: Box found with format: virtualbox
INFO environment: Box exists with Vagrantfile. Reloading machine config.
INFO loader: Set :box_puppet_metal_virtualbox = #<Pathname:/Users/neodynamic/.vagrant.d/boxes/puppet_metal/virtualbox/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/neodynamic/.vagrant.d/boxes/puppet_metal/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/neodynamic/.vagrant.d/boxes/puppet_metal/virtualbox/Vagrantfile
INFO loader: Loading configuration in order: [:default, :box_puppet_metal_virtualbox, :home, :root, :vm_default]
DEBUG loader: Loading from: default (cache)
DEBUG loader: Loading from: box_puppet_metal_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: Configuration loaded successfully, finalizing and returning
INFO machine: Initializing machine: default
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider
INFO machine: - Box: #<Vagrant::Box:0x007fe2e60d64e0>
INFO machine: - Data dir: /Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/.vagrant/machines/default/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.2.12r84980
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.2.12
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_2
INFO base: VBoxManage path: VBoxManage
INFO command: With machine: default (VirtualBox (new VM))
INFO interface: info: Bringing machine 'default' up with 'virtualbox' provider...
Bringing machine 'default' 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:0x007fe2e581afb8> up {:parallel=>true, :provision_enabled=>true, :provision_types=>nil}
INFO machine: Calling action: up on provider VirtualBox (new VM)
INFO runner: Running action: #<Vagrant::Action::Builder:0x007fe2e60333d0>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x007fe2e61700e0>
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.2.12r84980
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.2.12
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_2
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: 33.33.33.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
Name: vboxnet1
GUID: 786f6276-656e-4174-8000-0a0027000001
DHCP: Disabled
IPAddress: 192.168.2.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:01
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet1
Name: vboxnet2
GUID: 786f6276-656e-4274-8000-0a0027000002
DHCP: Disabled
IPAddress: 10.202.202.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:02
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet2
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fe2e61700b8>
INFO warden: Calling action: #<Vagrant::Action::Builtin::Call:0x007fe2e6170090>
INFO runner: Running action: #<Vagrant::Action::Builder:0x007fe2e58eeea8>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x007fe2e5904280>
INFO runner: Running action: #<Vagrant::Action::Warden:0x007fe2e428e258>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x007fe2e428e078>
INFO warden: Calling action: #<Vagrant::Action::Builtin::HandleBoxUrl:0x007fe2e428e028>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x007fe2e428df60>
INFO interface: info: Importing base box 'puppet_metal'...
[default] Importing base box 'puppet_metal'...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "import", "/Users/neodynamic/.vagrant.d/boxes/puppet_metal/virtualbox/box.ovf"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: 0%...
DEBUG subprocess: stderr: 10%...20%...30%...40%...50%...60%...70%...80%...90%...
DEBUG subprocess: stderr: 100%
DEBUG subprocess: stderr: Interpreting /Users/neodynamic/.vagrant.d/boxes/puppet_metal/virtualbox/box.ovf...
DEBUG subprocess: stderr: OK.
DEBUG subprocess: stderr: 0%...
DEBUG subprocess: stderr: 10%...
INFO interface: info:
INFO interface: info: Progress: 10%
Progress: 10%DEBUG subprocess: stderr: 20%...
INFO interface: info:
INFO interface: info: Progress: 20%
Progress: 20%DEBUG subprocess: stderr: 30%...
INFO interface: info:
INFO interface: info: Progress: 30%
Progress: 30%DEBUG subprocess: stderr: 40%...
INFO interface: info:
INFO interface: info: Progress: 40%
Progress: 40%DEBUG subprocess: stderr: 50%...
INFO interface: info:
INFO interface: info: Progress: 50%
Progress: 50%DEBUG subprocess: stderr: 60%...
INFO interface: info:
INFO interface: info: Progress: 60%
Progress: 60%DEBUG subprocess: stderr: 70%...
INFO interface: info:
INFO interface: info: Progress: 70%
Progress: 70%DEBUG subprocess: stderr: 80%...
INFO interface: info:
INFO interface: info: Progress: 80%
Progress: 80%DEBUG subprocess: stderr: 90%...
INFO interface: info:
INFO interface: info: Progress: 90%
Progress: 90%DEBUG subprocess: stderr: 100%
DEBUG subprocess: stdout: Disks: vmdisk1 21474836480 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized box-disk1.vmdk -1 -1
Virtual system 0:
0: Suggested OS type: "RedHat_64"
(change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
1: Suggested VM name "puppet_metal_1370822661_1"
(change with "--vsys 0 --vmname <name>")
2: Number of CPUs: 1
(change with "--vsys 0 --cpus <n>")
3: Guest memory: 2048 MB
(change with "--vsys 0 --memory <MB>")
4: Network adapter: orig NAT, config 3, extra slot=0;type=NAT
5: Network adapter: orig HostOnly, config 3, extra slot=1;type=HostOnly
6: CD-ROM
(disable with "--vsys 0 --unit 6 --ignore")
7: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 7 --ignore")
8: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 8 --ignore")
9: SATA controller, type AHCI
(disable with "--vsys 0 --unit 9 --ignore")
10: Hard disk image: source image=box-disk1.vmdk, target path=/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/box-disk1.vmdk, controller=9;channel=0
(change target path with "--vsys 0 --unit 10 --disk path";
disable with "--vsys 0 --unit 10 --ignore")
Successfully imported the appliance.
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31964
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "ember.js_1363354231" {84814967-0419-4b2b-9d15-1c9895c60c38}
"dev_env_oraxe" {3072602b-35d6-4623-9bc7-9f8970fca4a0}
"mcollective-vagrant_1370234593" {9522cf52-47b8-497e-b5b8-fad08fedc92e}
"mcollective-vagrant_1370235006" {594693e0-3b4d-4a3f-b13d-011eeb64fb49}
"mcollective-vagrant_1370235425" {90f59658-1e6f-47da-8e09-4f398dc7733d}
"mcollective-vagrant_1370235786" {c18595db-e29d-4a0a-b855-e76ae050b394}
"mcollective-vagrant_1370236174" {20fa8175-5e95-48c6-9e67-b6eb7d00f111}
"mcollective-vagrant_1370236507" {05d73358-de5d-4671-859b-8caf9799fa0a}
"Learning Puppet VM (PE 2.7.0)" {37074aba-7143-4662-94a3-58d5db09ef70}
"centos-64-x64-vbox4210" {f946bd5d-b429-4e55-b288-6fea38e19feb}
"centos-64-x64-vbox4210-nocm" {89321ef7-2463-4f00-865f-d3f2396cc7f6}
"puppet_metal_1370822661" {fd674b0b-9175-4190-a3ee-76a5a573e14e}
"puppet_metal_1370822661_1" {4c3053a5-194a-4787-95e2-2fa880caca66}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO machine: New machine ID: "4c3053a5-194a-4787-95e2-2fa880caca66"
DEBUG virtualbox: Instantiating the driver for machine ID: "4c3053a5-194a-4787-95e2-2fa880caca66"
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.2.12r84980
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.2.12
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_2
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: puppet_metal_1370822661_1
Groups: /
Guest OS: Red Hat (64 bit)
UUID: 4c3053a5-194a-4787-95e2-2fa880caca66
Config file: /Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/puppet_metal_1370822661_1.vbox
Snapshot folder: /Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Snapshots
Log folder: /Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Logs
Hardware UUID: 4c3053a5-194a-4787-95e2-2fa880caca66
Memory size: 2048MB
Page Fusion: off
VRAM size: 8MB
CPU exec cap: 100%
HPET: off
Chipset: piix3
Firmware: BIOS
Number of CPUs: 1
Synthetic Cpu: off
CPUID overrides: None
Boot menu mode: message and menu
Boot Device (1): HardDisk
Boot Device (2): DVD
Boot Device (3): Not Assigned
Boot Device (4): Not Assigned
ACPI: on
IOAPIC: on
PAE: on
Time offset: 0ms
RTC: UTC
Hardw. virt.ext: on
Hardw. virt.ext exclusive: off
Nested Paging: on
Large Pages: on
VT-x VPID: on
State: powered off (since 2013-06-10T00:18:56.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
Storage Controller Name (0): IDE Controller
Storage Controller Type (0): PIIX4
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0): 2
Storage Controller Port Count (0): 2
Storage Controller Bootable (0): on
Storage Controller Name (1): SATA Controller
Storage Controller Type (1): IntelAhci
Storage Controller Instance Number (1): 0
Storage Controller Max Port Count (1): 30
Storage Controller Port Count (1): 1
Storage Controller Bootable (1): on
IDE Controller (0, 0): Empty
IDE Controller (1, 0): Empty
SATA Controller (0, 0): /Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/box-disk1.vmdk (UUID: e66cf876-efbd-480f-888d-4b8fa9f5612c)
NIC 1: MAC: 08002760DE8F, 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 2: MAC: 080027BC4E78, Attachment: Host-only Interface 'vboxnet2', 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: disabled
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: <none>
VRDE Connection: not active
Clients so far: 0
Guest:
Configured memory balloon size: 0 MB
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: info:
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::MatchMACAddress:0x007fe2e428dee8>
INFO interface: info: Matching MAC address for NAT networking...
[default] Matching MAC address for NAT networking...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--macaddress1", "08002743994F"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x007fe2e6170040>
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.2.12r84980
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.2.12
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_2
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: 33.33.33.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
Name: vboxnet1
GUID: 786f6276-656e-4174-8000-0a0027000001
DHCP: Disabled
IPAddress: 192.168.2.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:01
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet1
Name: vboxnet2
GUID: 786f6276-656e-4274-8000-0a0027000002
DHCP: Disabled
IPAddress: 10.202.202.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:02
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet2
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fe2e6170018>
INFO warden: Calling action: #<Vagrant::Action::Builtin::Call:0x007fe2e616fff0>
INFO runner: Running action: #<Vagrant::Action::Builder:0x007fe2e5a546a8>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x007fe2e5a53550>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="puppet_metal_1370822661_1"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/puppet_metal_1370822661_1.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO runner: Running action: #<Vagrant::Action::Warden:0x007fe2e58cb2c8>
INFO warden: Calling action: #<Vagrant::Action::Builtin::Call:0x007fe2e58d2d48>
INFO runner: Running action: #<Vagrant::Action::Builder:0x007fe2e429d398>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x007fe2e429b430>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="puppet_metal_1370822661_1"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/puppet_metal_1370822661_1.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO runner: Running action: #<Vagrant::Action::Warden:0x007fe2e41b6dd0>
INFO warden: Calling action: #<Vagrant::Action::Builtin::Call:0x007fe2e41b6d58>
INFO runner: Running action: #<Vagrant::Action::Builder:0x007fe2e41c1a78>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x007fe2e41c07b8>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="puppet_metal_1370822661_1"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/puppet_metal_1370822661_1.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO runner: Running action: #<Vagrant::Action::Warden:0x007fe2e8029838>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x007fe2e5890da8>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="puppet_metal_1370822661_1"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/puppet_metal_1370822661_1.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661_1/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CleanMachineFolder:0x007fe2e5890d80>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "systemproperties"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: API version: 4_2
Minimum guest RAM size: 4 Megabytes
Maximum guest RAM size: 2097152 Megabytes
Minimum video RAM size: 1 Megabytes
Maximum video RAM size: 256 Megabytes
Minimum guest CPU count: 1
Maximum guest CPU count: 32
Virtual disk limit (info): 2199022206976 Bytes
Maximum Serial Port count: 2
Maximum Parallel Port count: 2
Maximum Boot Position: 4
Maximum PIIX3 Network Adapter count: 8
Maximum ICH9 Network Adapter count: 36
Maximum PIIX3 IDE Controllers: 1
Maximum ICH9 IDE Controllers: 1
Maximum IDE Port count: 2
Maximum Devices per IDE Port: 2
Maximum PIIX3 SATA Controllers: 1
Maximum ICH9 SATA Controllers: 8
Maximum SATA Port count: 30
Maximum Devices per SATA Port: 1
Maximum PIIX3 SCSI Controllers: 1
Maximum ICH9 SCSI Controllers: 8
Maximum SCSI Port count: 16
Maximum Devices per SCSI Port: 1
Maximum SAS PIIX3 Controllers: 1
Maximum SAS ICH9 Controllers: 8
Maximum SAS Port count: 8
Maximum Devices per SAS Port: 1
Maximum PIIX3 Floppy Controllers:1
Maximum ICH9 Floppy Controllers: 1
Maximum Floppy Port count: 1
Maximum Devices per Floppy Port: 2
Default machine folder: /Users/neodynamic/VirtualBox VMs
VRDE auth library: VBoxAuth
Webservice auth. library: VBoxAuth
Remote desktop ExtPack:
Log history count: 3
Autostart database path:
Default Guest Additions ISO: /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::SetName:0x007fe2e5890d58>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "ember.js_1363354231" {84814967-0419-4b2b-9d15-1c9895c60c38}
"dev_env_oraxe" {3072602b-35d6-4623-9bc7-9f8970fca4a0}
"mcollective-vagrant_1370234593" {9522cf52-47b8-497e-b5b8-fad08fedc92e}
"mcollective-vagrant_1370235006" {594693e0-3b4d-4a3f-b13d-011eeb64fb49}
"mcollective-vagrant_1370235425" {90f59658-1e6f-47da-8e09-4f398dc7733d}
"mcollective-vagrant_1370235786" {c18595db-e29d-4a0a-b855-e76ae050b394}
"mcollective-vagrant_1370236174" {20fa8175-5e95-48c6-9e67-b6eb7d00f111}
"mcollective-vagrant_1370236507" {05d73358-de5d-4671-859b-8caf9799fa0a}
"Learning Puppet VM (PE 2.7.0)" {37074aba-7143-4662-94a3-58d5db09ef70}
"centos-64-x64-vbox4210" {f946bd5d-b429-4e55-b288-6fea38e19feb}
"centos-64-x64-vbox4210-nocm" {89321ef7-2463-4f00-865f-d3f2396cc7f6}
"puppet_metal_1370822661" {fd674b0b-9175-4190-a3ee-76a5a573e14e}
"puppet_metal_1370822661_1" {4c3053a5-194a-4787-95e2-2fa880caca66}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO setname: Setting the name of the VM: bb_learn_91_SP11_1370834327
INFO interface: info: Setting the name of the VM...
[default] Setting the name of the VM...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--name", "bb_learn_91_SP11_1370834327"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearForwardedPorts:0x007fe2e5a48d58>
INFO interface: info: Clearing any previously set forwarded ports...
[default] Clearing any previously set forwarded ports...
DEBUG virtualbox_4_2: read_forward_ports: uuid=4c3053a5-194a-4787-95e2-2fa880caca66 active_only=false
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<Vagrant::Action::Builtin::Provision:0x007fe2e5a48d30>
INFO warden: Calling action: #<Vagrant::Action::Builtin::EnvSet:0x007fe2e5904550>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareForwardedPortCollisionParams:0x007fe2e5904a00>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "ember.js_1363354231" {84814967-0419-4b2b-9d15-1c9895c60c38}
"dev_env_oraxe" {3072602b-35d6-4623-9bc7-9f8970fca4a0}
"mcollective-vagrant_1370234593" {9522cf52-47b8-497e-b5b8-fad08fedc92e}
"mcollective-vagrant_1370235006" {594693e0-3b4d-4a3f-b13d-011eeb64fb49}
"mcollective-vagrant_1370235425" {90f59658-1e6f-47da-8e09-4f398dc7733d}
"mcollective-vagrant_1370235786" {c18595db-e29d-4a0a-b855-e76ae050b394}
"mcollective-vagrant_1370236174" {20fa8175-5e95-48c6-9e67-b6eb7d00f111}
"mcollective-vagrant_1370236507" {05d73358-de5d-4671-859b-8caf9799fa0a}
"Learning Puppet VM (PE 2.7.0)" {37074aba-7143-4662-94a3-58d5db09ef70}
"centos-64-x64-vbox4210" {f946bd5d-b429-4e55-b288-6fea38e19feb}
"centos-64-x64-vbox4210-nocm" {89321ef7-2463-4f00-865f-d3f2396cc7f6}
"puppet_metal_1370822661" {fd674b0b-9175-4190-a3ee-76a5a573e14e}
"bb_learn_91_SP11_1370834327" {4c3053a5-194a-4787-95e2-2fa880caca66}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=84814967-0419-4b2b-9d15-1c9895c60c38 active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "84814967-0419-4b2b-9d15-1c9895c60c38", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="ember.js_1363354231"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="84814967-0419-4b2b-9d15-1c9895c60c38"
CfgFile="/Users/neodynamic/VirtualBox VMs/ember.js_1363354231/ember.js_1363354231.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/ember.js_1363354231/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/ember.js_1363354231/Logs"
hardwareuuid="84814967-0419-4b2b-9d15-1c9895c60c38"
memory=384
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=2
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-03-15T23:47: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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/ember.js_1363354231/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="7c49a740-4549-4064-aba0-8f63657bfffa"
natnet1="nat"
macaddress1="080027FEAAAF"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2222,,22"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="v-root"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NeoDynamic/ember.js"
SharedFolderNameMachineMapping2="v-csc-1"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NeoDynamic/ember.js/cookbooks"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=3072602b-35d6-4623-9bc7-9f8970fca4a0 active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "3072602b-35d6-4623-9bc7-9f8970fca4a0", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="dev_env_oraxe"
groups="/"
ostype="Red Hat (64 bit)"
UUID="3072602b-35d6-4623-9bc7-9f8970fca4a0"
CfgFile="/Users/neodynamic/VirtualBox VMs/dev_env_oraxe/dev_env_oraxe.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/dev_env_oraxe/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/dev_env_oraxe/Logs"
hardwareuuid="3072602b-35d6-4623-9bc7-9f8970fca4a0"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-05-31T06:38:06.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/dev_env_oraxe/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="6adf0643-660d-467b-a46b-77a49082aa13"
natnet1="nat"
macaddress1="080027F73D84"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="41022,tcp,,41022,,22"
Forwarding(1)="ssh,tcp,,2222,,22"
hostonlyadapter2="vboxnet0"
macaddress2="080027B3B282"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/vagrant-oracle-xe"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/vagrant-oracle-xe/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/vagrant-oracle-xe/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=9522cf52-47b8-497e-b5b8-fad08fedc92e active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "9522cf52-47b8-497e-b5b8-fad08fedc92e", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mcollective-vagrant_1370234593"
groups="/"
ostype="Red Hat (64 bit)"
UUID="9522cf52-47b8-497e-b5b8-fad08fedc92e"
CfgFile="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370234593/mcollective-vagrant_1370234593.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370234593/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370234593/Logs"
hardwareuuid="9522cf52-47b8-497e-b5b8-fad08fedc92e"
memory=384
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-03T06:32:40.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370234593/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="b5bd590e-2cfd-48b5-8f60-c234d2b3da92"
natnet1="nat"
macaddress1="08002741F043"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2222,,22"
hostonlyadapter2="vboxnet1"
macaddress2="0800273541A6"
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="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=594693e0-3b4d-4a3f-b13d-011eeb64fb49 active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "594693e0-3b4d-4a3f-b13d-011eeb64fb49", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mcollective-vagrant_1370235006"
groups="/"
ostype="Red Hat (64 bit)"
UUID="594693e0-3b4d-4a3f-b13d-011eeb64fb49"
CfgFile="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235006/mcollective-vagrant_1370235006.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235006/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235006/Logs"
hardwareuuid="594693e0-3b4d-4a3f-b13d-011eeb64fb49"
memory=384
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-03T06:32:48.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235006/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="048944ce-069c-400c-95d9-112f25a9a05c"
natnet1="nat"
macaddress1="08002741F043"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2200,,22"
hostonlyadapter2="vboxnet1"
macaddress2="0800278B82C7"
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="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=90f59658-1e6f-47da-8e09-4f398dc7733d active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "90f59658-1e6f-47da-8e09-4f398dc7733d", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mcollective-vagrant_1370235425"
groups="/"
ostype="Red Hat (64 bit)"
UUID="90f59658-1e6f-47da-8e09-4f398dc7733d"
CfgFile="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235425/mcollective-vagrant_1370235425.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235425/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235425/Logs"
hardwareuuid="90f59658-1e6f-47da-8e09-4f398dc7733d"
memory=384
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-03T06:33:05.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235425/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="b1e4a034-b568-4b11-979a-02eed82f2423"
natnet1="nat"
macaddress1="08002741F043"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2201,,22"
hostonlyadapter2="vboxnet1"
macaddress2="0800277515B1"
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="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=c18595db-e29d-4a0a-b855-e76ae050b394 active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "c18595db-e29d-4a0a-b855-e76ae050b394", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mcollective-vagrant_1370235786"
groups="/"
ostype="Red Hat (64 bit)"
UUID="c18595db-e29d-4a0a-b855-e76ae050b394"
CfgFile="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235786/mcollective-vagrant_1370235786.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235786/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235786/Logs"
hardwareuuid="c18595db-e29d-4a0a-b855-e76ae050b394"
memory=384
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-03T06:33:13.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370235786/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="f24447b5-d4fb-4b8d-bacb-0c923edbeb71"
natnet1="nat"
macaddress1="08002741F043"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2202,,22"
hostonlyadapter2="vboxnet1"
macaddress2="0800270ED2D6"
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="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=20fa8175-5e95-48c6-9e67-b6eb7d00f111 active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "20fa8175-5e95-48c6-9e67-b6eb7d00f111", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mcollective-vagrant_1370236174"
groups="/"
ostype="Red Hat (64 bit)"
UUID="20fa8175-5e95-48c6-9e67-b6eb7d00f111"
CfgFile="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370236174/mcollective-vagrant_1370236174.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370236174/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370236174/Logs"
hardwareuuid="20fa8175-5e95-48c6-9e67-b6eb7d00f111"
memory=384
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-03T06:33:32.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370236174/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="798902c0-571c-4bda-848d-fa1f615e4841"
natnet1="nat"
macaddress1="08002741F043"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2203,,22"
hostonlyadapter2="vboxnet1"
macaddress2="0800276CD5C7"
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="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=05d73358-de5d-4671-859b-8caf9799fa0a active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "05d73358-de5d-4671-859b-8caf9799fa0a", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mcollective-vagrant_1370236507"
groups="/"
ostype="Red Hat (64 bit)"
UUID="05d73358-de5d-4671-859b-8caf9799fa0a"
CfgFile="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370236507/mcollective-vagrant_1370236507.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370236507/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370236507/Logs"
hardwareuuid="05d73358-de5d-4671-859b-8caf9799fa0a"
memory=384
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-03T06:33:40.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/mcollective-vagrant_1370236507/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="561de41d-193e-4e4f-87cb-57f0b4e179a5"
natnet1="nat"
macaddress1="08002741F043"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,,2204,,22"
hostonlyadapter2="vboxnet1"
macaddress2="080027C86099"
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="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/mcollective-vagrant/deploy/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=37074aba-7143-4662-94a3-58d5db09ef70 active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "37074aba-7143-4662-94a3-58d5db09ef70", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="Learning Puppet VM (PE 2.7.0)"
groups="/"
ostype="Other Linux"
UUID="37074aba-7143-4662-94a3-58d5db09ef70"
CfgFile="/Users/neodynamic/VirtualBox VMs/Learning Puppet VM (PE 2.7.0)/Learning Puppet VM (PE 2.7.0).vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/Learning Puppet VM (PE 2.7.0)/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/Learning Puppet VM (PE 2.7.0)/Logs"
hardwareuuid="37074aba-7143-4662-94a3-58d5db09ef70"
memory=1024
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="off"
pae="on"
Time offset=0rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-04T05:46:25.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SCSI Controller"
storagecontrollertype1="LsiLogic"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="16"
storagecontrollerportcount1="16"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="none"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SCSI Controller-0-0"="/Users/neodynamic/VirtualBox VMs/Learning Puppet VM (PE 2.7.0)/learn_puppet_centos_pe2.7.0_ovf.2013.01.07-disk1.vmdk"
"SCSI Controller-ImageUUID-0-0"="95fa1ead-7542-4d0d-a960-20f657d3982d"
"SCSI Controller-1-0"="none"
"SCSI Controller-2-0"="none"
"SCSI Controller-3-0"="none"
"SCSI Controller-4-0"="none"
"SCSI Controller-5-0"="none"
"SCSI Controller-6-0"="none"
"SCSI Controller-7-0"="none"
"SCSI Controller-8-0"="none"
"SCSI Controller-9-0"="none"
"SCSI Controller-10-0"="none"
"SCSI Controller-11-0"="none"
"SCSI Controller-12-0"="none"
"SCSI Controller-13-0"="none"
"SCSI Controller-14-0"="none"
"SCSI Controller-15-0"="none"
bridgeadapter1="en0: Ethernet (AirPort)"
macaddress1="080027C504DF"
cableconnected1="on"
nic1="bridged"
nictype1="Am79C973"
nicspeed1="0"
nic2="none"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="on"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=f946bd5d-b429-4e55-b288-6fea38e19feb active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "f946bd5d-b429-4e55-b288-6fea38e19feb", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="centos-64-x64-vbox4210"
groups="/"
ostype="Red Hat (64 bit)"
UUID="f946bd5d-b429-4e55-b288-6fea38e19feb"
CfgFile="/Users/neodynamic/VirtualBox VMs/centos-64-x64-vbox4210/centos-64-x64-vbox4210.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/centos-64-x64-vbox4210/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/centos-64-x64-vbox4210/Logs"
hardwareuuid="f946bd5d-b429-4e55-b288-6fea38e19feb"
memory=480
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-05T03:49:14.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/puppet-vagrant-boxes/iso/CentOS-6.4-x86_64-netinstall.iso"
"IDE Controller-ImageUUID-0-0"="fd44d620-2216-4570-8189-2e59c5ede9bc"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/puppet-vagrant-boxes/iso/VBoxGuestAdditions_4.2.12.iso"
"IDE Controller-ImageUUID-1-0"="2beb4ec4-6547-4b97-9435-f7e46aae03bd"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/centos-64-x64-vbox4210/centos-64-x64-vbox4210.vdi"
"SATA Controller-ImageUUID-0-0"="33895700-39b8-4809-aa94-f09a641d8afd"
natnet1="nat"
macaddress1="0800273EF2DA"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=89321ef7-2463-4f00-865f-d3f2396cc7f6 active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "89321ef7-2463-4f00-865f-d3f2396cc7f6", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="centos-64-x64-vbox4210-nocm"
groups="/"
ostype="Red Hat (64 bit)"
UUID="89321ef7-2463-4f00-865f-d3f2396cc7f6"
CfgFile="/Users/neodynamic/VirtualBox VMs/centos-64-x64-vbox4210-nocm/centos-64-x64-vbox4210-nocm.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/centos-64-x64-vbox4210-nocm/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/centos-64-x64-vbox4210-nocm/Logs"
hardwareuuid="89321ef7-2463-4f00-865f-d3f2396cc7f6"
memory=480
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="off"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-05T23:08:54.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/puppet-vagrant-boxes/iso/CentOS-6.4-x86_64-netinstall.iso"
"IDE Controller-ImageUUID-0-0"="fd44d620-2216-4570-8189-2e59c5ede9bc"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/puppet-vagrant-boxes/iso/VBoxGuestAdditions_4.2.12.iso"
"IDE Controller-ImageUUID-1-0"="2beb4ec4-6547-4b97-9435-f7e46aae03bd"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/centos-64-x64-vbox4210-nocm/centos-64-x64-vbox4210-nocm.vdi"
"SATA Controller-ImageUUID-0-0"="58cc85a3-a400-48ec-a378-fb7c90e788b3"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=fd674b0b-9175-4190-a3ee-76a5a573e14e active_only=true
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "fd674b0b-9175-4190-a3ee-76a5a573e14e", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="puppet_metal_1370822661"
groups="/"
ostype="Red Hat (64 bit)"
UUID="fd674b0b-9175-4190-a3ee-76a5a573e14e"
CfgFile="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661/puppet_metal_1370822661.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661/Logs"
hardwareuuid="fd674b0b-9175-4190-a3ee-76a5a573e14e"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/puppet_metal_1370822661/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="52cc450f-54e6-4ed5-b330-1b2f5a33f164"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027E990C4"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: read_forward_ports: uuid=4c3053a5-194a-4787-95e2-2fa880caca66 active_only=false
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x007fe2e5904c08>
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 action: #<VagrantPlugins::ProviderVirtualBox::Action::PruneNFSExports:0x007fe2e414c390>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "ember.js_1363354231" {84814967-0419-4b2b-9d15-1c9895c60c38}
"dev_env_oraxe" {3072602b-35d6-4623-9bc7-9f8970fca4a0}
"mcollective-vagrant_1370234593" {9522cf52-47b8-497e-b5b8-fad08fedc92e}
"mcollective-vagrant_1370235006" {594693e0-3b4d-4a3f-b13d-011eeb64fb49}
"mcollective-vagrant_1370235425" {90f59658-1e6f-47da-8e09-4f398dc7733d}
"mcollective-vagrant_1370235786" {c18595db-e29d-4a0a-b855-e76ae050b394}
"mcollective-vagrant_1370236174" {20fa8175-5e95-48c6-9e67-b6eb7d00f111}
"mcollective-vagrant_1370236507" {05d73358-de5d-4671-859b-8caf9799fa0a}
"Learning Puppet VM (PE 2.7.0)" {37074aba-7143-4662-94a3-58d5db09ef70}
"centos-64-x64-vbox4210" {f946bd5d-b429-4e55-b288-6fea38e19feb}
"centos-64-x64-vbox4210-nocm" {89321ef7-2463-4f00-865f-d3f2396cc7f6}
"puppet_metal_1370822661" {fd674b0b-9175-4190-a3ee-76a5a573e14e}
"bb_learn_91_SP11_1370834327" {4c3053a5-194a-4787-95e2-2fa880caca66}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<Vagrant::Action::Builtin::NFS:0x007fe2e414c340>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x007fe2e4266d20>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearSharedFolders:0x007fe2e6071a90>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ShareFolders:0x007fe2e6071a68>
INFO interface: info: Creating shared folders metadata...
[default] Creating shared folders metadata...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "sharedfolder", "add", "4c3053a5-194a-4787-95e2-2fa880caca66", "--name", "/vagrant", "--hostpath", "/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"]
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", "setextradata", "4c3053a5-194a-4787-95e2-2fa880caca66", "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", "4c3053a5-194a-4787-95e2-2fa880caca66", "--name", "/tmp/vagrant-puppet/manifests", "--hostpath", "/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"]
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", "setextradata", "4c3053a5-194a-4787-95e2-2fa880caca66", "VBoxInternal2/SharedFoldersEnableSymlinksCreate//tmp/vagrant-puppet/manifests", "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", "4c3053a5-194a-4787-95e2-2fa880caca66", "--name", "/tmp/vagrant-puppet/modules-0", "--hostpath", "/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"]
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", "setextradata", "4c3053a5-194a-4787-95e2-2fa880caca66", "VBoxInternal2/SharedFoldersEnableSymlinksCreate//tmp/vagrant-puppet/modules-0", "1"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x007fe2e612c408>
INFO interface: info: Clearing any previously set network interfaces...
[default] Clearing any previously set network interfaces...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--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 action: #<VagrantPlugins::ProviderVirtualBox::Action::Network:0x007fe2e612c368>
DEBUG network: Available slots for high-level adapters: #<Set: {2, 3, 4, 5, 6, 7, 8}>
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: en0: Ethernet (AirPort)
GUID: 00306e65-0000-4000-8000-14109fd3632d
DHCP: Disabled
IPAddress: 10.0.0.101
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 14:10:9f:d3:63:2d
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-en0
Name: p2p0
GUID: 30703270-0000-4000-8000-06109fd3632d
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 06:10:9f:d3:63:2d
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-p2p0
Name: vnic0
GUID: 63696e76-0030-4000-8000-001c42000008
DHCP: Disabled
IPAddress: 10.211.55.2
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:1c:42:00:00:08
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vnic0
Name: vnic1
GUID: 63696e76-0031-4000-8000-001c42000009
DHCP: Disabled
IPAddress: 10.37.129.2
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:1c:42:00:00:09
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vnic1
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG network: Normalized configuration: {:adapter_ip=>"10.202.202.1", :auto_config=>true, :ip=>"10.202.202.11", :mac=>nil, :netmask=>"255.255.255.0", :nic_type=>nil, :type=>:static, :adapter=>2}
INFO network: Searching for matching hostonly network: 10.202.202.11
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "dhcpservers"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: NetworkName: HostInterfaceNetworking-vboxnet0
IP: 192.168.56.100
NetworkMask: 255.255.255.0
lowerIPAddress: 192.168.56.101
upperIPAddress: 192.168.56.254
Enabled: Yes
NetworkName: HostInterfaceNetworking-vboxnet1
IP: 0.0.0.0
NetworkMask: 0.0.0.0
lowerIPAddress: 0.0.0.0
upperIPAddress: 0.0.0.0
Enabled: No
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
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: 33.33.33.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
Name: vboxnet1
GUID: 786f6276-656e-4174-8000-0a0027000001
DHCP: Disabled
IPAddress: 192.168.2.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:01
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet1
Name: vboxnet2
GUID: 786f6276-656e-4274-8000-0a0027000002
DHCP: Disabled
IPAddress: 10.202.202.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:02
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet2
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG network: Adapter configuration: {:adapter=>2, :hostonly=>"vboxnet2", :mac=>nil, :nic_type=>nil, :type=>:hostonly}
INFO network: Enabling adapters...
INFO interface: info: Preparing network interfaces based on configuration...
[default] Preparing network interfaces based on configuration...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--nic1", "nat", "--nic2", "hostonly", "--hostonlyadapter2", "vboxnet2"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x007fe2e4294b08>
INFO interface: info: Forwarding ports...
[default] Forwarding ports...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2013-06-10T00:18:56.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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: info: -- 22 => 2222 (adapter 1)
[default] -- 22 => 2222 (adapter 1)
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--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 action: #<Vagrant::Action::Builtin::SetHostname:0x007fe2e4294ae0>
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x007fe2e4294ab8>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "storagectl", "4c3053a5-194a-4787-95e2-2fa880caca66", "--name", "SATA Controller", "--hostiocache", "on"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO sanedefaults: Enabling the Host I/O cache on the SATA controller... (exit status = 0)
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--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: Enabling rtcuseutc... (exit status = 0)
INFO sanedefaults: Automatically figuring out whether to enable/disable NAT DNS proxy...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--natdnsproxy1", "on"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO sanedefaults: Enable the NAT DNS proxy on adapter 1... (exit status = 0)
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x007fe2e411f2c8>
INFO interface: info: Running any VM customizations...
[default] Running any VM customizations...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--memory", "2048"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x007fe2e411f2a0>
INFO interface: info: Booting VM...
[default] Booting VM...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "startvm", "4c3053a5-194a-4787-95e2-2fa880caca66", "--type", "headless"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Waiting for VM "4c3053a5-194a-4787-95e2-2fa880caca66" to power on...
VM "4c3053a5-194a-4787-95e2-2fa880caca66" has been successfully started.
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
INFO interface: info: Waiting for VM to boot. This can take a few minutes.
[default] Waiting for VM to boot. This can take a few minutes.
DEBUG ssh: Checking whether SSH is ready...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="640,480,32"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: Searching for SSH port: 22
DEBUG virtualbox_4_2: read_forward_ports: uuid=4c3053a5-194a-4787-95e2-2fa880caca66 active_only=false
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="640,480,32"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="RedHat_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: - [1, "ssh", 2222, 22]
DEBUG ssh: Checking key permissions: /Users/neodynamic/.vagrant.d/insecure_private_key
INFO ssh: Attempting SSH. Retries: 100. Timeout: 30
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:18:49.425659 #16212] DEBUG -- net.ssh.transport.session[3ff17301b5cc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:18:49.427916 #16212] DEBUG -- net.ssh.transport.session[3ff17301b5cc]: connection established
I, [2013-06-10T13:18:49.428010 #16212] INFO -- net.ssh.transport.server_version[3ff173136240]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.967997 #16212] DEBUG -- net.ssh.transport.session[3ff17311c624]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.968246 #16212] DEBUG -- net.ssh.transport.session[3ff17311c624]: connection established
I, [2013-06-10T13:19:07.968318 #16212] INFO -- net.ssh.transport.server_version[3ff17317ff58]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.970220 #16212] DEBUG -- net.ssh.transport.session[3ff1731af028]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.970426 #16212] DEBUG -- net.ssh.transport.session[3ff1731af028]: connection established
I, [2013-06-10T13:19:07.970491 #16212] INFO -- net.ssh.transport.server_version[3ff1731b2430]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.972469 #16212] DEBUG -- net.ssh.transport.session[3ff174003bec]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.972631 #16212] DEBUG -- net.ssh.transport.session[3ff174003bec]: connection established
I, [2013-06-10T13:19:07.972698 #16212] INFO -- net.ssh.transport.server_version[3ff174002ecc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.974835 #16212] DEBUG -- net.ssh.transport.session[3ff174015f54]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.975006 #16212] DEBUG -- net.ssh.transport.session[3ff174015f54]: connection established
I, [2013-06-10T13:19:07.975070 #16212] INFO -- net.ssh.transport.server_version[3ff174015310]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.977474 #16212] DEBUG -- net.ssh.transport.session[3ff172cce4b4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.977767 #16212] DEBUG -- net.ssh.transport.session[3ff172cce4b4]: connection established
I, [2013-06-10T13:19:07.977899 #16212] INFO -- net.ssh.transport.server_version[3ff172d1a300]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.980055 #16212] DEBUG -- net.ssh.transport.session[3ff172cf864c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.980236 #16212] DEBUG -- net.ssh.transport.session[3ff172cf864c]: connection established
I, [2013-06-10T13:19:07.980309 #16212] INFO -- net.ssh.transport.server_version[3ff172cf79b8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.982168 #16212] DEBUG -- net.ssh.transport.session[3ff172d294f4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.982319 #16212] DEBUG -- net.ssh.transport.session[3ff172d294f4]: connection established
I, [2013-06-10T13:19:07.982389 #16212] INFO -- net.ssh.transport.server_version[3ff172d2ca28]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.990843 #16212] DEBUG -- net.ssh.transport.session[3ff172d25b60]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.991176 #16212] DEBUG -- net.ssh.transport.session[3ff172d25b60]: connection established
I, [2013-06-10T13:19:07.991307 #16212] INFO -- net.ssh.transport.server_version[3ff172d24eb8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.993553 #16212] DEBUG -- net.ssh.transport.session[3ff172d09258]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.993707 #16212] DEBUG -- net.ssh.transport.session[3ff172d09258]: connection established
I, [2013-06-10T13:19:07.993780 #16212] INFO -- net.ssh.transport.server_version[3ff172d08768]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:07.996081 #16212] DEBUG -- net.ssh.transport.session[3ff172ccbf84]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:07.996284 #16212] DEBUG -- net.ssh.transport.session[3ff172ccbf84]: connection established
I, [2013-06-10T13:19:07.996359 #16212] INFO -- net.ssh.transport.server_version[3ff172cf4e0c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.010211 #16212] DEBUG -- net.ssh.transport.session[3ff17400c2d8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.010555 #16212] DEBUG -- net.ssh.transport.session[3ff17400c2d8]: connection established
I, [2013-06-10T13:19:08.010641 #16212] INFO -- net.ssh.transport.server_version[3ff17246b178]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.012513 #16212] DEBUG -- net.ssh.transport.session[3ff172c70904]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.012694 #16212] DEBUG -- net.ssh.transport.session[3ff172c70904]: connection established
I, [2013-06-10T13:19:08.012761 #16212] INFO -- net.ssh.transport.server_version[3ff172c85688]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.014590 #16212] DEBUG -- net.ssh.transport.session[3ff17213c448]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.014786 #16212] DEBUG -- net.ssh.transport.session[3ff17213c448]: connection established
I, [2013-06-10T13:19:08.014852 #16212] INFO -- net.ssh.transport.server_version[3ff17213dbb8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.016463 #16212] DEBUG -- net.ssh.transport.session[3ff173083be0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.016643 #16212] DEBUG -- net.ssh.transport.session[3ff173083be0]: connection established
I, [2013-06-10T13:19:08.016710 #16212] INFO -- net.ssh.transport.server_version[3ff173085378]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.018471 #16212] DEBUG -- net.ssh.transport.session[3ff1720cf154]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.018642 #16212] DEBUG -- net.ssh.transport.session[3ff1720cf154]: connection established
I, [2013-06-10T13:19:08.018706 #16212] INFO -- net.ssh.transport.server_version[3ff1720d23b8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.020388 #16212] DEBUG -- net.ssh.transport.session[3ff1720e0864]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.020571 #16212] DEBUG -- net.ssh.transport.session[3ff1720e0864]: connection established
I, [2013-06-10T13:19:08.020631 #16212] INFO -- net.ssh.transport.server_version[3ff1720dfc48]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.022394 #16212] DEBUG -- net.ssh.transport.session[3ff17310765c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.022653 #16212] DEBUG -- net.ssh.transport.session[3ff17310765c]: connection established
I, [2013-06-10T13:19:08.022721 #16212] INFO -- net.ssh.transport.server_version[3ff1731069dc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.024555 #16212] DEBUG -- net.ssh.transport.session[3ff1730bfb54]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.024744 #16212] DEBUG -- net.ssh.transport.session[3ff1730bfb54]: connection established
I, [2013-06-10T13:19:08.024803 #16212] INFO -- net.ssh.transport.server_version[3ff173153390]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.026542 #16212] DEBUG -- net.ssh.transport.session[3ff173185e94]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.026717 #16212] DEBUG -- net.ssh.transport.session[3ff173185e94]: connection established
I, [2013-06-10T13:19:08.026784 #16212] INFO -- net.ssh.transport.server_version[3ff17316d04c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.029450 #16212] DEBUG -- net.ssh.transport.session[3ff1731b6828]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.029657 #16212] DEBUG -- net.ssh.transport.session[3ff1731b6828]: connection established
I, [2013-06-10T13:19:08.029721 #16212] INFO -- net.ssh.transport.server_version[3ff1731b5cc0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.031612 #16212] DEBUG -- net.ssh.transport.session[3ff17245e2d4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.031794 #16212] DEBUG -- net.ssh.transport.session[3ff17245e2d4]: connection established
I, [2013-06-10T13:19:08.031867 #16212] INFO -- net.ssh.transport.server_version[3ff172460c28]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.033598 #16212] DEBUG -- net.ssh.transport.session[3ff1740116fc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.033760 #16212] DEBUG -- net.ssh.transport.session[3ff1740116fc]: connection established
I, [2013-06-10T13:19:08.033825 #16212] INFO -- net.ssh.transport.server_version[3ff174014b04]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.035643 #16212] DEBUG -- net.ssh.transport.session[3ff172d236bc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.035829 #16212] DEBUG -- net.ssh.transport.session[3ff172d236bc]: connection established
I, [2013-06-10T13:19:08.035903 #16212] INFO -- net.ssh.transport.server_version[3ff172cf3520]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.037850 #16212] DEBUG -- net.ssh.transport.session[3ff172d14630]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.038028 #16212] DEBUG -- net.ssh.transport.session[3ff172d14630]: connection established
I, [2013-06-10T13:19:08.038087 #16212] INFO -- net.ssh.transport.server_version[3ff172d1718c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.039936 #16212] DEBUG -- net.ssh.transport.session[3ff172cff4d8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.040082 #16212] DEBUG -- net.ssh.transport.session[3ff172cff4d8]: connection established
I, [2013-06-10T13:19:08.040145 #16212] INFO -- net.ssh.transport.server_version[3ff172d02994]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.046989 #16212] DEBUG -- net.ssh.transport.session[3ff172d2e1d4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.047241 #16212] DEBUG -- net.ssh.transport.session[3ff172d2e1d4]: connection established
I, [2013-06-10T13:19:08.047301 #16212] INFO -- net.ssh.transport.server_version[3ff172d2d4c8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.049522 #16212] DEBUG -- net.ssh.transport.session[3ff172cf93d0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.049713 #16212] DEBUG -- net.ssh.transport.session[3ff172cf93d0]: connection established
I, [2013-06-10T13:19:08.049770 #16212] INFO -- net.ssh.transport.server_version[3ff172cf85e8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.051585 #16212] DEBUG -- net.ssh.transport.session[3ff172d1aeb8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.051834 #16212] DEBUG -- net.ssh.transport.session[3ff172d1aeb8]: connection established
I, [2013-06-10T13:19:08.051896 #16212] INFO -- net.ssh.transport.server_version[3ff172d1a2c4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.054222 #16212] DEBUG -- net.ssh.transport.session[3ff172c8ba9c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.054465 #16212] DEBUG -- net.ssh.transport.session[3ff172c8ba9c]: connection established
I, [2013-06-10T13:19:08.054640 #16212] INFO -- net.ssh.transport.server_version[3ff172c8a480]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.058141 #16212] DEBUG -- net.ssh.transport.session[3ff17400c918]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.058381 #16212] DEBUG -- net.ssh.transport.session[3ff17400c918]: connection established
I, [2013-06-10T13:19:08.058450 #16212] INFO -- net.ssh.transport.server_version[3ff17400b39c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.070672 #16212] DEBUG -- net.ssh.transport.session[3ff172d14f18]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.070933 #16212] DEBUG -- net.ssh.transport.session[3ff172d14f18]: connection established
I, [2013-06-10T13:19:08.071004 #16212] INFO -- net.ssh.transport.server_version[3ff172cf4c54]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.072757 #16212] DEBUG -- net.ssh.transport.session[3ff1720f0afc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.072920 #16212] DEBUG -- net.ssh.transport.session[3ff1720f0afc]: connection established
I, [2013-06-10T13:19:08.072982 #16212] INFO -- net.ssh.transport.server_version[3ff1720fe6ac]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.074703 #16212] DEBUG -- net.ssh.transport.session[3ff17303a878]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.074898 #16212] DEBUG -- net.ssh.transport.session[3ff17303a878]: connection established
I, [2013-06-10T13:19:08.074959 #16212] INFO -- net.ssh.transport.server_version[3ff173046164]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.076656 #16212] DEBUG -- net.ssh.transport.session[3ff172057438]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.076842 #16212] DEBUG -- net.ssh.transport.session[3ff172057438]: connection established
I, [2013-06-10T13:19:08.076900 #16212] INFO -- net.ssh.transport.server_version[3ff1720565ec]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.078574 #16212] DEBUG -- net.ssh.transport.session[3ff17208f52c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.078772 #16212] DEBUG -- net.ssh.transport.session[3ff17208f52c]: connection established
I, [2013-06-10T13:19:08.078840 #16212] INFO -- net.ssh.transport.server_version[3ff17208e578]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.080661 #16212] DEBUG -- net.ssh.transport.session[3ff17215a4fc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.080901 #16212] DEBUG -- net.ssh.transport.session[3ff17215a4fc]: connection established
I, [2013-06-10T13:19:08.081002 #16212] INFO -- net.ssh.transport.server_version[3ff1721597b4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.083351 #16212] DEBUG -- net.ssh.transport.session[3ff1730021f8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.083606 #16212] DEBUG -- net.ssh.transport.session[3ff1730021f8]: connection established
I, [2013-06-10T13:19:08.083684 #16212] INFO -- net.ssh.transport.server_version[3ff173001280]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.085405 #16212] DEBUG -- net.ssh.transport.session[3ff1730096c4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.085621 #16212] DEBUG -- net.ssh.transport.session[3ff1730096c4]: connection established
I, [2013-06-10T13:19:08.085694 #16212] INFO -- net.ssh.transport.server_version[3ff17300c770]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.087547 #16212] DEBUG -- net.ssh.transport.session[3ff1731ace18]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.087766 #16212] DEBUG -- net.ssh.transport.session[3ff1731ace18]: connection established
I, [2013-06-10T13:19:08.087869 #16212] INFO -- net.ssh.transport.server_version[3ff1731afe9c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.089675 #16212] DEBUG -- net.ssh.transport.session[3ff172468ae0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.089866 #16212] DEBUG -- net.ssh.transport.session[3ff172468ae0]: connection established
I, [2013-06-10T13:19:08.089934 #16212] INFO -- net.ssh.transport.server_version[3ff17246bdbc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.091984 #16212] DEBUG -- net.ssh.transport.session[3ff17400bd38]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.092148 #16212] DEBUG -- net.ssh.transport.session[3ff17400bd38]: connection established
I, [2013-06-10T13:19:08.092208 #16212] INFO -- net.ssh.transport.server_version[3ff17400e600]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.093813 #16212] DEBUG -- net.ssh.transport.session[3ff172c8a8f4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.094007 #16212] DEBUG -- net.ssh.transport.session[3ff172c8a8f4]: connection established
I, [2013-06-10T13:19:08.094067 #16212] INFO -- net.ssh.transport.server_version[3ff172c80138]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.095763 #16212] DEBUG -- net.ssh.transport.session[3ff172d1c060]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.095974 #16212] DEBUG -- net.ssh.transport.session[3ff172d1c060]: connection established
I, [2013-06-10T13:19:08.096051 #16212] INFO -- net.ssh.transport.server_version[3ff172d1b444]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.097636 #16212] DEBUG -- net.ssh.transport.session[3ff172cfa94c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.097838 #16212] DEBUG -- net.ssh.transport.session[3ff172cfa94c]: connection established
I, [2013-06-10T13:19:08.097906 #16212] INFO -- net.ssh.transport.server_version[3ff172cf9a74]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.099727 #16212] DEBUG -- net.ssh.transport.session[3ff172d2ebd4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.099895 #16212] DEBUG -- net.ssh.transport.session[3ff172d2ebd4]: connection established
I, [2013-06-10T13:19:08.099973 #16212] INFO -- net.ssh.transport.server_version[3ff172d2e008]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.110333 #16212] DEBUG -- net.ssh.transport.session[3ff172d01184]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.110662 #16212] DEBUG -- net.ssh.transport.session[3ff172d01184]: connection established
I, [2013-06-10T13:19:08.110760 #16212] INFO -- net.ssh.transport.server_version[3ff172d0048c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.113654 #16212] DEBUG -- net.ssh.transport.session[3ff172d162b4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.113876 #16212] DEBUG -- net.ssh.transport.session[3ff172d162b4]: connection established
I, [2013-06-10T13:19:08.113945 #16212] INFO -- net.ssh.transport.server_version[3ff172d150bc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.115868 #16212] DEBUG -- net.ssh.transport.session[3ff172cf2d14]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.116064 #16212] DEBUG -- net.ssh.transport.session[3ff172cf2d14]: connection established
I, [2013-06-10T13:19:08.116173 #16212] INFO -- net.ssh.transport.server_version[3ff172cf2184]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.118145 #16212] DEBUG -- net.ssh.transport.session[3ff174014500]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.118322 #16212] DEBUG -- net.ssh.transport.session[3ff174014500]: connection established
I, [2013-06-10T13:19:08.118381 #16212] INFO -- net.ssh.transport.server_version[3ff174013830]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.129761 #16212] DEBUG -- net.ssh.transport.session[3ff1730c039c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.129987 #16212] DEBUG -- net.ssh.transport.session[3ff1730c039c]: connection established
I, [2013-06-10T13:19:08.130052 #16212] INFO -- net.ssh.transport.server_version[3ff17312b110]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.132037 #16212] DEBUG -- net.ssh.transport.session[3ff172c707ec]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.132292 #16212] DEBUG -- net.ssh.transport.session[3ff172c707ec]: connection established
I, [2013-06-10T13:19:08.132398 #16212] INFO -- net.ssh.transport.server_version[3ff172c853cc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.135236 #16212] DEBUG -- net.ssh.transport.session[3ff17213d794]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.135457 #16212] DEBUG -- net.ssh.transport.session[3ff17213d794]: connection established
I, [2013-06-10T13:19:08.135529 #16212] INFO -- net.ssh.transport.server_version[3ff172059b0c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.137243 #16212] DEBUG -- net.ssh.transport.session[3ff173092aa0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.137407 #16212] DEBUG -- net.ssh.transport.session[3ff173092aa0]: connection established
I, [2013-06-10T13:19:08.137469 #16212] INFO -- net.ssh.transport.server_version[3ff173094ad0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.139334 #16212] DEBUG -- net.ssh.transport.session[3ff1720d1058]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.139583 #16212] DEBUG -- net.ssh.transport.session[3ff1720d1058]: connection established
I, [2013-06-10T13:19:08.139652 #16212] INFO -- net.ssh.transport.server_version[3ff17204cb64]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.141329 #16212] DEBUG -- net.ssh.transport.session[3ff1720e29fc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.141532 #16212] DEBUG -- net.ssh.transport.session[3ff1720e29fc]: connection established
I, [2013-06-10T13:19:08.141600 #16212] INFO -- net.ssh.transport.server_version[3ff1720e1b88]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.143245 #16212] DEBUG -- net.ssh.transport.session[3ff17312b28c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.143438 #16212] DEBUG -- net.ssh.transport.session[3ff17312b28c]: connection established
I, [2013-06-10T13:19:08.143498 #16212] INFO -- net.ssh.transport.server_version[3ff17312a698]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.145289 #16212] DEBUG -- net.ssh.transport.session[3ff1730f0114]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.145469 #16212] DEBUG -- net.ssh.transport.session[3ff1730f0114]: connection established
I, [2013-06-10T13:19:08.145530 #16212] INFO -- net.ssh.transport.server_version[3ff1730de1e4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.148137 #16212] DEBUG -- net.ssh.transport.session[3ff1730b990c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.148328 #16212] DEBUG -- net.ssh.transport.session[3ff1730b990c]: connection established
I, [2013-06-10T13:19:08.148396 #16212] INFO -- net.ssh.transport.server_version[3ff1730b8980]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.150087 #16212] DEBUG -- net.ssh.transport.session[3ff1731b7958]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.150261 #16212] DEBUG -- net.ssh.transport.session[3ff1731b7958]: connection established
I, [2013-06-10T13:19:08.150318 #16212] INFO -- net.ssh.transport.server_version[3ff1731b6d3c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.152161 #16212] DEBUG -- net.ssh.transport.session[3ff1740013ec]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.152326 #16212] DEBUG -- net.ssh.transport.session[3ff1740013ec]: connection established
I, [2013-06-10T13:19:08.152388 #16212] INFO -- net.ssh.transport.server_version[3ff17400495c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.154055 #16212] DEBUG -- net.ssh.transport.session[3ff1740154f0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.154216 #16212] DEBUG -- net.ssh.transport.session[3ff1740154f0]: connection established
I, [2013-06-10T13:19:08.154278 #16212] INFO -- net.ssh.transport.server_version[3ff172c48058]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.156168 #16212] DEBUG -- net.ssh.transport.session[3ff172cf48e4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.156363 #16212] DEBUG -- net.ssh.transport.session[3ff172cf48e4]: connection established
I, [2013-06-10T13:19:08.156425 #16212] INFO -- net.ssh.transport.server_version[3ff172ccdb68]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.159265 #16212] DEBUG -- net.ssh.transport.session[3ff172d08d30]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.159535 #16212] DEBUG -- net.ssh.transport.session[3ff172d08d30]: connection established
I, [2013-06-10T13:19:08.159628 #16212] INFO -- net.ssh.transport.server_version[3ff172d0809c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.161716 #16212] DEBUG -- net.ssh.transport.session[3ff172d26998]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.161921 #16212] DEBUG -- net.ssh.transport.session[3ff172d26998]: connection established
I, [2013-06-10T13:19:08.161999 #16212] INFO -- net.ssh.transport.server_version[3ff172d25d18]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.171330 #16212] DEBUG -- net.ssh.transport.session[3ff172d2b5c4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.171627 #16212] DEBUG -- net.ssh.transport.session[3ff172d2b5c4]: connection established
I, [2013-06-10T13:19:08.171699 #16212] INFO -- net.ssh.transport.server_version[3ff172d2a660]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.173896 #16212] DEBUG -- net.ssh.transport.session[3ff172d0d394]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.174126 #16212] DEBUG -- net.ssh.transport.session[3ff172d0d394]: connection established
I, [2013-06-10T13:19:08.174207 #16212] INFO -- net.ssh.transport.server_version[3ff172d0c8e0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.176554 #16212] DEBUG -- net.ssh.transport.session[3ff172ccfddc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.176771 #16212] DEBUG -- net.ssh.transport.session[3ff172ccfddc]: connection established
I, [2013-06-10T13:19:08.176840 #16212] INFO -- net.ssh.transport.server_version[3ff172ccf29c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.178873 #16212] DEBUG -- net.ssh.transport.session[3ff172ca3d18]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.179080 #16212] DEBUG -- net.ssh.transport.session[3ff172ca3d18]: connection established
I, [2013-06-10T13:19:08.179143 #16212] INFO -- net.ssh.transport.server_version[3ff172c50190]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.181232 #16212] DEBUG -- net.ssh.transport.session[3ff1740092b8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.181431 #16212] DEBUG -- net.ssh.transport.session[3ff1740092b8]: connection established
I, [2013-06-10T13:19:08.181490 #16212] INFO -- net.ssh.transport.server_version[3ff1740085e8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.193848 #16212] DEBUG -- net.ssh.transport.session[3ff17202f71c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.194107 #16212] DEBUG -- net.ssh.transport.session[3ff17202f71c]: connection established
I, [2013-06-10T13:19:08.194181 #16212] INFO -- net.ssh.transport.server_version[3ff1724058f0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.195965 #16212] DEBUG -- net.ssh.transport.session[3ff17211d4e4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.196126 #16212] DEBUG -- net.ssh.transport.session[3ff17211d4e4]: connection established
I, [2013-06-10T13:19:08.196186 #16212] INFO -- net.ssh.transport.server_version[3ff172130350]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.197911 #16212] DEBUG -- net.ssh.transport.session[3ff1730699c0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.198116 #16212] DEBUG -- net.ssh.transport.session[3ff1730699c0]: connection established
I, [2013-06-10T13:19:08.198183 #16212] INFO -- net.ssh.transport.server_version[3ff17306b6e4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.199910 #16212] DEBUG -- net.ssh.transport.session[3ff1720412f0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.200120 #16212] DEBUG -- net.ssh.transport.session[3ff1720412f0]: connection established
I, [2013-06-10T13:19:08.200188 #16212] INFO -- net.ssh.transport.server_version[3ff172040558]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.201831 #16212] DEBUG -- net.ssh.transport.session[3ff1720906ac]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.202023 #16212] DEBUG -- net.ssh.transport.session[3ff1720906ac]: connection established
I, [2013-06-10T13:19:08.202087 #16212] INFO -- net.ssh.transport.server_version[3ff172093730]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.203918 #16212] DEBUG -- net.ssh.transport.session[3ff17215baf0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.204076 #16212] DEBUG -- net.ssh.transport.session[3ff17215baf0]: connection established
I, [2013-06-10T13:19:08.204134 #16212] INFO -- net.ssh.transport.server_version[3ff17215acf4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.205747 #16212] DEBUG -- net.ssh.transport.session[3ff17301bc0c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.205921 #16212] DEBUG -- net.ssh.transport.session[3ff17301bc0c]: connection established
I, [2013-06-10T13:19:08.205980 #16212] INFO -- net.ssh.transport.server_version[3ff173136a9c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.207808 #16212] DEBUG -- net.ssh.transport.session[3ff17311c0d4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.208030 #16212] DEBUG -- net.ssh.transport.session[3ff17311c0d4]: connection established
I, [2013-06-10T13:19:08.208108 #16212] INFO -- net.ssh.transport.server_version[3ff17317f8b4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.210758 #16212] DEBUG -- net.ssh.transport.session[3ff1731b1ef4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.211057 #16212] DEBUG -- net.ssh.transport.session[3ff1731b1ef4]: connection established
I, [2013-06-10T13:19:08.211151 #16212] INFO -- net.ssh.transport.server_version[3ff1731b0d10]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.212965 #16212] DEBUG -- net.ssh.transport.session[3ff17246ddd8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.213164 #16212] DEBUG -- net.ssh.transport.session[3ff17246ddd8]: connection established
I, [2013-06-10T13:19:08.213225 #16212] INFO -- net.ssh.transport.server_version[3ff17246d004]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.214851 #16212] DEBUG -- net.ssh.transport.session[3ff174012b9c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.215046 #16212] DEBUG -- net.ssh.transport.session[3ff174012b9c]: connection established
I, [2013-06-10T13:19:08.215124 #16212] INFO -- net.ssh.transport.server_version[3ff174011fbc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.217049 #16212] DEBUG -- net.ssh.transport.session[3ff172d20e94]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.217282 #16212] DEBUG -- net.ssh.transport.session[3ff172d20e94]: connection established
I, [2013-06-10T13:19:08.217351 #16212] INFO -- net.ssh.transport.server_version[3ff172d24080]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.219083 #16212] DEBUG -- net.ssh.transport.session[3ff172d13654]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.219246 #16212] DEBUG -- net.ssh.transport.session[3ff172d13654]: connection established
I, [2013-06-10T13:19:08.219305 #16212] INFO -- net.ssh.transport.server_version[3ff172d12a4c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.221092 #16212] DEBUG -- net.ssh.transport.session[3ff172cfdf5c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.221319 #16212] DEBUG -- net.ssh.transport.session[3ff172cfdf5c]: connection established
I, [2013-06-10T13:19:08.221386 #16212] INFO -- net.ssh.transport.server_version[3ff172cfd160]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.228179 #16212] DEBUG -- net.ssh.transport.session[3ff172d30ce0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.228521 #16212] DEBUG -- net.ssh.transport.session[3ff172d30ce0]: connection established
I, [2013-06-10T13:19:08.228593 #16212] INFO -- net.ssh.transport.server_version[3ff172d30074]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.230911 #16212] DEBUG -- net.ssh.transport.session[3ff172cfc5e4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.231060 #16212] DEBUG -- net.ssh.transport.session[3ff172cfc5e4]: connection established
I, [2013-06-10T13:19:08.231117 #16212] INFO -- net.ssh.transport.server_version[3ff172cfb9f0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.233100 #16212] DEBUG -- net.ssh.transport.session[3ff172d1dc44]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.233268 #16212] DEBUG -- net.ssh.transport.session[3ff172d1dc44]: connection established
I, [2013-06-10T13:19:08.233327 #16212] INFO -- net.ssh.transport.server_version[3ff172d1d064]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.235300 #16212] DEBUG -- net.ssh.transport.session[3ff172d21768]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.235471 #16212] DEBUG -- net.ssh.transport.session[3ff172d21768]: connection established
I, [2013-06-10T13:19:08.235556 #16212] INFO -- net.ssh.transport.server_version[3ff172c803e0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.238650 #16212] DEBUG -- net.ssh.transport.session[3ff174010040]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.238877 #16212] DEBUG -- net.ssh.transport.session[3ff174010040]: connection established
I, [2013-06-10T13:19:08.238940 #16212] INFO -- net.ssh.transport.server_version[3ff17400f1a4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.251971 #16212] DEBUG -- net.ssh.transport.session[3ff172041840]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.252241 #16212] DEBUG -- net.ssh.transport.session[3ff172041840]: connection established
I, [2013-06-10T13:19:08.252318 #16212] INFO -- net.ssh.transport.server_version[3ff173093fa4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.254136 #16212] DEBUG -- net.ssh.transport.session[3ff1720a5c3c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.254325 #16212] DEBUG -- net.ssh.transport.session[3ff1720a5c3c]: connection established
I, [2013-06-10T13:19:08.254386 #16212] INFO -- net.ssh.transport.server_version[3ff1720cd520]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.256126 #16212] DEBUG -- net.ssh.transport.session[3ff172154ef8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.256327 #16212] DEBUG -- net.ssh.transport.session[3ff172154ef8]: connection established
I, [2013-06-10T13:19:08.256388 #16212] INFO -- net.ssh.transport.server_version[3ff173017cc4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.259292 #16212] DEBUG -- net.ssh.transport.session[3ff17309d644]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.259524 #16212] DEBUG -- net.ssh.transport.session[3ff17309d644]: connection established
I, [2013-06-10T13:19:08.259611 #16212] INFO -- net.ssh.transport.server_version[3ff17309f64c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.262384 #16212] DEBUG -- net.ssh.transport.session[3ff1721433ec]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.262662 #16212] DEBUG -- net.ssh.transport.session[3ff1721433ec]: connection established
I, [2013-06-10T13:19:08.262833 #16212] INFO -- net.ssh.transport.server_version[3ff172141f24]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.265332 #16212] DEBUG -- net.ssh.transport.session[3ff1720e6ae8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.265591 #16212] DEBUG -- net.ssh.transport.session[3ff1720e6ae8]: connection established
I, [2013-06-10T13:19:08.265660 #16212] INFO -- net.ssh.transport.server_version[3ff1720e5f30]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.267358 #16212] DEBUG -- net.ssh.transport.session[3ff1730f4020]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.267546 #16212] DEBUG -- net.ssh.transport.session[3ff1730f4020]: connection established
I, [2013-06-10T13:19:08.267613 #16212] INFO -- net.ssh.transport.server_version[3ff1730f3030]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.269299 #16212] DEBUG -- net.ssh.transport.session[3ff17315be50]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.269534 #16212] DEBUG -- net.ssh.transport.session[3ff17315be50]: connection established
I, [2013-06-10T13:19:08.269600 #16212] INFO -- net.ssh.transport.server_version[3ff17318bf10]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.271302 #16212] DEBUG -- net.ssh.transport.session[3ff1731a4510]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.271471 #16212] DEBUG -- net.ssh.transport.session[3ff1731a4510]: connection established
I, [2013-06-10T13:19:08.271536 #16212] INFO -- net.ssh.transport.server_version[3ff1731a9830]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.273083 #16212] DEBUG -- net.ssh.transport.session[3ff1731bc160]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.273267 #16212] DEBUG -- net.ssh.transport.session[3ff1731bc160]: connection established
I, [2013-06-10T13:19:08.273335 #16212] INFO -- net.ssh.transport.server_version[3ff1731bb1fc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:08.275298 #16212] DEBUG -- net.ssh.transport.session[3ff174005488]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:08.275503 #16212] DEBUG -- net.ssh.transport.session[3ff174005488]: connection established
I, [2013-06-10T13:19:08.275573 #16212] INFO -- net.ssh.transport.server_version[3ff174008714]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH not up: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This
usually indicates that SSH within the guest machine was unable to
properly start up. Please boot the VM in GUI mode to check whether
it is booting properly.>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="720,400,0"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=1
GuestAdditionsVersion="4.2.12 r84980"
GuestAdditionsFacility_VirtualBox Base Driver=50,1370834340384
GuestAdditionsFacility_Seamless Mode=0,1370834340384
GuestAdditionsFacility_Graphics Mode=0,1370834340384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: Checking whether SSH is ready...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="720,400,0"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=1
GuestAdditionsVersion="4.2.12 r84980"
GuestAdditionsFacility_VirtualBox Base Driver=50,1370834340384
GuestAdditionsFacility_Seamless Mode=0,1370834340384
GuestAdditionsFacility_Graphics Mode=0,1370834340384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: Searching for SSH port: 22
DEBUG virtualbox_4_2: read_forward_ports: uuid=4c3053a5-194a-4787-95e2-2fa880caca66 active_only=false
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="720,400,0"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=1
GuestAdditionsVersion="4.2.12 r84980"
GuestAdditionsFacility_VirtualBox Base Driver=50,1370834340384
GuestAdditionsFacility_Seamless Mode=0,1370834340384
GuestAdditionsFacility_Graphics Mode=0,1370834340384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: - [1, "ssh", 2222, 22]
DEBUG ssh: Checking key permissions: /Users/neodynamic/.vagrant.d/insecure_private_key
INFO ssh: Attempting SSH. Retries: 100. Timeout: 30
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.494514 #16212] DEBUG -- net.ssh.transport.session[3ff172cf9010]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.494840 #16212] DEBUG -- net.ssh.transport.session[3ff172cf9010]: connection established
I, [2013-06-10T13:19:10.494930 #16212] INFO -- net.ssh.transport.server_version[3ff172cfc0bc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.497154 #16212] DEBUG -- net.ssh.transport.session[3ff172d2d720]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.497339 #16212] DEBUG -- net.ssh.transport.session[3ff172d2d720]: connection established
I, [2013-06-10T13:19:10.497407 #16212] INFO -- net.ssh.transport.server_version[3ff172d30aec]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.506858 #16212] DEBUG -- net.ssh.transport.session[3ff172cff8fc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.507113 #16212] DEBUG -- net.ssh.transport.session[3ff172cff8fc]: connection established
I, [2013-06-10T13:19:10.507223 #16212] INFO -- net.ssh.transport.server_version[3ff172cfed08]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.509636 #16212] DEBUG -- net.ssh.transport.session[3ff172d13c08]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.509803 #16212] DEBUG -- net.ssh.transport.session[3ff172d13c08]: connection established
I, [2013-06-10T13:19:10.509871 #16212] INFO -- net.ssh.transport.server_version[3ff172d12f88]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.512146 #16212] DEBUG -- net.ssh.transport.session[3ff172d24134]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.512313 #16212] DEBUG -- net.ssh.transport.session[3ff172d24134]: connection established
I, [2013-06-10T13:19:10.512385 #16212] INFO -- net.ssh.transport.server_version[3ff172d235cc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.515904 #16212] DEBUG -- net.ssh.transport.session[3ff174012c64]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.516111 #16212] DEBUG -- net.ssh.transport.session[3ff174012c64]: connection established
I, [2013-06-10T13:19:10.516178 #16212] INFO -- net.ssh.transport.server_version[3ff174012084]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.531426 #16212] DEBUG -- net.ssh.transport.session[3ff172425448]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.531701 #16212] DEBUG -- net.ssh.transport.session[3ff172425448]: connection established
I, [2013-06-10T13:19:10.531803 #16212] INFO -- net.ssh.transport.server_version[3ff172443448]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.533514 #16212] DEBUG -- net.ssh.transport.session[3ff17211cb34]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.533693 #16212] DEBUG -- net.ssh.transport.session[3ff17211cb34]: connection established
I, [2013-06-10T13:19:10.533799 #16212] INFO -- net.ssh.transport.server_version[3ff172132f38]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.536460 #16212] DEBUG -- net.ssh.transport.session[3ff173068b9c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.536699 #16212] DEBUG -- net.ssh.transport.session[3ff173068b9c]: connection established
I, [2013-06-10T13:19:10.536823 #16212] INFO -- net.ssh.transport.server_version[3ff17306abcc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.538747 #16212] DEBUG -- net.ssh.transport.session[3ff172040c4c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.538978 #16212] DEBUG -- net.ssh.transport.session[3ff172040c4c]: connection established
I, [2013-06-10T13:19:10.539056 #16212] INFO -- net.ssh.transport.server_version[3ff17214bde4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.540832 #16212] DEBUG -- net.ssh.transport.session[3ff172093dc0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.540990 #16212] DEBUG -- net.ssh.transport.session[3ff172093dc0]: connection established
I, [2013-06-10T13:19:10.541048 #16212] INFO -- net.ssh.transport.server_version[3ff172092ab0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.542825 #16212] DEBUG -- net.ssh.transport.session[3ff17215b1b8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.542990 #16212] DEBUG -- net.ssh.transport.session[3ff17215b1b8]: connection established
I, [2013-06-10T13:19:10.543056 #16212] INFO -- net.ssh.transport.server_version[3ff1730befec]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.544890 #16212] DEBUG -- net.ssh.transport.session[3ff17301b9f0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.545072 #16212] DEBUG -- net.ssh.transport.session[3ff17301b9f0]: connection established
I, [2013-06-10T13:19:10.545131 #16212] INFO -- net.ssh.transport.server_version[3ff173136a4c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.547207 #16212] DEBUG -- net.ssh.transport.session[3ff17311c098]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.547359 #16212] DEBUG -- net.ssh.transport.session[3ff17311c098]: connection established
I, [2013-06-10T13:19:10.547424 #16212] INFO -- net.ssh.transport.server_version[3ff17317f8f0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.549264 #16212] DEBUG -- net.ssh.transport.session[3ff1731b1d28]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.549468 #16212] DEBUG -- net.ssh.transport.session[3ff1731b1d28]: connection established
I, [2013-06-10T13:19:10.549554 #16212] INFO -- net.ssh.transport.server_version[3ff1731b0c0c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.551137 #16212] DEBUG -- net.ssh.transport.session[3ff17246dbbc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.551298 #16212] DEBUG -- net.ssh.transport.session[3ff17246dbbc]: connection established
I, [2013-06-10T13:19:10.551358 #16212] INFO -- net.ssh.transport.server_version[3ff17246cde8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.553000 #16212] DEBUG -- net.ssh.transport.session[3ff1740102fc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.553175 #16212] DEBUG -- net.ssh.transport.session[3ff1740102fc]: connection established
I, [2013-06-10T13:19:10.553243 #16212] INFO -- net.ssh.transport.server_version[3ff17400f3c0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.554976 #16212] DEBUG -- net.ssh.transport.session[3ff172d21844]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.555149 #16212] DEBUG -- net.ssh.transport.session[3ff172d21844]: connection established
I, [2013-06-10T13:19:10.555216 #16212] INFO -- net.ssh.transport.server_version[3ff172d24b0c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.557136 #16212] DEBUG -- net.ssh.transport.session[3ff172d1c880]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.557304 #16212] DEBUG -- net.ssh.transport.session[3ff172d1c880]: connection established
I, [2013-06-10T13:19:10.557368 #16212] INFO -- net.ssh.transport.server_version[3ff172d1321c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.559483 #16212] DEBUG -- net.ssh.transport.session[3ff172cfded0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.559656 #16212] DEBUG -- net.ssh.transport.session[3ff172cfded0]: connection established
I, [2013-06-10T13:19:10.559716 #16212] INFO -- net.ssh.transport.server_version[3ff172cfd188]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.567403 #16212] DEBUG -- net.ssh.transport.session[3ff172d30c90]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.567682 #16212] DEBUG -- net.ssh.transport.session[3ff172d30c90]: connection established
I, [2013-06-10T13:19:10.567745 #16212] INFO -- net.ssh.transport.server_version[3ff172d2ffc0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.570443 #16212] DEBUG -- net.ssh.transport.session[3ff172cfc5a8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.570647 #16212] DEBUG -- net.ssh.transport.session[3ff172cfc5a8]: connection established
I, [2013-06-10T13:19:10.570710 #16212] INFO -- net.ssh.transport.server_version[3ff172cfb9f0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.572792 #16212] DEBUG -- net.ssh.transport.session[3ff172d1d5a0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.573012 #16212] DEBUG -- net.ssh.transport.session[3ff172d1d5a0]: connection established
I, [2013-06-10T13:19:10.573116 #16212] INFO -- net.ssh.transport.server_version[3ff172d1c90c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.576197 #16212] DEBUG -- net.ssh.transport.session[3ff172d20e1c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.576423 #16212] DEBUG -- net.ssh.transport.session[3ff172d20e1c]: connection established
I, [2013-06-10T13:19:10.576512 #16212] INFO -- net.ssh.transport.server_version[3ff172c7fc60]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.579325 #16212] DEBUG -- net.ssh.transport.session[3ff17400f62c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.579615 #16212] DEBUG -- net.ssh.transport.session[3ff17400f62c]: connection established
I, [2013-06-10T13:19:10.579717 #16212] INFO -- net.ssh.transport.server_version[3ff17400e7cc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.594260 #16212] DEBUG -- net.ssh.transport.session[3ff1720d6d64]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.594509 #16212] DEBUG -- net.ssh.transport.session[3ff1720d6d64]: connection established
I, [2013-06-10T13:19:10.594581 #16212] INFO -- net.ssh.transport.server_version[3ff172d3022c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.596299 #16212] DEBUG -- net.ssh.transport.session[3ff1720d6864]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.596474 #16212] DEBUG -- net.ssh.transport.session[3ff1720d6864]: connection established
I, [2013-06-10T13:19:10.596534 #16212] INFO -- net.ssh.transport.server_version[3ff1720d8a10]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.598217 #16212] DEBUG -- net.ssh.transport.session[3ff173018b38]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.598414 #16212] DEBUG -- net.ssh.transport.session[3ff173018b38]: connection established
I, [2013-06-10T13:19:10.598495 #16212] INFO -- net.ssh.transport.server_version[3ff173029cf8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.600293 #16212] DEBUG -- net.ssh.transport.session[3ff1730a3544]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.600476 #16212] DEBUG -- net.ssh.transport.session[3ff1730a3544]: connection established
I, [2013-06-10T13:19:10.600543 #16212] INFO -- net.ssh.transport.server_version[3ff1730a554c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.602190 #16212] DEBUG -- net.ssh.transport.session[3ff17211797c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.602426 #16212] DEBUG -- net.ssh.transport.session[3ff17211797c]: connection established
I, [2013-06-10T13:19:10.602493 #16212] INFO -- net.ssh.transport.server_version[3ff172116914]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.604189 #16212] DEBUG -- net.ssh.transport.session[3ff1720e87e4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.604365 #16212] DEBUG -- net.ssh.transport.session[3ff1720e87e4]: connection established
I, [2013-06-10T13:19:10.604450 #16212] INFO -- net.ssh.transport.server_version[3ff172157fe0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.606206 #16212] DEBUG -- net.ssh.transport.session[3ff1730fdb5c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.606398 #16212] DEBUG -- net.ssh.transport.session[3ff1730fdb5c]: connection established
I, [2013-06-10T13:19:10.606483 #16212] INFO -- net.ssh.transport.server_version[3ff1730fce50]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.608131 #16212] DEBUG -- net.ssh.transport.session[3ff17318ad68]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.608290 #16212] DEBUG -- net.ssh.transport.session[3ff17318ad68]: connection established
I, [2013-06-10T13:19:10.608348 #16212] INFO -- net.ssh.transport.server_version[3ff17318de8c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.610004 #16212] DEBUG -- net.ssh.transport.session[3ff1731ac760]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.610177 #16212] DEBUG -- net.ssh.transport.session[3ff1731ac760]: connection established
I, [2013-06-10T13:19:10.610244 #16212] INFO -- net.ssh.transport.server_version[3ff1731ab838]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.612724 #16212] DEBUG -- net.ssh.transport.session[3ff17245aa44]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.612875 #16212] DEBUG -- net.ssh.transport.session[3ff17245aa44]: connection established
I, [2013-06-10T13:19:10.612934 #16212] INFO -- net.ssh.transport.server_version[3ff172459d24]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.614573 #16212] DEBUG -- net.ssh.transport.session[3ff17400a834]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.614788 #16212] DEBUG -- net.ssh.transport.session[3ff17400a834]: connection established
I, [2013-06-10T13:19:10.614857 #16212] INFO -- net.ssh.transport.server_version[3ff174009cf4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.617121 #16212] DEBUG -- net.ssh.transport.session[3ff172ca48d0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.617335 #16212] DEBUG -- net.ssh.transport.session[3ff172ca48d0]: connection established
I, [2013-06-10T13:19:10.617396 #16212] INFO -- net.ssh.transport.server_version[3ff172ca3d18]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.619279 #16212] DEBUG -- net.ssh.transport.session[3ff172d19e00]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.619441 #16212] DEBUG -- net.ssh.transport.session[3ff172d19e00]: connection established
I, [2013-06-10T13:19:10.619506 #16212] INFO -- net.ssh.transport.server_version[3ff172d192fc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.621201 #16212] DEBUG -- net.ssh.transport.session[3ff172cf83b8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.621406 #16212] DEBUG -- net.ssh.transport.session[3ff172cf83b8]: connection established
I, [2013-06-10T13:19:10.621497 #16212] INFO -- net.ssh.transport.server_version[3ff172cf76d4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.623045 #16212] DEBUG -- net.ssh.transport.session[3ff172d2c398]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.623199 #16212] DEBUG -- net.ssh.transport.session[3ff172d2c398]: connection established
I, [2013-06-10T13:19:10.623257 #16212] INFO -- net.ssh.transport.server_version[3ff172d2b790]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.630666 #16212] DEBUG -- net.ssh.transport.session[3ff172d029a8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.630910 #16212] DEBUG -- net.ssh.transport.session[3ff172d029a8]: connection established
I, [2013-06-10T13:19:10.630974 #16212] INFO -- net.ssh.transport.server_version[3ff172d01d64]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.633377 #16212] DEBUG -- net.ssh.transport.session[3ff172d17a10]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.633598 #16212] DEBUG -- net.ssh.transport.session[3ff172d17a10]: connection established
I, [2013-06-10T13:19:10.633659 #16212] INFO -- net.ssh.transport.server_version[3ff172d168f4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.636217 #16212] DEBUG -- net.ssh.transport.session[3ff172cf3fd4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.636407 #16212] DEBUG -- net.ssh.transport.session[3ff172cf3fd4]: connection established
I, [2013-06-10T13:19:10.636468 #16212] INFO -- net.ssh.transport.server_version[3ff172cf3368]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.638616 #16212] DEBUG -- net.ssh.transport.session[3ff174015928]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.638797 #16212] DEBUG -- net.ssh.transport.session[3ff174015928]: connection established
I, [2013-06-10T13:19:10.638904 #16212] INFO -- net.ssh.transport.server_version[3ff174014b54]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.651787 #16212] DEBUG -- net.ssh.transport.session[3ff1731b3de4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.652038 #16212] DEBUG -- net.ssh.transport.session[3ff1731b3de4]: connection established
I, [2013-06-10T13:19:10.652124 #16212] INFO -- net.ssh.transport.server_version[3ff17316b15c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.653815 #16212] DEBUG -- net.ssh.transport.session[3ff172c3d388]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.653973 #16212] DEBUG -- net.ssh.transport.session[3ff172c3d388]: connection established
I, [2013-06-10T13:19:10.654032 #16212] INFO -- net.ssh.transport.server_version[3ff172c62d2c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.655636 #16212] DEBUG -- net.ssh.transport.session[3ff172051de4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.655783 #16212] DEBUG -- net.ssh.transport.session[3ff172051de4]: connection established
I, [2013-06-10T13:19:10.655841 #16212] INFO -- net.ssh.transport.server_version[3ff172138ce4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.657403 #16212] DEBUG -- net.ssh.transport.session[3ff17307b238]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.657578 #16212] DEBUG -- net.ssh.transport.session[3ff17307b238]: connection established
I, [2013-06-10T13:19:10.657636 #16212] INFO -- net.ssh.transport.server_version[3ff173083884]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.659384 #16212] DEBUG -- net.ssh.transport.session[3ff1720cf9d8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.659581 #16212] DEBUG -- net.ssh.transport.session[3ff1720cf9d8]: connection established
I, [2013-06-10T13:19:10.659651 #16212] INFO -- net.ssh.transport.server_version[3ff1720ceb50]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.661288 #16212] DEBUG -- net.ssh.transport.session[3ff1720e0e7c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.661527 #16212] DEBUG -- net.ssh.transport.session[3ff1720e0e7c]: connection established
I, [2013-06-10T13:19:10.661592 #16212] INFO -- net.ssh.transport.server_version[3ff1720e0224]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.663303 #16212] DEBUG -- net.ssh.transport.session[3ff1731079cc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.663495 #16212] DEBUG -- net.ssh.transport.session[3ff1731079cc]: connection established
I, [2013-06-10T13:19:10.663562 #16212] INFO -- net.ssh.transport.server_version[3ff173106e50]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.665276 #16212] DEBUG -- net.ssh.transport.session[3ff1730c0248]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.665464 #16212] DEBUG -- net.ssh.transport.session[3ff1730c0248]: connection established
I, [2013-06-10T13:19:10.665531 #16212] INFO -- net.ssh.transport.server_version[3ff173153d2c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.667121 #16212] DEBUG -- net.ssh.transport.session[3ff17318654c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.667320 #16212] DEBUG -- net.ssh.transport.session[3ff17318654c]: connection established
I, [2013-06-10T13:19:10.667407 #16212] INFO -- net.ssh.transport.server_version[3ff1731857c8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.670061 #16212] DEBUG -- net.ssh.transport.session[3ff1731b2ca0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.670248 #16212] DEBUG -- net.ssh.transport.session[3ff1731b2ca0]: connection established
I, [2013-06-10T13:19:10.670316 #16212] INFO -- net.ssh.transport.server_version[3ff1731b6044]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.671934 #16212] DEBUG -- net.ssh.transport.session[3ff17245e040]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.672109 #16212] DEBUG -- net.ssh.transport.session[3ff17245e040]: connection established
I, [2013-06-10T13:19:10.672169 #16212] INFO -- net.ssh.transport.server_version[3ff1724609e4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.674531 #16212] DEBUG -- net.ssh.transport.session[3ff1740148fc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.674778 #16212] DEBUG -- net.ssh.transport.session[3ff1740148fc]: connection established
I, [2013-06-10T13:19:10.674859 #16212] INFO -- net.ssh.transport.server_version[3ff174013dbc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.676653 #16212] DEBUG -- net.ssh.transport.session[3ff172cf3994]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.676812 #16212] DEBUG -- net.ssh.transport.session[3ff172cf3994]: connection established
I, [2013-06-10T13:19:10.676882 #16212] INFO -- net.ssh.transport.server_version[3ff172cf2d28]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.678754 #16212] DEBUG -- net.ssh.transport.session[3ff172d142fc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.678919 #16212] DEBUG -- net.ssh.transport.session[3ff172d142fc]: connection established
I, [2013-06-10T13:19:10.678978 #16212] INFO -- net.ssh.transport.server_version[3ff172d16f34]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.680724 #16212] DEBUG -- net.ssh.transport.session[3ff172d02c00]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.680924 #16212] DEBUG -- net.ssh.transport.session[3ff172d02c00]: connection established
I, [2013-06-10T13:19:10.681025 #16212] INFO -- net.ssh.transport.server_version[3ff172d01fbc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.691420 #16212] DEBUG -- net.ssh.transport.session[3ff172d2d5cc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.691777 #16212] DEBUG -- net.ssh.transport.session[3ff172d2d5cc]: connection established
I, [2013-06-10T13:19:10.691852 #16212] INFO -- net.ssh.transport.server_version[3ff172d2c7e4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.694915 #16212] DEBUG -- net.ssh.transport.session[3ff172cf85d4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.695186 #16212] DEBUG -- net.ssh.transport.session[3ff172cf85d4]: connection established
I, [2013-06-10T13:19:10.695250 #16212] INFO -- net.ssh.transport.server_version[3ff172cf78a0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.697257 #16212] DEBUG -- net.ssh.transport.session[3ff172d19b08]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.697448 #16212] DEBUG -- net.ssh.transport.session[3ff172d19b08]: connection established
I, [2013-06-10T13:19:10.697514 #16212] INFO -- net.ssh.transport.server_version[3ff172d18eec]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.699454 #16212] DEBUG -- net.ssh.transport.session[3ff172ca5190]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.699653 #16212] DEBUG -- net.ssh.transport.session[3ff172ca5190]: connection established
I, [2013-06-10T13:19:10.699719 #16212] INFO -- net.ssh.transport.server_version[3ff172ca44ac]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.701931 #16212] DEBUG -- net.ssh.transport.session[3ff17400a62c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.702141 #16212] DEBUG -- net.ssh.transport.session[3ff17400a62c]: connection established
I, [2013-06-10T13:19:10.702223 #16212] INFO -- net.ssh.transport.server_version[3ff174009a38]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.713882 #16212] DEBUG -- net.ssh.transport.session[3ff172d24508]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.714146 #16212] DEBUG -- net.ssh.transport.session[3ff172d24508]: connection established
I, [2013-06-10T13:19:10.714218 #16212] INFO -- net.ssh.transport.server_version[3ff174012d68]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.715910 #16212] DEBUG -- net.ssh.transport.session[3ff1720fe60c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.716094 #16212] DEBUG -- net.ssh.transport.session[3ff1720fe60c]: connection established
I, [2013-06-10T13:19:10.716160 #16212] INFO -- net.ssh.transport.server_version[3ff172109624]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.717774 #16212] DEBUG -- net.ssh.transport.session[3ff173046074]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.717965 #16212] DEBUG -- net.ssh.transport.session[3ff173046074]: connection established
I, [2013-06-10T13:19:10.718032 #16212] INFO -- net.ssh.transport.server_version[3ff173058670]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.720179 #16212] DEBUG -- net.ssh.transport.session[3ff172056538]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.720413 #16212] DEBUG -- net.ssh.transport.session[3ff172056538]: connection established
I, [2013-06-10T13:19:10.720503 #16212] INFO -- net.ssh.transport.server_version[3ff1720dc5fc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.722557 #16212] DEBUG -- net.ssh.transport.session[3ff17208e618]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.722797 #16212] DEBUG -- net.ssh.transport.session[3ff17208e618]: connection established
I, [2013-06-10T13:19:10.722873 #16212] INFO -- net.ssh.transport.server_version[3ff1720917c8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.724800 #16212] DEBUG -- net.ssh.transport.session[3ff172159890]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.724984 #16212] DEBUG -- net.ssh.transport.session[3ff172159890]: connection established
I, [2013-06-10T13:19:10.725047 #16212] INFO -- net.ssh.transport.server_version[3ff172158b70]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.727370 #16212] DEBUG -- net.ssh.transport.session[3ff173001c30]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.727528 #16212] DEBUG -- net.ssh.transport.session[3ff173001c30]: connection established
I, [2013-06-10T13:19:10.727591 #16212] INFO -- net.ssh.transport.server_version[3ff173000dd0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.729492 #16212] DEBUG -- net.ssh.transport.session[3ff1730093a4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.729651 #16212] DEBUG -- net.ssh.transport.session[3ff1730093a4]: connection established
I, [2013-06-10T13:19:10.729710 #16212] INFO -- net.ssh.transport.server_version[3ff17300c0cc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.731368 #16212] DEBUG -- net.ssh.transport.session[3ff1731ac954]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.731498 #16212] DEBUG -- net.ssh.transport.session[3ff1731ac954]: connection established
I, [2013-06-10T13:19:10.731557 #16212] INFO -- net.ssh.transport.server_version[3ff1731afab4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.733799 #16212] DEBUG -- net.ssh.transport.session[3ff1724686a8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.733937 #16212] DEBUG -- net.ssh.transport.session[3ff1724686a8]: connection established
I, [2013-06-10T13:19:10.733995 #16212] INFO -- net.ssh.transport.server_version[3ff17246b9d4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.735594 #16212] DEBUG -- net.ssh.transport.session[3ff17400ea24]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.735725 #16212] DEBUG -- net.ssh.transport.session[3ff17400ea24]: connection established
I, [2013-06-10T13:19:10.735783 #16212] INFO -- net.ssh.transport.server_version[3ff17400dc14]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.737389 #16212] DEBUG -- net.ssh.transport.session[3ff172c8a3e0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.737524 #16212] DEBUG -- net.ssh.transport.session[3ff172c8a3e0]: connection established
I, [2013-06-10T13:19:10.737585 #16212] INFO -- net.ssh.transport.server_version[3ff172c7fbe8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.739749 #16212] DEBUG -- net.ssh.transport.session[3ff172d1ba5c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.739911 #16212] DEBUG -- net.ssh.transport.session[3ff172d1ba5c]: connection established
I, [2013-06-10T13:19:10.740004 #16212] INFO -- net.ssh.transport.server_version[3ff172d1aef4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.741700 #16212] DEBUG -- net.ssh.transport.session[3ff172cf995c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.741922 #16212] DEBUG -- net.ssh.transport.session[3ff172cf995c]: connection established
I, [2013-06-10T13:19:10.742016 #16212] INFO -- net.ssh.transport.server_version[3ff172cfca1c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.744602 #16212] DEBUG -- net.ssh.transport.session[3ff172d2def0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.744821 #16212] DEBUG -- net.ssh.transport.session[3ff172d2def0]: connection established
I, [2013-06-10T13:19:10.744901 #16212] INFO -- net.ssh.transport.server_version[3ff172d2d2ac]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.754904 #16212] DEBUG -- net.ssh.transport.session[3ff172d0025c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.755170 #16212] DEBUG -- net.ssh.transport.session[3ff172d0025c]: connection established
I, [2013-06-10T13:19:10.755239 #16212] INFO -- net.ssh.transport.server_version[3ff172cff334]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.757190 #16212] DEBUG -- net.ssh.transport.session[3ff172d13d98]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.757375 #16212] DEBUG -- net.ssh.transport.session[3ff172d13d98]: connection established
I, [2013-06-10T13:19:10.757463 #16212] INFO -- net.ssh.transport.server_version[3ff172d13190]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.759446 #16212] DEBUG -- net.ssh.transport.session[3ff172d2424c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.759653 #16212] DEBUG -- net.ssh.transport.session[3ff172d2424c]: connection established
I, [2013-06-10T13:19:10.759721 #16212] INFO -- net.ssh.transport.server_version[3ff172d23734]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.761832 #16212] DEBUG -- net.ssh.transport.session[3ff174012c14]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.762021 #16212] DEBUG -- net.ssh.transport.session[3ff174012c14]: connection established
I, [2013-06-10T13:19:10.762099 #16212] INFO -- net.ssh.transport.server_version[3ff174012110]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.773448 #16212] DEBUG -- net.ssh.transport.session[3ff17215897c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.773692 #16212] DEBUG -- net.ssh.transport.session[3ff17215897c]: connection established
I, [2013-06-10T13:19:10.773754 #16212] INFO -- net.ssh.transport.server_version[3ff1720e2718]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.775828 #16212] DEBUG -- net.ssh.transport.session[3ff172c89738]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.776042 #16212] DEBUG -- net.ssh.transport.session[3ff172c89738]: connection established
I, [2013-06-10T13:19:10.776112 #16212] INFO -- net.ssh.transport.server_version[3ff172c9c8ec]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.777844 #16212] DEBUG -- net.ssh.transport.session[3ff172058a54]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.778029 #16212] DEBUG -- net.ssh.transport.session[3ff172058a54]: connection established
I, [2013-06-10T13:19:10.778096 #16212] INFO -- net.ssh.transport.server_version[3ff17214e620]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.779896 #16212] DEBUG -- net.ssh.transport.session[3ff173093d88]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.780052 #16212] DEBUG -- net.ssh.transport.session[3ff173093d88]: connection established
I, [2013-06-10T13:19:10.780123 #16212] INFO -- net.ssh.transport.server_version[3ff173096664]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.781749 #16212] DEBUG -- net.ssh.transport.session[3ff17204c678]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.781933 #16212] DEBUG -- net.ssh.transport.session[3ff17204c678]: connection established
I, [2013-06-10T13:19:10.782000 #16212] INFO -- net.ssh.transport.server_version[3ff17204b8a4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.784255 #16212] DEBUG -- net.ssh.transport.session[3ff1720e5d00]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.784435 #16212] DEBUG -- net.ssh.transport.session[3ff1720e5d00]: connection established
I, [2013-06-10T13:19:10.784519 #16212] INFO -- net.ssh.transport.server_version[3ff1720e4f68]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.787019 #16212] DEBUG -- net.ssh.transport.session[3ff17312a3b4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.787239 #16212] DEBUG -- net.ssh.transport.session[3ff17312a3b4]: connection established
I, [2013-06-10T13:19:10.787328 #16212] INFO -- net.ssh.transport.server_version[3ff173144b4c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.789780 #16212] DEBUG -- net.ssh.transport.session[3ff1730ef2c8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.789993 #16212] DEBUG -- net.ssh.transport.session[3ff1730ef2c8]: connection established
I, [2013-06-10T13:19:10.790081 #16212] INFO -- net.ssh.transport.server_version[3ff1730dd8e8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.791966 #16212] DEBUG -- net.ssh.transport.session[3ff1730b8fac]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.792162 #16212] DEBUG -- net.ssh.transport.session[3ff1730b8fac]: connection established
I, [2013-06-10T13:19:10.792222 #16212] INFO -- net.ssh.transport.server_version[3ff1730b7ddc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.793839 #16212] DEBUG -- net.ssh.transport.session[3ff1731b7174]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.794006 #16212] DEBUG -- net.ssh.transport.session[3ff1731b7174]: connection established
I, [2013-06-10T13:19:10.794065 #16212] INFO -- net.ssh.transport.server_version[3ff1731ba4dc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.795793 #16212] DEBUG -- net.ssh.transport.session[3ff174000cd0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.795990 #16212] DEBUG -- net.ssh.transport.session[3ff174000cd0]: connection established
I, [2013-06-10T13:19:10.796062 #16212] INFO -- net.ssh.transport.server_version[3ff174003ee4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.797661 #16212] DEBUG -- net.ssh.transport.session[3ff174014ce4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.797884 #16212] DEBUG -- net.ssh.transport.session[3ff174014ce4]: connection established
I, [2013-06-10T13:19:10.797979 #16212] INFO -- net.ssh.transport.server_version[3ff172c47ab8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.800634 #16212] DEBUG -- net.ssh.transport.session[3ff172cf44e8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.800846 #16212] DEBUG -- net.ssh.transport.session[3ff172cf44e8]: connection established
I, [2013-06-10T13:19:10.800915 #16212] INFO -- net.ssh.transport.server_version[3ff172ccd730]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.802736 #16212] DEBUG -- net.ssh.transport.session[3ff172d08830]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.802889 #16212] DEBUG -- net.ssh.transport.session[3ff172d08830]: connection established
I, [2013-06-10T13:19:10.802948 #16212] INFO -- net.ssh.transport.server_version[3ff172d07b10]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.804731 #16212] DEBUG -- net.ssh.transport.session[3ff172d25ca0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.804927 #16212] DEBUG -- net.ssh.transport.session[3ff172d25ca0]: connection established
I, [2013-06-10T13:19:10.804995 #16212] INFO -- net.ssh.transport.server_version[3ff172d250d4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.811994 #16212] DEBUG -- net.ssh.transport.session[3ff172d2a494]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.812244 #16212] DEBUG -- net.ssh.transport.session[3ff172d2a494]: connection established
I, [2013-06-10T13:19:10.812311 #16212] INFO -- net.ssh.transport.server_version[3ff172d2992c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:10.814380 #16212] DEBUG -- net.ssh.transport.session[3ff172d0c278]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:10.814584 #16212] DEBUG -- net.ssh.transport.session[3ff172d0c278]: connection established
I, [2013-06-10T13:19:10.814645 #16212] INFO -- net.ssh.transport.server_version[3ff172d0b530]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH not up: #<Vagrant::Errors::SSHDisconnected: The SSH connection was unexpectedly closed by the remote end. This
usually indicates that SSH within the guest machine was unable to
properly start up. Please boot the VM in GUI mode to check whether
it is booting properly.>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="720,400,0"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=1
GuestAdditionsVersion="4.2.12 r84980"
GuestAdditionsFacility_VirtualBox Base Driver=50,1370834340384
GuestAdditionsFacility_Seamless Mode=0,1370834340384
GuestAdditionsFacility_Graphics Mode=0,1370834340384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: Checking whether SSH is ready...
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="720,400,0"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=1
GuestAdditionsVersion="4.2.12 r84980"
GuestAdditionsFacility_VirtualBox Base Driver=50,1370834340384
GuestAdditionsFacility_Seamless Mode=0,1370834340384
GuestAdditionsFacility_Graphics Mode=0,1370834340384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: Searching for SSH port: 22
DEBUG virtualbox_4_2: read_forward_ports: uuid=4c3053a5-194a-4787-95e2-2fa880caca66 active_only=false
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="720,400,0"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=1
GuestAdditionsVersion="4.2.12 r84980"
GuestAdditionsFacility_VirtualBox Base Driver=50,1370834340384
GuestAdditionsFacility_VirtualBox System Service=30,1370834353042
GuestAdditionsFacility_Seamless Mode=0,1370834340384
GuestAdditionsFacility_Graphics Mode=0,1370834340384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_2: - [1, "ssh", 2222, 22]
DEBUG ssh: Checking key permissions: /Users/neodynamic/.vagrant.d/insecure_private_key
INFO ssh: Attempting SSH. Retries: 100. Timeout: 30
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.062674 #16212] DEBUG -- net.ssh.transport.session[3ff1740100f4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.063006 #16212] DEBUG -- net.ssh.transport.session[3ff1740100f4]: connection established
I, [2013-06-10T13:19:13.063144 #16212] INFO -- net.ssh.transport.server_version[3ff17241b7cc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.065603 #16212] DEBUG -- net.ssh.transport.session[3ff172111f18]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.065885 #16212] DEBUG -- net.ssh.transport.session[3ff172111f18]: connection established
I, [2013-06-10T13:19:13.066047 #16212] INFO -- net.ssh.transport.server_version[3ff17211ce40]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.069252 #16212] DEBUG -- net.ssh.transport.session[3ff173057400]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.069586 #16212] DEBUG -- net.ssh.transport.session[3ff173057400]: connection established
I, [2013-06-10T13:19:13.069740 #16212] INFO -- net.ssh.transport.server_version[3ff173069150]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.072496 #16212] DEBUG -- net.ssh.transport.session[3ff1720db33c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.072704 #16212] DEBUG -- net.ssh.transport.session[3ff1720db33c]: connection established
I, [2013-06-10T13:19:13.072786 #16212] INFO -- net.ssh.transport.server_version[3ff172041098]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.075074 #16212] DEBUG -- net.ssh.transport.session[3ff1720910c0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.075247 #16212] DEBUG -- net.ssh.transport.session[3ff1720910c0]: connection established
I, [2013-06-10T13:19:13.075314 #16212] INFO -- net.ssh.transport.server_version[3ff1720903f0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.077388 #16212] DEBUG -- net.ssh.transport.session[3ff17215c39c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.077558 #16212] DEBUG -- net.ssh.transport.session[3ff17215c39c]: connection established
I, [2013-06-10T13:19:13.077653 #16212] INFO -- net.ssh.transport.server_version[3ff17215b668]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.079789 #16212] DEBUG -- net.ssh.transport.session[3ff17301cff8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.080024 #16212] DEBUG -- net.ssh.transport.session[3ff17301cff8]: connection established
I, [2013-06-10T13:19:13.080109 #16212] INFO -- net.ssh.transport.server_version[3ff17301c06c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.082100 #16212] DEBUG -- net.ssh.transport.session[3ff17300ad44]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.082337 #16212] DEBUG -- net.ssh.transport.session[3ff17300ad44]: connection established
I, [2013-06-10T13:19:13.082454 #16212] INFO -- net.ssh.transport.server_version[3ff17311c64c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.084888 #16212] DEBUG -- net.ssh.transport.session[3ff1731af028]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.085201 #16212] DEBUG -- net.ssh.transport.session[3ff1731af028]: connection established
I, [2013-06-10T13:19:13.085324 #16212] INFO -- net.ssh.transport.server_version[3ff1731b23a4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.087477 #16212] DEBUG -- net.ssh.transport.session[3ff17246b010]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.087683 #16212] DEBUG -- net.ssh.transport.session[3ff17246b010]: connection established
I, [2013-06-10T13:19:13.087782 #16212] INFO -- net.ssh.transport.server_version[3ff17246a354]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.089773 #16212] DEBUG -- net.ssh.transport.session[3ff17400d688]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.089993 #16212] DEBUG -- net.ssh.transport.session[3ff17400d688]: connection established
I, [2013-06-10T13:19:13.090069 #16212] INFO -- net.ssh.transport.server_version[3ff174010824]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.092803 #16212] DEBUG -- net.ssh.transport.session[3ff172c7f2b0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.093079 #16212] DEBUG -- net.ssh.transport.session[3ff172c7f2b0]: connection established
I, [2013-06-10T13:19:13.093186 #16212] INFO -- net.ssh.transport.server_version[3ff172d22ac8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.095095 #16212] DEBUG -- net.ssh.transport.session[3ff172d1e608]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.095267 #16212] DEBUG -- net.ssh.transport.session[3ff172d1e608]: connection established
I, [2013-06-10T13:19:13.095331 #16212] INFO -- net.ssh.transport.server_version[3ff172d1da3c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.097323 #16212] DEBUG -- net.ssh.transport.session[3ff172cfb9c8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.097568 #16212] DEBUG -- net.ssh.transport.session[3ff172cfb9c8]: connection established
I, [2013-06-10T13:19:13.097642 #16212] INFO -- net.ssh.transport.server_version[3ff172cfad70]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.100290 #16212] DEBUG -- net.ssh.transport.session[3ff172d303a8]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.100560 #16212] DEBUG -- net.ssh.transport.session[3ff172d303a8]: connection established
I, [2013-06-10T13:19:13.100687 #16212] INFO -- net.ssh.transport.server_version[3ff172d2f7c8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.110375 #16212] DEBUG -- net.ssh.transport.session[3ff172cfe3bc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.110658 #16212] DEBUG -- net.ssh.transport.session[3ff172cfe3bc]: connection established
I, [2013-06-10T13:19:13.110782 #16212] INFO -- net.ssh.transport.server_version[3ff172cfcb98]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.112867 #16212] DEBUG -- net.ssh.transport.session[3ff172d12128]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.113155 #16212] DEBUG -- net.ssh.transport.session[3ff172d12128]: connection established
I, [2013-06-10T13:19:13.113222 #16212] INFO -- net.ssh.transport.server_version[3ff172d1df3c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.115297 #16212] DEBUG -- net.ssh.transport.session[3ff172d22668]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.115499 #16212] DEBUG -- net.ssh.transport.session[3ff172d22668]: connection established
I, [2013-06-10T13:19:13.115556 #16212] INFO -- net.ssh.transport.server_version[3ff172d21a4c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.117806 #16212] DEBUG -- net.ssh.transport.session[3ff174010e8c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.118031 #16212] DEBUG -- net.ssh.transport.session[3ff174010e8c]: connection established
I, [2013-06-10T13:19:13.118112 #16212] INFO -- net.ssh.transport.server_version[3ff17400ff50]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.130084 #16212] DEBUG -- net.ssh.transport.session[3ff172d0c278]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.130318 #16212] DEBUG -- net.ssh.transport.session[3ff172d0c278]: connection established
I, [2013-06-10T13:19:13.130382 #16212] INFO -- net.ssh.transport.server_version[3ff172d138e8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.132212 #16212] DEBUG -- net.ssh.transport.session[3ff1720f2410]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.132419 #16212] DEBUG -- net.ssh.transport.session[3ff1720f2410]: connection established
I, [2013-06-10T13:19:13.132488 #16212] INFO -- net.ssh.transport.server_version[3ff1720ff9d0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.134183 #16212] DEBUG -- net.ssh.transport.session[3ff1730377cc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.134410 #16212] DEBUG -- net.ssh.transport.session[3ff1730377cc]: connection established
I, [2013-06-10T13:19:13.134503 #16212] INFO -- net.ssh.transport.server_version[3ff173039c0c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.136563 #16212] DEBUG -- net.ssh.transport.session[3ff172057974]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.136786 #16212] DEBUG -- net.ssh.transport.session[3ff172057974]: connection established
I, [2013-06-10T13:19:13.136866 #16212] INFO -- net.ssh.transport.server_version[3ff172056b28]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.138430 #16212] DEBUG -- net.ssh.transport.session[3ff17208fbbc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.138608 #16212] DEBUG -- net.ssh.transport.session[3ff17208fbbc]: connection established
I, [2013-06-10T13:19:13.138690 #16212] INFO -- net.ssh.transport.server_version[3ff17208eab4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.140222 #16212] DEBUG -- net.ssh.transport.session[3ff17215a704]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.140405 #16212] DEBUG -- net.ssh.transport.session[3ff17215a704]: connection established
I, [2013-06-10T13:19:13.140470 #16212] INFO -- net.ssh.transport.server_version[3ff172159a5c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.141981 #16212] DEBUG -- net.ssh.transport.session[3ff173121110]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.142149 #16212] DEBUG -- net.ssh.transport.session[3ff173121110]: connection established
I, [2013-06-10T13:19:13.142208 #16212] INFO -- net.ssh.transport.server_version[3ff173001c1c]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.143817 #16212] DEBUG -- net.ssh.transport.session[3ff173009fc0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.144010 #16212] DEBUG -- net.ssh.transport.session[3ff173009fc0]: connection established
I, [2013-06-10T13:19:13.144078 #16212] INFO -- net.ssh.transport.server_version[3ff173009188]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.145597 #16212] DEBUG -- net.ssh.transport.session[3ff1731ad890]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.145801 #16212] DEBUG -- net.ssh.transport.session[3ff1731ad890]: connection established
I, [2013-06-10T13:19:13.145877 #16212] INFO -- net.ssh.transport.server_version[3ff1731b07d4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.147585 #16212] DEBUG -- net.ssh.transport.session[3ff172469184]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.147778 #16212] DEBUG -- net.ssh.transport.session[3ff172469184]: connection established
I, [2013-06-10T13:19:13.147852 #16212] INFO -- net.ssh.transport.server_version[3ff172468568]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.150548 #16212] DEBUG -- net.ssh.transport.session[3ff17400c968]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.150742 #16212] DEBUG -- net.ssh.transport.session[3ff17400c968]: connection established
I, [2013-06-10T13:19:13.150803 #16212] INFO -- net.ssh.transport.server_version[3ff17400b7fc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.152725 #16212] DEBUG -- net.ssh.transport.session[3ff172c8aad4]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.152897 #16212] DEBUG -- net.ssh.transport.session[3ff172c8aad4]: connection established
I, [2013-06-10T13:19:13.152954 #16212] INFO -- net.ssh.transport.server_version[3ff172c803f4]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.154516 #16212] DEBUG -- net.ssh.transport.session[3ff172d1c09c]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.154666 #16212] DEBUG -- net.ssh.transport.session[3ff172d1c09c]: connection established
I, [2013-06-10T13:19:13.154728 #16212] INFO -- net.ssh.transport.server_version[3ff172d1b5ac]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.156493 #16212] DEBUG -- net.ssh.transport.session[3ff172cfa8fc]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.156691 #16212] DEBUG -- net.ssh.transport.session[3ff172cfa8fc]: connection established
I, [2013-06-10T13:19:13.156768 #16212] INFO -- net.ssh.transport.server_version[3ff172cf9b78]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.158530 #16212] DEBUG -- net.ssh.transport.session[3ff172d2ebac]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.158694 #16212] DEBUG -- net.ssh.transport.session[3ff172d2ebac]: connection established
I, [2013-06-10T13:19:13.158753 #16212] INFO -- net.ssh.transport.server_version[3ff172d2e0bc]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.166406 #16212] DEBUG -- net.ssh.transport.session[3ff172d013f0]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.166742 #16212] DEBUG -- net.ssh.transport.session[3ff172d013f0]: connection established
I, [2013-06-10T13:19:13.166845 #16212] INFO -- net.ssh.transport.server_version[3ff172d006f8]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.169030 #16212] DEBUG -- net.ssh.transport.session[3ff172d16624]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.169327 #16212] DEBUG -- net.ssh.transport.session[3ff172d16624]: connection established
I, [2013-06-10T13:19:13.169438 #16212] INFO -- net.ssh.transport.server_version[3ff172d156c0]: negotiating protocol version
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO retryable: Retryable exception raised: #<Net::SSH::Disconnect: connection closed by remote host>
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: /Users/neodynamic/.vagrant.d/insecure_private_key
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2013-06-10T13:19:13.171908 #16212] DEBUG -- net.ssh.transport.session[3ff172cf3098]: establishing connection to 127.0.0.1:2222
D, [2013-06-10T13:19:13.172201 #16212] DEBUG -- net.ssh.transport.session[3ff172cf3098]: connection established
I, [2013-06-10T13:19:13.172287 #16212] INFO -- net.ssh.transport.server_version[3ff172cf24f4]: negotiating protocol version
D, [2013-06-10T13:19:13.191392 #16212] DEBUG -- net.ssh.transport.server_version[3ff172cf24f4]: remote is `SSH-2.0-OpenSSH_5.3'
D, [2013-06-10T13:19:13.191475 #16212] DEBUG -- net.ssh.transport.server_version[3ff172cf24f4]: local is `SSH-2.0-Ruby/Net::SSH_2.6.7 x86_64-darwin12.3.0'
D, [2013-06-10T13:19:13.196014 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: read 784 bytes
D, [2013-06-10T13:19:13.196132 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: received packet nr 0 type 20 len 780
I, [2013-06-10T13:19:13.196196 #16212] INFO -- net.ssh.transport.algorithms[3ff172d23f68]: got KEXINIT from server
I, [2013-06-10T13:19:13.196362 #16212] INFO -- net.ssh.transport.algorithms[3ff172d23f68]: sending KEXINIT
D, [2013-06-10T13:19:13.196558 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: queueing packet nr 0 type 20 len 1620
D, [2013-06-10T13:19:13.196640 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: sent 1624 bytes
I, [2013-06-10T13:19:13.196682 #16212] INFO -- net.ssh.transport.algorithms[3ff172d23f68]: negotiating algorithms
D, [2013-06-10T13:19:13.197091 #16212] DEBUG -- net.ssh.transport.algorithms[3ff172d23f68]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2013-06-10T13:19:13.197149 #16212] DEBUG -- net.ssh.transport.algorithms[3ff172d23f68]: exchanging keys
D, [2013-06-10T13:19:13.197461 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: queueing packet nr 1 type 34 len 20
D, [2013-06-10T13:19:13.197529 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: sent 24 bytes
D, [2013-06-10T13:19:13.204631 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: read 152 bytes
D, [2013-06-10T13:19:13.204760 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: received packet nr 1 type 31 len 148
D, [2013-06-10T13:19:13.207888 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: queueing packet nr 2 type 32 len 140
D, [2013-06-10T13:19:13.207953 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: sent 144 bytes
D, [2013-06-10T13:19:13.213413 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: read 720 bytes
D, [2013-06-10T13:19:13.213540 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: received packet nr 2 type 33 len 700
D, [2013-06-10T13:19:13.216387 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: queueing packet nr 3 type 21 len 20
D, [2013-06-10T13:19:13.216445 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: sent 24 bytes
D, [2013-06-10T13:19:13.227031 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: received packet nr 3 type 21 len 12
D, [2013-06-10T13:19:13.227495 #16212] DEBUG -- net.ssh.authentication.session[3ff1731b8ac4]: beginning authentication of `vagrant'
D, [2013-06-10T13:19:13.227680 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: queueing packet nr 4 type 5 len 28
D, [2013-06-10T13:19:13.227767 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: sent 52 bytes
D, [2013-06-10T13:19:13.228259 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: read 52 bytes
D, [2013-06-10T13:19:13.228338 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: received packet nr 4 type 6 len 28
D, [2013-06-10T13:19:13.228407 #16212] DEBUG -- net.ssh.authentication.session[3ff1731b8ac4]: trying none
D, [2013-06-10T13:19:13.228542 #16212] DEBUG -- net.ssh.authentication.session[3ff1731b8ac4]: Mechanism none was requested, but isn't a known type. Ignoring it.
D, [2013-06-10T13:19:13.228569 #16212] DEBUG -- net.ssh.authentication.session[3ff1731b8ac4]: trying publickey
D, [2013-06-10T13:19:13.229117 #16212] DEBUG -- net.ssh.authentication.agent[3ff1730cb454]: connecting to ssh-agent
D, [2013-06-10T13:19:13.229222 #16212] DEBUG -- net.ssh.authentication.agent[3ff1730cb454]: sending agent request 1 len 51
D, [2013-06-10T13:19:13.229298 #16212] DEBUG -- net.ssh.authentication.agent[3ff1730cb454]: received agent packet 2 len 5
D, [2013-06-10T13:19:13.229333 #16212] DEBUG -- net.ssh.authentication.agent[3ff1730cb454]: sending agent request 11 len 0
D, [2013-06-10T13:19:13.229420 #16212] DEBUG -- net.ssh.authentication.agent[3ff1730cb454]: received agent packet 12 len 321
D, [2013-06-10T13:19:13.229660 #16212] DEBUG -- net.ssh.authentication.methods.publickey[3ff1730f40ac]: trying publickey (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6)
D, [2013-06-10T13:19:13.229776 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: queueing packet nr 5 type 50 len 348
D, [2013-06-10T13:19:13.229828 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: sent 372 bytes
D, [2013-06-10T13:19:13.272494 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: read 324 bytes
D, [2013-06-10T13:19:13.272652 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: received packet nr 5 type 60 len 300
D, [2013-06-10T13:19:13.278346 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: queueing packet nr 6 type 50 len 620
D, [2013-06-10T13:19:13.278417 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: sent 644 bytes
D, [2013-06-10T13:19:13.280021 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: read 36 bytes
D, [2013-06-10T13:19:13.280127 #16212] DEBUG -- tcpsocket[3ff172cf2b84]: received packet nr 6 type 52 len 12
D, [2013-06-10T13:19:13.280187 #16212] DEBUG -- net.ssh.authentication.methods.publickey[3ff1730f40ac]: publickey succeeded (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6)
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH is ready!
INFO interface: info: VM booted and ready for use!
[default] VM booted and ready for use!
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x007fe2e411f278>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "guestproperty", "get", "4c3053a5-194a-4787-95e2-2fa880caca66", "/VirtualBox/GuestAdd/Version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Value: 4.2.12
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: info: Setting hostname...
[default] Setting hostname...
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
INFO guest: Detect guest for machine: #<Vagrant::Machine:0x007fe2e581afb8>
DEBUG guest: Trying: fedora
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep 'Fedora release 1[678]' /etc/redhat-release (sudo=false)
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: pld
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/pld-release (sudo=false)
DEBUG ssh: stderr: cat:
DEBUG ssh: stderr: /etc/pld-release
DEBUG ssh: stderr: : No such file or directory
DEBUG ssh: stderr:
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: suse
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/SuSE-release (sudo=false)
DEBUG ssh: stderr: cat:
DEBUG ssh: stderr: /etc/SuSE-release
DEBUG ssh: stderr: : No such file or directory
DEBUG ssh: stderr:
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: ubuntu
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/issue | grep 'Ubuntu' (sudo=false)
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: arch
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/arch-release (sudo=false)
DEBUG ssh: stderr: cat:
DEBUG ssh: stderr: /etc/arch-release
DEBUG ssh: stderr: : No such file or directory
DEBUG ssh: stderr:
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: debian
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/issue | grep 'Debian' (sudo=false)
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: gentoo
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/gentoo-release (sudo=false)
DEBUG ssh: stderr: cat:
DEBUG ssh: stderr: /etc/gentoo-release
DEBUG ssh: stderr: : No such file or directory
DEBUG ssh: stderr:
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: omnios
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/release | grep -i OmniOS (sudo=false)
DEBUG ssh: stderr: cat:
DEBUG ssh: Exit status: 1
DEBUG ssh: stderr: /etc/release: No such file or directory
DEBUG guest: Trying: openbsd
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: uname -s | grep 'OpenBSD' (sudo=false)
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: redhat
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/redhat-release (sudo=false)
DEBUG ssh: stdout: CentOS release 6.4 (Final)
DEBUG ssh: Exit status: 0
INFO guest: Detected: redhat!
INFO guest: Full guest chain: [[:redhat, #<VagrantPlugins::GuestRedHat::Guest:0x007fe2e5a569d0>], [:linux, #<VagrantPlugins::GuestLinux::Guest:0x007fe2e59fdec0>]]
INFO guest: Execute capability: change_host_name (redhat)
DEBUG guest: Searching for cap: change_host_name
DEBUG guest: Checking in: redhat
DEBUG guest: Found cap: change_host_name in redhat
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: sudo hostname | grep --line-regexp 'duster.sp11.ntechhosting.com' (sudo=false)
DEBUG ssh: Exit status: 1
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: sed -i 's/\(HOSTNAME=\).*/\1duster.sp11.ntechhosting.com/' /etc/sysconfig/network (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: hostname duster.sp11.ntechhosting.com (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: sed -i 's@^\(127[.]0[.]0[.]1[[:space:]]\+\)@\1duster.sp11.ntechhosting.com duster @' /etc/hosts (sudo=true)
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="720,400,0"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.12 r84980"
GuestAdditionsFacility_VirtualBox Base Driver=50,1370834340384
GuestAdditionsFacility_VirtualBox System Service=50,1370834353042
GuestAdditionsFacility_Seamless Mode=0,1370834340384
GuestAdditionsFacility_Graphics Mode=0,1370834340384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: info: Configuring and enabling network interfaces...
[default] Configuring and enabling network interfaces...
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
INFO guest: Execute capability: configure_networks (redhat)
DEBUG guest: Searching for cap: configure_networks
DEBUG guest: Checking in: redhat
DEBUG guest: Found cap: configure_networks in redhat
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
INFO guest: Execute capability: network_scripts_dir (redhat)
DEBUG guest: Searching for cap: network_scripts_dir
DEBUG guest: Checking in: redhat
DEBUG guest: Found cap: network_scripts_dir in redhat
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: touch /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: sed -e '/^#VAGRANT-BEGIN/,/^#VAGRANT-END/ d' /etc/sysconfig/network-scripts/ifcfg-eth1 > /tmp/vagrant-ifcfg-eth1 (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /tmp/vagrant-ifcfg-eth1 > /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: rm /tmp/vagrant-ifcfg-eth1 (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Uploading: /var/folders/t8/tjh304016kxd11q7687x6rxc0000gn/T/vagrant20130610-16212-cid4ac to /tmp/vagrant-network-entry_1
DEBUG ssh: Re-using SSH connection.
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: /sbin/ifdown eth1 2> /dev/null (sudo=true)
DEBUG ssh: stdout: ERROR : [ipv6_test_device_status] Missing parameter 'device' (arg 1)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /tmp/vagrant-network-entry_1 >> /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: ARPCHECK=no /sbin/ifup eth1 2> /dev/null (sudo=true)
DEBUG ssh: stdout: Device eth1 does not seem to be present, delaying initialization.
DEBUG ssh: Exit status: 1
INFO retryable: Retryable exception raised: #<Vagrant::Errors::VagrantError: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null>
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: /sbin/ifdown eth1 2> /dev/null (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /tmp/vagrant-network-entry_1 >> /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: ARPCHECK=no /sbin/ifup eth1 2> /dev/null (sudo=true)
DEBUG ssh: stdout: Device eth1 does not seem to be present, delaying initialization.
DEBUG ssh: Exit status: 1
INFO retryable: Retryable exception raised: #<Vagrant::Errors::VagrantError: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null>
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: /sbin/ifdown eth1 2> /dev/null (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /tmp/vagrant-network-entry_1 >> /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true)
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: ARPCHECK=no /sbin/ifup eth1 2> /dev/null (sudo=true)
DEBUG ssh: stdout: Device eth1 does not seem to be present, delaying initialization.
DEBUG ssh: Exit status: 1
ERROR warden: Error occurred: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x007fe2e41b6d58>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x007fe2e58d2d48>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x007fe2e616fff0>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x007fe2e6170090>
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x007fe2e428df60>
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "4c3053a5-194a-4787-95e2-2fa880caca66", "--machinereadable"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="bb_learn_91_SP11_1370834327"
groups="/"
ostype="Red Hat (64 bit)"
UUID="4c3053a5-194a-4787-95e2-2fa880caca66"
CfgFile="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/bb_learn_91_SP11_1370834327.vbox"
SnapFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Snapshots"
LogFldr="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/Logs"
hardwareuuid="4c3053a5-194a-4787-95e2-2fa880caca66"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
Time offset=0rtcuseutc="on"
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
largepages="on"
vtxvpid="on"
VMState="running"
VMStateChangeTime="2013-06-10T03:18:49.191000000"
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
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
storagecontrollername1="SATA Controller"
storagecontrollertype1="IntelAhci"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="30"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"IDE Controller-0-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="emptydrive"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-1"="none"
"SATA Controller-0-0"="/Users/neodynamic/VirtualBox VMs/bb_learn_91_SP11_1370834327/box-disk1.vmdk"
"SATA Controller-ImageUUID-0-0"="e66cf876-efbd-480f-888d-4b8fa9f5612c"
natnet1="nat"
macaddress1="08002743994F"
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="vboxnet2"
macaddress2="080027BC4E78"
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="disabled"
draganddrop="disabled"
VideoMode="720,400,0"
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="/vagrant"
SharedFolderPathMachineMapping1="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11"
SharedFolderNameMachineMapping2="/tmp/vagrant-puppet/manifests"
SharedFolderPathMachineMapping2="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/manifests"
SharedFolderNameMachineMapping3="/tmp/vagrant-puppet/modules-0"
SharedFolderPathMachineMapping3="/Users/neodynamic/Documents/Development/NTechMedia/eReserve/blackboard_duster/vbox/bb_learn_91_SP11/modules"
VRDEActiveConnection="off"
VRDEClients=0
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.2.12 r84980"
GuestAdditionsFacility_VirtualBox Base Driver=50,1370834340384
GuestAdditionsFacility_VirtualBox System Service=50,1370834353042
GuestAdditionsFacility_Seamless Mode=0,1370834340384
GuestAdditionsFacility_Graphics Mode=0,1370834340384
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Recovery complete.
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO environment: Running hook: environment_unload
INFO runner: Running action: #<Vagrant::Action::Builder:0x007fe2e61bb180>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::VagrantError: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null>
ERROR vagrant: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
ERROR vagrant: /Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/communicators/ssh/communicator.rb:70:in `execute'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/communicators/ssh/communicator.rb:80:in `sudo'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/redhat/cap/configure_networks.rb:51:in `block (2 levels) in configure_networks'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/util/retryable.rb:17:in `retryable'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/redhat/cap/configure_networks.rb:48:in `block in configure_networks'
/Users/neodynamic/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/set.rb:222:in `block in each'
/Users/neodynamic/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/set.rb:222:in `each_key'
/Users/neodynamic/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/set.rb:222:in `each'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/guests/redhat/cap/configure_networks.rb:47:in `configure_networks'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/guest.rb:139:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/guest.rb:139:in `capability'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/network.rb:116:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/clear_network_interfaces.rb:26:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/share_folders.rb:25:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/clear_shared_folders.rb:12:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/prepare_nfs_settings.rb:11:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/nfs.rb:28:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/prune_nfs_exports.rb:15:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:118:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb:30:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/env_set.rb:19:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/provision.rb:45:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:13:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/set_name.rb:35:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/clean_machine_folder.rb:17:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/runner.rb:61:in `block in run'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/util/busy.rb:19:in `busy'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/runner.rb:61:in `run'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/call.rb:51:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/runner.rb:61:in `block in run'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/util/busy.rb:19:in `busy'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/runner.rb:61:in `run'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/call.rb:51:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/runner.rb:61:in `block in run'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/util/busy.rb:19:in `busy'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/runner.rb:61:in `run'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/call.rb:51:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/call.rb:57:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/warden.rb:34:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/builder.rb:116:in `call'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/runner.rb:61:in `block in run'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/util/busy.rb:19:in `busy'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/action/runner.rb:61:in `run'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/machine.rb:147:in `action'
/Users/neodynamic/.rvm/gems/ruby-1.9.3-p392@bb_duster/bundler/gems/vagrant-ba242cd97881/lib/vagrant/batch_action.rb:63:in `block (2 levels) in run'
INFO interface: error: The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment