Created
May 5, 2013 19:59
-
-
Save dougmcclure/5521997 to your computer and use it in GitHub Desktop.
Vagrant 1.2.2 / VirtualBox 4.2.12 / RedHat 6.4 : The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! /sbin/ifup eth1 2> /dev/null
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant 1.2.2 / virtualbox 4.2.12 on win7 | |
Trying to build and spin up RedHat 6.4 base box | |
Tried numerous things I've seen related to ifcfg-eth0 options (onboot, hwaddr, etc.) and the 70-persistent-net.rules with no luck. | |
Here's a vagrant up with logging on | |
D:\ILA-Open-Beta-Scenario2\buildbox>vagrant up | |
INFO global: Vagrant version: 1.2.2 | |
INFO manager: Registered plugin: box command | |
INFO manager: Registered plugin: destroy command | |
INFO manager: Registered plugin: halt command | |
INFO manager: Registered plugin: init command | |
INFO manager: Registered plugin: package command | |
INFO manager: Registered plugin: plugin command | |
INFO manager: Registered plugin: provision command | |
INFO manager: Registered plugin: reload command | |
INFO manager: Registered plugin: resume command | |
INFO manager: Registered plugin: ssh command | |
INFO manager: Registered plugin: ssh-config command | |
INFO manager: Registered plugin: status command | |
INFO manager: Registered plugin: suspend command | |
INFO manager: Registered plugin: up command | |
INFO manager: Registered plugin: ssh communicator | |
INFO manager: Registered plugin: Arch guest | |
INFO manager: Registered plugin: Debian guest | |
INFO manager: Registered plugin: Fedora guest | |
INFO manager: Registered plugin: FreeBSD guest | |
INFO manager: Registered plugin: Gentoo guest | |
INFO manager: Registered plugin: Linux guest. | |
INFO manager: Registered plugin: OpenBSD guest | |
INFO manager: Registered plugin: PLD Linux guest | |
INFO manager: Registered plugin: RedHat guest | |
INFO manager: Registered plugin: Solaris guest. | |
INFO manager: Registered plugin: SUSE guest | |
INFO manager: Registered plugin: Ubuntu guest | |
INFO manager: Registered plugin: Arch host | |
INFO manager: Registered plugin: BSD host | |
INFO manager: Registered plugin: Fedora host | |
INFO manager: Registered plugin: FreeBSD host | |
INFO manager: Registered plugin: Gentoo host | |
INFO manager: Registered plugin: Linux host | |
INFO manager: Registered plugin: OpenSUSE host | |
INFO manager: Registered plugin: Windows host | |
INFO manager: Registered plugin: kernel | |
INFO manager: Registered plugin: kernel | |
INFO manager: Registered plugin: VirtualBox provider | |
INFO manager: Registered plugin: ansible | |
INFO manager: Registered plugin: CFEngine Provisioner | |
INFO manager: Registered plugin: chef | |
INFO manager: Registered plugin: puppet | |
INFO manager: Registered plugin: shell | |
INFO vagrant: `vagrant` invoked: ["up"] | |
INFO environment: Environment initialized (#<Vagrant::Environment:0x285e928>) | |
INFO environment: - cwd: D:/ILA-Open-Beta-Scenario2/buildbox | |
INFO environment: Home path: C:/Users/IBM_ADMIN/.vagrant.d | |
INFO environment: Local data path: D:/ILA-Open-Beta-Scenario2/buildbox/.vagrant | |
INFO environment: Running hook: environment_load | |
INFO environment: Initializing config... | |
INFO loader: Set :default = "D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/config/default.rb" | |
INFO loader: Set :root = #<Pathname:D:/ILA-Open-Beta-Scenario2/buildbox/Vagrantfile> | |
INFO loader: Loading configuration in order: [:default, :home, :root] | |
INFO hosts: Host class: VagrantPlugins::HostWindows::Host | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x2cf8410> | |
INFO cli: CLI: [] "up" [] | |
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] | |
INFO environment: Provider-supported box formats: [:virtualbox] | |
INFO box_collection: Searching for box: scaa-redhat64-doug5 (virtualbox) in C:/Users/IBM_ADMIN/.vagrant.d/boxes/scaa-redhat64-doug5/virtualbox/metadata.json | |
INFO box_collection: Box found: scaa-redhat64-doug5 (virtualbox) | |
INFO environment: Box found with format: virtualbox | |
INFO environment: Box exists with Vagrantfile. Reloading machine config. | |
INFO loader: Set :"box_scaa-redhat64-doug5_virtualbox" = #<Pathname:C:/Users/IBM_ADMIN/.vagrant.d/boxes/scaa-redhat64-doug5/virtualbox/Vagrantfile> | |
INFO loader: Loading configuration in order: [:default, :"box_scaa-redhat64-doug5_virtualbox", :home, :root, :vm_default] | |
INFO machine: Initializing machine: default | |
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider | |
INFO machine: - Box: #<Vagrant::Box:0x285d050> | |
INFO machine: - Data dir: D:/ILA-Open-Beta-Scenario2/buildbox/.vagrant/machines/default/virtualbox | |
INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "--version"] | |
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_2 | |
INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
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:0x2d2d840> 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:0x2d3e340> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0xa981e0> | |
INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "--version"] | |
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_2 | |
INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "hostonlyifs"] | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::ConfigValidate:0xa981c8> | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::Call:0xa98120> | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x27edd08> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x27ebdb8> | |
INFO runner: Running action: #<Vagrant::Action::Warden:0x2d12e88> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x2d12d20> | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::HandleBoxUrl:0x2d12d08> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x2d12c90> | |
INFO interface: info: Importing base box 'scaa-redhat64-doug5'... | |
[default] Importing base box 'scaa-redhat64-doug5'... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "import", "C:/Users/IBM_ADMIN/.vagrant.d/boxes/scaa-redhat64-doug5/virtualbox/box.ovf"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "vms"] | |
INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "--version"] | |
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_2 | |
INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6"] | |
?[0KO interface: info: | |
?[0K INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::MatchMACAddress:0x2d12c78> | |
INFO interface: info: Matching MAC address for NAT networking... | |
[default] Matching MAC address for NAT networking... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "modifyvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--macaddress1", "0800276FCE9C"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0xa98060> | |
INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "--version"] | |
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_2 | |
INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "hostonlyifs"] | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::ConfigValidate:0xa98030> | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::Call:0xa97fe8> | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x2d5b680> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x2d5a750> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO runner: Running action: #<Vagrant::Action::Warden:0x2d79b18> | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::Call:0x2d79ab8> | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x2d44da8> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x2d43320> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO runner: Running action: #<Vagrant::Action::Warden:0x2cf5230> | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::Call:0x2cf51e8> | |
INFO runner: Running action: #<Vagrant::Action::Builder:0xaa3a60> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0xa9ee28> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO runner: Running action: #<Vagrant::Action::Warden:0x2d6ac68> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x2d6abd8> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::CleanMachineFolder:0x2d6abc0> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "systemproperties"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::SetName:0x2d6aba8> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "vms"] | |
INFO setname: Setting the name of the VM: buildbox_1367781106 | |
INFO interface: info: Setting the name of the VM... | |
[default] Setting the name of the VM... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "modifyvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--name", "buildbox_1367781106"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearForwardedPorts:0x2d8c508> | |
INFO interface: info: Clearing any previously set forwarded ports... | |
[default] Clearing any previously set forwarded ports... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::Provision:0x2d8c4d8> | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::EnvSet:0x2d69d98> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareForwardedPortCollisionParams:0x2d69d80> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "vms"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "d97eb821-1c92-4948-bbd6-fee74454e508", "--machinereadable"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "8f87c7a9-584a-496a-badb-63af69347d8f", "--machinereadable"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "bb845b6b-3c4a-48af-9291-81155e82aab6", "--machinereadable"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "30a2e120-9ae7-4ad5-9d56-d6730590d629", "--machinereadable"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x2d69d68> | |
INFO handle_port_collisions: Detecting any forwarded port collisions... | |
INFO handle_port_collisions: Attempting to repair FP collision: 9988 | |
INFO handle_port_collisions: Repaired FP collision: 9988 to 2200 | |
INFO interface: info: Fixed port collision for 9988 => 9988. Now on port 2200. | |
[default] Fixed port collision for 9988 => 9988. Now on port 2200. | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::PruneNFSExports:0x2d4b930> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "vms"] | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::NFS:0x2d4b918> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x2d30438> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearSharedFolders:0x2d1a2c8> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ShareFolders:0x2d1a2b0> | |
INFO interface: info: Creating shared folders metadata... | |
[default] Creating shared folders metadata... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "sharedfolder", "add", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--name", "/vagrant", "--hostpath", "D:/ILA | |
-Open-Beta-Scenario2/buildbox"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "setextradata", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "VBoxInternal2/SharedFoldersEnableSymlinksCreate// | |
vagrant", "1"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "sharedfolder", "add", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--name", "/opt/scla/shared", "--hostpath", | |
"D:/ILA-Open-Beta-Scenario2/shared"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "setextradata", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "VBoxInternal2/SharedFoldersEnableSymlinksCreate// | |
opt/scla/shared", "1"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x2a7afb8> | |
INFO interface: info: Clearing any previously set network interfaces... | |
[default] Clearing any previously set network interfaces... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "modifyvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--nic2", "none", "--nic3", "none", "--nic4", "none", | |
"--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Network:0x2a7af88> | |
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. | |
INFO network: Network slot 2. Type: hostonly. | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "bridgedifs"] | |
INFO network: Searching for matching hostonly network: 10.10.10.5 | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "dhcpservers"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "list", "hostonlyifs"] | |
INFO network: Network not found. Creating if we can. | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "hostonlyif", "create"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "hostonlyif", "ipconfig", "VirtualBox Host-Only Ethernet Adapter", "--ip", "10.10.10.1", "--netmask", "255 | |
.255.255.0"] | |
INFO network: Created network: VirtualBox Host-Only Ethernet Adapter | |
INFO network: Enabling adapters... | |
INFO interface: info: Preparing network interfaces based on configuration... | |
[default] Preparing network interfaces based on configuration... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "modifyvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--nic1", "nat", "--nic2", "hostonly", "--hostonlyadap | |
ter2", "VirtualBox Host-Only Ethernet Adapter"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0xabfe58> | |
INFO interface: info: Forwarding ports... | |
[default] Forwarding ports... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO interface: info: -- 22 => 2222 (adapter 1) | |
[default] -- 22 => 2222 (adapter 1) | |
INFO interface: info: -- 9988 => 2200 (adapter 1) | |
[default] -- 9988 => 2200 (adapter 1) | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "modifyvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--natpf1", "ssh,tcp,,2222,,22", "--natpf1", "9988,tcp | |
,,2200,,9988"] | |
INFO warden: Calling action: #<Vagrant::Action::Builtin::SetHostname:0xabfdf8> | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0xabfdb0> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "storagectl", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--name", "SATA Controller", "--hostiocache", "on"] | |
INFO sanedefaults: Enabling the Host I/O cache on the SATA controller... (exit status = 1) | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "modifyvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--rtcuseutc", "on"] | |
INFO sanedefaults: Enabling rtcuseutc... (exit status = 0) | |
INFO sanedefaults: Automatically figuring out whether to enable/disable NAT DNS proxy... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "modifyvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--natdnsproxy1", "on"] | |
INFO sanedefaults: Enable the NAT DNS proxy on adapter 1... (exit status = 0) | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x2d792a8> | |
INFO interface: info: Running any VM customizations... | |
[default] Running any VM customizations... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "modifyvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--name", "scaademo-basebox", "--memory", "6000", "--c | |
pus", "3"] | |
INFO warden: Calling action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x2d79290> | |
INFO interface: info: Booting VM... | |
[default] Booting VM... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "startvm", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--type", "headless"] | |
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. | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
INFO retryable: Retryable exception raised: #<Timeout::Error: execution expired> | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
INFO retryable: Retryable exception raised: #<Timeout::Error: execution expired> | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
INFO retryable: Retryable exception raised: #<Timeout::Error: execution expired> | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
INFO retryable: Retryable exception raised: #<Timeout::Error: execution expired> | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
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: C:/Users/IBM_ADMIN/.vagrant.d/insecure_private_key | |
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:0x2d79248> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "guestproperty", "get", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "/VirtualBox/GuestAdd/Version"] | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
INFO interface: info: Configuring and enabling network interfaces... | |
[default] Configuring and enabling network interfaces... | |
INFO ssh: SSH is ready! | |
INFO guest: Detect guest for machine: #<Vagrant::Machine:0x2d2d840> | |
INFO ssh: Execute: grep 'Fedora release 1[678]' /etc/redhat-release (sudo=false) | |
INFO ssh: Execute: cat /etc/pld-release (sudo=false) | |
INFO ssh: Execute: cat /etc/SuSE-release (sudo=false) | |
INFO ssh: Execute: cat /proc/version | grep 'Ubuntu' (sudo=false) | |
INFO ssh: Execute: cat /etc/arch-release (sudo=false) | |
INFO ssh: Execute: cat /proc/version | grep 'Debian' (sudo=false) | |
INFO ssh: Execute: cat /etc/gentoo-release (sudo=false) | |
INFO ssh: Execute: uname -s | grep 'OpenBSD' (sudo=false) | |
INFO ssh: Execute: cat /etc/redhat-release (sudo=false) | |
INFO guest: Detected: redhat! | |
INFO guest: Full guest chain: [[:redhat, #<VagrantPlugins::GuestRedHat::Guest:0xab2790>], [:linux, #<VagrantPlugins::GuestLinux::Guest:0x2d15810>]] | |
INFO guest: Execute capability: configure_networks (redhat) | |
INFO ssh: SSH is ready! | |
INFO guest: Execute capability: network_scripts_dir (redhat) | |
INFO ssh: Execute: touch /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true) | |
INFO ssh: Execute: sed -e '/^#VAGRANT-BEGIN/,/^#VAGRANT-END/ d' /etc/sysconfig/network-scripts/ifcfg-eth1 > /tmp/vagrant-ifcfg-eth1 (sudo=true) | |
INFO ssh: Execute: cat /tmp/vagrant-ifcfg-eth1 > /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true) | |
INFO ssh: Execute: rm /tmp/vagrant-ifcfg-eth1 (sudo=true) | |
INFO ssh: Execute: /sbin/ifdown eth1 2> /dev/null (sudo=true) | |
INFO ssh: Execute: cat /tmp/vagrant-network-entry_1 >> /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true) | |
INFO ssh: Execute: /sbin/ifup eth1 2> /dev/null (sudo=true) | |
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! | |
/sbin/ifup eth1 2> /dev/null> | |
INFO ssh: Execute: /sbin/ifdown eth1 2> /dev/null (sudo=true) | |
INFO ssh: Execute: cat /tmp/vagrant-network-entry_1 >> /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true) | |
INFO ssh: Execute: /sbin/ifup eth1 2> /dev/null (sudo=true) | |
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! | |
/sbin/ifup eth1 2> /dev/null> | |
INFO ssh: Execute: /sbin/ifdown eth1 2> /dev/null (sudo=true) | |
INFO ssh: Execute: cat /tmp/vagrant-network-entry_1 >> /etc/sysconfig/network-scripts/ifcfg-eth1 (sudo=true) | |
INFO ssh: Execute: /sbin/ifup eth1 2> /dev/null (sudo=true) | |
ERROR warden: Error occurred: The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
/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! | |
/sbin/ifup eth1 2> /dev/null | |
INFO warden: Beginning recovery process... | |
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x2cf51e8> | |
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! | |
/sbin/ifup eth1 2> /dev/null | |
INFO warden: Beginning recovery process... | |
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x2d79ab8> | |
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! | |
/sbin/ifup eth1 2> /dev/null | |
INFO warden: Beginning recovery process... | |
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0xa97fe8> | |
INFO warden: Beginning recovery process... | |
INFO warden: Recovery complete. | |
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0xa98120> | |
INFO warden: Beginning recovery process... | |
INFO warden: Calling recover: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x2d12c90> | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "4da4a8a8-2db9-42aa-aedc-f5b1f9b9a5e6", "--machinereadable"] | |
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:0x2908878> | |
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! | |
/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! | |
/sbin/ifup eth1 2> /dev/null | |
ERROR vagrant: D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/communicators/ssh/communicator.rb:70:in `execute' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/communicators/ssh/communicator.rb:80:in `sudo' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/guests/redhat/cap/configure_networks.rb:51:in `block (2 levels) in configure_networks' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/util/retryable.rb:17:in `retryable' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/guests/redhat/cap/configure_networks.rb:48:in `block in configure_networks' | |
D:/HashiCorp/Vagrant/embedded/lib/ruby/1.9.1/set.rb:222:in `block in each' | |
D:/HashiCorp/Vagrant/embedded/lib/ruby/1.9.1/set.rb:222:in `each_key' | |
D:/HashiCorp/Vagrant/embedded/lib/ruby/1.9.1/set.rb:222:in `each' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/guests/redhat/cap/configure_networks.rb:47:in `configure_networks' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/guest.rb:130:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/guest.rb:130:in `capability' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/network.rb:115:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/clear_network_interfaces.rb:26:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/share_folders.rb:25:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/clear_shared_folders.rb:12:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/prepare_nfs_settings.rb:11:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/nfs.rb:28:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/prune_nfs_exports.rb:15:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:118:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb:30:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/env_set.rb:19:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/provision.rb:45:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:13:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/set_name.rb:35:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/clean_machine_folder.rb:17:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `block in run' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/util/busy.rb:19:in `busy' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `run' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/call.rb:51:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `block in run' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/util/busy.rb:19:in `busy' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `run' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/call.rb:51:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `block in run' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/util/busy.rb:19:in `busy' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `run' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/call.rb:51:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/config_validate.rb:25:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/call.rb:57:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/config_validate.rb:25:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builder.rb:116:in `call' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `block in run' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/util/busy.rb:19:in `busy' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `run' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/machine.rb:147:in `action' | |
D:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.2.2/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! | |
/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! | |
/sbin/ifup eth1 2> /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e aew?