vvv wordpress - Vagrant loop cannot destroy & cannot up -


i using vvv , have issue want start fresh. want delete vagrant-local. find machine destroy this.

global status

θ69° [sayth:~/vagrant-local] develop 38m51s ± vagrant global-status id       name    provider   state    directory                            ------------------------------------------------------------------------- c9e69c8  default virtualbox poweroff /home/sayth/python-script-examples   83f3b91  default virtualbox poweroff /home/sayth/vagrant-local             above shows information known vagrant environments on machine. data cached , may not up-to-date. interact of machines, can go directory , run vagrant, or can use id directly vagrant commands directory. example: "vagrant destroy 1a2b3c4d" 

now stuck if try , destroy fails requesting machine up, cannot machine has error.

cannot destroy

θ73° [sayth:~/vagrant-local] develop 40m40s ± vagrant destroy 83f3b91 ==> default: running triggers before destroy... ==> default: executing command "vagrant ssh -c vagrant_destroy"... ==> default: vm must running open ssh connection. run `vagrant up` ==> default: start virtual machine. ==> default: command execution finished. local command "vagrant ssh -c 'vagrant_destroy'" returned failed exit code or exception. error output shown below:  vm must running open ssh connection. run `vagrant up` start virtual machine. 

cannot up

θ68° [sayth:~/vagrant-local] develop 41m4s 1 ± vagrant bringing machine 'default' 'virtualbox' provider... ==> default: checking if box 'ubuntu/trusty64' date... virtualbox machine name 'vagrant-local' exists. please use name or delete machine existing name, , try again. θ68° [sayth:~/vagrant-local] develop 41m28s 1 ±  


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -