Last active
September 14, 2017 21:21
-
-
Save briancain/62ac5e2d1952f52526afd3ec9c635530 to your computer and use it in GitHub Desktop.
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
| brian@localghost:test % vagrant reload | |
| ==> global-puppet: Attempting graceful shutdown of VM... | |
| ==> global-puppet: Checking if box 'bento/ubuntu-16.04' is up to date... | |
| ==> global-puppet: Verifying vmnet devices are healthy... | |
| ==> global-puppet: Preparing network adapters... | |
| WARNING: The VMX file for this box contains a setting that is automatically overwritten by Vagrant | |
| WARNING: when started. Vagrant will stop overwriting this setting in an upcoming release which may | |
| WARNING: prevent proper networking setup. Below is the detected VMX setting: | |
| WARNING: | |
| WARNING: ethernet0.pcislotnumber = "32" | |
| WARNING: | |
| WARNING: If networking fails to properly configure, it may require this VMX setting. It can be manually | |
| WARNING: applied via the Vagrantfile: | |
| WARNING: | |
| WARNING: Vagrant.configure(2) do |config| | |
| WARNING: config.vm.provider :vmare_fusion do |vmware| | |
| WARNING: vmware.vmx["ethernet0.pcislotnumber"] = "32" | |
| WARNING: end | |
| WARNING: end | |
| WARNING: | |
| WARNING: For more information: https://www.vagrantup.com/docs/vmware/boxes.html#vmx-whitelisting | |
| WARNING: The VMX file for this box contains a setting that is automatically overwritten by Vagrant | |
| WARNING: when started. Vagrant will stop overwriting this setting in an upcoming release which may | |
| WARNING: prevent proper networking setup. Below is the detected VMX setting: | |
| WARNING: | |
| WARNING: ethernet1.pcislotnumber = "33" | |
| WARNING: | |
| WARNING: If networking fails to properly configure, it may require this VMX setting. It can be manually | |
| WARNING: applied via the Vagrantfile: | |
| WARNING: | |
| WARNING: Vagrant.configure(2) do |config| | |
| WARNING: config.vm.provider :vmare_fusion do |vmware| | |
| WARNING: vmware.vmx["ethernet1.pcislotnumber"] = "33" | |
| WARNING: end | |
| WARNING: end | |
| WARNING: | |
| WARNING: For more information: https://www.vagrantup.com/docs/vmware/boxes.html#vmx-whitelisting | |
| ==> global-puppet: Starting the VMware VM... | |
| ==> global-puppet: Waiting for machine to boot. This may take a few minutes... | |
| global-puppet: SSH address: 172.16.151.224:22 | |
| global-puppet: SSH username: vagrant | |
| global-puppet: SSH auth method: private key | |
| ==> global-puppet: Machine booted and ready! | |
| ==> global-puppet: Forwarding ports... | |
| global-puppet: -- 80 => 9090 | |
| global-puppet: -- 22 => 2222 | |
| global-puppet: SSH address: 172.16.151.224:22 | |
| global-puppet: SSH username: vagrant | |
| global-puppet: SSH auth method: private key | |
| ==> global-puppet: Configuring network adapters within the VM... | |
| ==> global-puppet: Waiting for HGFS to become available... | |
| ==> global-puppet: Enabling and configuring shared folders... | |
| global-puppet: -- /Users/brian/Downloads/test: /vagrant | |
| global-puppet: -- /Users/brian/Downloads/test/manifests: /tmp/vagrant-puppet/manifests-a11d1078b1b1f2e3bdea27312f6ba513 | |
| ==> global-puppet: Machine already provisioned. Run `vagrant provision` or use the `--provision` | |
| ==> global-puppet: flag to force provisioning. Provisioners marked to run always will still run. | |
| ==> virtualbox: Attempting graceful shutdown of VM... | |
| ==> virtualbox: Checking if box 'bento/ubuntu-16.04' is up to date... | |
| ==> virtualbox: Verifying vmnet devices are healthy... | |
| ==> virtualbox: Preparing network adapters... | |
| WARNING: The VMX file for this box contains a setting that is automatically overwritten by Vagrant | |
| WARNING: when started. Vagrant will stop overwriting this setting in an upcoming release which may | |
| WARNING: prevent proper networking setup. Below is the detected VMX setting: | |
| WARNING: | |
| WARNING: ethernet0.pcislotnumber = "32" | |
| WARNING: | |
| WARNING: If networking fails to properly configure, it may require this VMX setting. It can be manually | |
| WARNING: applied via the Vagrantfile: | |
| WARNING: | |
| WARNING: Vagrant.configure(2) do |config| | |
| WARNING: config.vm.provider :vmare_fusion do |vmware| | |
| WARNING: vmware.vmx["ethernet0.pcislotnumber"] = "32" | |
| WARNING: end | |
| WARNING: end | |
| WARNING: | |
| WARNING: For more information: https://www.vagrantup.com/docs/vmware/boxes.html#vmx-whitelisting | |
| WARNING: The VMX file for this box contains a setting that is automatically overwritten by Vagrant | |
| WARNING: when started. Vagrant will stop overwriting this setting in an upcoming release which may | |
| WARNING: prevent proper networking setup. Below is the detected VMX setting: | |
| WARNING: | |
| WARNING: ethernet1.pcislotnumber = "33" | |
| WARNING: | |
| WARNING: If networking fails to properly configure, it may require this VMX setting. It can be manually | |
| WARNING: applied via the Vagrantfile: | |
| WARNING: | |
| WARNING: Vagrant.configure(2) do |config| | |
| WARNING: config.vm.provider :vmare_fusion do |vmware| | |
| WARNING: vmware.vmx["ethernet1.pcislotnumber"] = "33" | |
| WARNING: end | |
| WARNING: end | |
| WARNING: | |
| WARNING: For more information: https://www.vagrantup.com/docs/vmware/boxes.html#vmx-whitelisting | |
| ==> virtualbox: Starting the VMware VM... | |
| ==> virtualbox: Waiting for machine to boot. This may take a few minutes... | |
| virtualbox: SSH address: 172.16.151.225:22 | |
| virtualbox: SSH username: vagrant | |
| virtualbox: SSH auth method: private key | |
| ==> virtualbox: Machine booted and ready! | |
| ==> virtualbox: Forwarding ports... | |
| virtualbox: -- 80 => 9999 | |
| virtualbox: -- 22 => 2222 | |
| virtualbox: SSH address: 172.16.151.225:22 | |
| virtualbox: SSH username: vagrant | |
| virtualbox: SSH auth method: private key | |
| ==> virtualbox: Configuring network adapters within the VM... | |
| ==> virtualbox: Waiting for HGFS to become available... | |
| ==> virtualbox: Enabling and configuring shared folders... | |
| virtualbox: -- /Users/brian/Downloads/test: /vagrant | |
| virtualbox: -- /Users/brian/Downloads/test/manifests: /tmp/vagrant-puppet/manifests-a11d1078b1b1f2e3bdea27312f6ba513 | |
| ==> virtualbox: Machine already provisioned. Run `vagrant provision` or use the `--provision` | |
| ==> virtualbox: flag to force provisioning. Provisioners marked to run always will still run. | |
| ==> spec-ubuntu: Attempting graceful shutdown of VM... | |
| /opt/vagrant/embedded/gems/gems/net-ssh-4.1.0/lib/net/ssh/transport/server_version.rb:44:in `write': Broken pipe (Errno::EPIPE) | |
| from /opt/vagrant/embedded/gems/gems/net-ssh-4.1.0/lib/net/ssh/transport/server_version.rb:44:in `negotiate!' | |
| from /opt/vagrant/embedded/gems/gems/net-ssh-4.1.0/lib/net/ssh/transport/server_version.rb:32:in `initialize' | |
| from /opt/vagrant/embedded/gems/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:84:in `new' | |
| from /opt/vagrant/embedded/gems/gems/net-ssh-4.1.0/lib/net/ssh/transport/session.rb:84:in `initialize' | |
| from /opt/vagrant/embedded/gems/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `new' | |
| from /opt/vagrant/embedded/gems/gems/net-ssh-4.1.0/lib/net/ssh.rb:233:in `start' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/communicators/ssh/communicator.rb:408:in `block (2 levels) in connect' | |
| from /opt/vagrant/embedded/lib/ruby/2.3.0/timeout.rb:91:in `block in timeout' | |
| from /opt/vagrant/embedded/lib/ruby/2.3.0/timeout.rb:33:in `block in catch' | |
| from /opt/vagrant/embedded/lib/ruby/2.3.0/timeout.rb:33:in `catch' | |
| from /opt/vagrant/embedded/lib/ruby/2.3.0/timeout.rb:33:in `catch' | |
| from /opt/vagrant/embedded/lib/ruby/2.3.0/timeout.rb:106:in `timeout' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/communicators/ssh/communicator.rb:382:in `block in connect' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/util/retryable.rb:17:in `retryable' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/communicators/ssh/communicator.rb:381:in `connect' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/communicators/ssh/communicator.rb:145:in `ready?' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/machine.rb:262:in `guest' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builtin/graceful_halt.rb:50:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builder.rb:116:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `block in run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/util/busy.rb:19:in `busy' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builtin/call.rb:43:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builder.rb:116:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `block in run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/util/busy.rb:19:in `busy' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builtin/call.rb:53:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/brian/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-fusion-4.0.24/lib/vagrant-vmware-fusion/action_farm.rb:249:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builder.rb:116:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `block in run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/util/busy.rb:19:in `busy' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builtin/call.rb:53:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/brian/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-fusion-4.0.24/lib/vagrant-vmware-fusion/action_farm.rb:1370:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/brian/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-fusion-4.0.24/lib/vagrant-vmware-fusion/action_farm.rb:104:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/brian/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-fusion-4.0.24/lib/vagrant-vmware-fusion/action_farm.rb:278:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builtin/config_validate.rb:25:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/brian/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-fusion-4.0.24/lib/vagrant-vmware-fusion/action_farm.rb:148:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builder.rb:116:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `block in run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/util/busy.rb:19:in `busy' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builtin/call.rb:53:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/brian/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-fusion-4.0.24/lib/vagrant-vmware-fusion/action_farm.rb:1370:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/brian/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-fusion-4.0.24/lib/vagrant-vmware-fusion/action_farm.rb:278:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /Users/brian/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-fusion-4.0.24/lib/vagrant-vmware-fusion/action_farm.rb:165:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/warden.rb:34:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builder.rb:116:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `block in run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/util/busy.rb:19:in `busy' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/runner.rb:66:in `run' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/machine.rb:227:in `action_raw' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/machine.rb:202:in `block in action' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/environment.rb:631:in `lock' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/machine.rb:188:in `call' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/machine.rb:188:in `action' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/commands/reload/command.rb:39:in `block in execute' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/plugin/v2/command.rb:235:in `block in with_target_vms' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/plugin/v2/command.rb:229:in `each' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/plugin/v2/command.rb:229:in `with_target_vms' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/commands/reload/command.rb:37:in `execute' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/cli.rb:42:in `execute' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/environment.rb:308:in `cli' | |
| from /opt/vagrant/embedded/gems/gems/vagrant-2.0.0/bin/vagrant:138:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment