Hi, I get an error whenever I try runing "vagrant up". I've tried uninstalling vagrant and reinstalling and the error is still there.
*Anthonys-MacBook-Pro:Desktop Anthony$* mkdir test && cd test *Anthonys-MacBook-Pro:test Anthony$* vagrant init hashicorp/precise32 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. *Anthonys-MacBook-Pro:test Anthony$* vagrant up Bringing machine 'default' up with 'virtualbox' provider... /Users/Anthony/.vagrant.d/gems/gems/vagrant-hostmanager-1.3.0/lib/vagrant-hostmanager/action/update_all.rb:24:in `call': undefined method `config_global' for #<Vagrant::Environment: /Users/Anthony/Desktop/test> (NoMethodError) from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/action/warden.rb:34:in `call' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/action/builtin/config_validate.rb:25:in `call' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/action/warden.rb:34:in `call' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/action/builder.rb:116:in `call' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/action/runner.rb:69:in `block in run' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/util/busy.rb:19:in `busy' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/action/runner.rb:69:in `run' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/machine.rb:157:in `action' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.0/lib/vagrant/batch_action.rb:72:in `block (2 levels) in run' *Anthonys-MacBook-Pro:test Anthony$* vagrant --version Vagrant 1.5.0 I've tried Googling but it's very difficult since there's no actual error message or code. I've tried updating to the latest virtualbox (4.3.8) and the error is still there. Any help is appreciated! -- 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]. For more options, visit https://groups.google.com/d/optout.
