You have a funked environment. By deleting the .vagrant folder, you deleted the ids that reference the VirtualBox systems, and you deleted the private keys needed to access the system without a password with vagrant ssh. As long as you still have the Vagrantfile, just do another "vagrant up" to create a new .vagrant. I would recommend deleting the existing images, as this might confuse you as to which ones you are using.
On Thursday, January 15, 2015 at 9:15:26 PM UTC-8, Todd S wrote: > > I solved my problem. I shutdown virtualbox through the virtualbox > application and then removed the .vagrant folder all is fine now. Perhaps > the contents of some file were damaged? > > On Thursday, January 15, 2015 at 5:28:35 PM UTC-7, Todd S wrote: >> >> Hi All, >> >> I just installed vagrant. I got it to 'vagrant up' and virtual box showed >> that is was running a vm called vagrant_default_blah_blah. But all >> subsequent vagrant commands failed stating "The provider 'VirtualBox' could >> not be found, but was requested to back the machine 'default'. Please use a >> provider that exists." >> >> I have tried vagrant --provider=virtualbox and that does not work either >> and virtualbox is in the PATH. >> >> Any pointers will be helpful. >> >> This is on OS X 10.10. >> >> Todd >> > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/2644a16b-129f-4bae-aeab-80a9d5e8b016%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
