vagrant up or reload error,await_response_state -
i got error yesterday, that's suddenly, upgraded node js version 6.9 8.4 in virtual machine, don't know how resolve it.
vagrant version vagrant 1.8.7
host operating system win10
virtual machine operating system centos linux release 7.3.1611 (core)
this vagrantfile
vagrant.configure(2) |config| config.vm.box = "centos-7-vagrant-1505-x86_64-01" config.vm.network "private_network", ip: "192.168.33.10" config.vm.synced_folder ".", "/home/vagrant/sync", type: "virtualbox" config.vm.synced_folder "../project", "/home/vagrant/project", type: "virtualbox" config.vm.provision "shell", inline: <<-shell shell end
and latest output, or reload can't done
c:\www\htdocs\vagrant>vagrant reload ==> default: attempting graceful shutdown of vm... ==> default: forcing shutdown of vm... ==> default: clearing set forwarded ports... ==> default: clearing set network interfaces... ==> default: preparing network interfaces based on configuration... default: adapter 1: nat default: adapter 2: hostonly ==> default: forwarding ports... default: 22 (guest) => 2222 (host) (adapter 1) ==> default: booting vm... ==> default: waiting machine boot. may take few minutes... default: ssh address: 127.0.0.1:2222 default: ssh username: vagrant default: ssh auth method: private key default: warning: remote connection disconnect. retrying... default: warning: remote connection disconnect. retrying... ==> default: machine booted , ready! ==> default: checking guest additions in vm... default: guest additions on vm not match installed version of default: virtualbox! in cases fine, in rare cases can default: prevent things such shared folders working properly. if see default: shared folder errors, please make sure guest additions within default: virtual machine match version of virtualbox have installed on default: host , reload vm. default: default: guest additions version: 4.3.14 default: virtualbox version: 5.0 ==> default: configuring , enabling network interfaces... c:/hashicorp/vagrant/embedded/gems/gems/net-scp-1.1.2/lib/net/scp.rb:392:in `await_response_state': scp: /tmp/vagrant-network-entry-eth1-1505353872-0: no space left on device (runtimeerror) c:/hashicorp/vagrant/embedded/gems/gems/net-scp-1.1.2/lib/net/scp.rb:363:in `block (3 levels) in start_command' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/channel.rb:324:in `call' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/channel.rb:324:in `process' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:223:in `block in preprocess' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:223:in `each' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:223:in `preprocess' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:206:in `process' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `block in loop' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `loop' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `loop' c:/hashicorp/vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/channel.rb:269:in `wait' c:/hashicorp/vagrant/embedded/gems/gems/net-scp-1.1.2/lib/net/scp.rb:279:in `upload!' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/communicators/ssh/communicator.rb:275:in `block in upload' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/communicators/ssh/communicator.rb:654:in `block in scp_connect' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/communicators/ssh/communicator.rb:316:in `connect' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/communicators/ssh/communicator.rb:652:in `scp_connect' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/communicators/ssh/communicator.rb:269:in `upload' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/guests/redhat/cap/configure_networks.rb:34:in `block (2 levels) in configure_networks' c:/hashicorp/vagrant/embedded/lib/ruby/2.2.0/tempfile.rb:319:in `open' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/guests/redhat/cap/configure_networks.rb:29:in `block in configure_networks' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/guests/redhat/cap/configure_networks.rb:19:in `each' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/guests/redhat/cap/configure_networks.rb:19:in `with_index' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/guests/redhat/cap/configure_networks.rb:19:in `configure_networks' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/capability_host.rb:111:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/capability_host.rb:111:in `capability' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/guest.rb:43:in `capability' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/network.rb:133:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/clear_network_interfaces.rb:26:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/prepare_nfs_settings.rb:18:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/synced_folders.rb:87:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/synced_folders/nfs/action_cleanup.rb:19:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb:12:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:49:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb:30:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/env_set.rb:19:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/provision.rb:80:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:15:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/set_name.rb:19:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/clean_machine_folder.rb:17:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builder.rb:116:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `block in run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/busy.rb:19:in `busy' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/call.rb:53:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builder.rb:116:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `block in run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/busy.rb:19:in `busy' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/call.rb:53:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builder.rb:116:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `block in run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/busy.rb:19:in `busy' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/call.rb:53:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/box_check_outdated.rb:36:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/config_validate.rb:25:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/forced_halt.rb:20:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builder.rb:116:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `block in run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/busy.rb:19:in `busy' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/call.rb:53:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builder.rb:116:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `block in run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/busy.rb:19:in `busy' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/call.rb:53:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/discard_state.rb:15:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builder.rb:116:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `block in run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/busy.rb:19:in `busy' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/call.rb:53:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/config_validate.rb:25:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:95:in `block in finalize_action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builder.rb:116:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `block in run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/busy.rb:19:in `busy' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builtin/call.rb:53:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/warden.rb:34:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/builder.rb:116:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `block in run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/util/busy.rb:19:in `busy' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/action/runner.rb:66:in `run' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/machine.rb:225:in `action_raw' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/machine.rb:200:in `block in action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/environment.rb:567:in `lock' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/machine.rb:186:in `call' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/machine.rb:186:in `action' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/commands/reload/command.rb:39:in `block in execute' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/plugin/v2/command.rb:235:in `block in with_target_vms' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/plugin/v2/command.rb:229:in `each' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/plugin/v2/command.rb:229:in `with_target_vms' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/plugins/commands/reload/command.rb:37:in `execute' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/cli.rb:42:in `execute' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/lib/vagrant/environment.rb:308:in `cli' c:/hashicorp/vagrant/embedded/gems/gems/vagrant-1.8.7/bin/vagrant:189:in `<main>'
plugin still
c:\www\htdocs\vagrant>vagrant plugin list vagrant-share (1.1.5, system)
Comments
Post a Comment