ChattanoogaPublicLibrary / open-data-portal

Repository for the development of the Chattanooga Public Library's Open Data Portal initiative.
http://opendata.chattlibrary.org
7 stars 2 forks source link

windows vagrant issue #13

Open junosuarez opened 10 years ago

junosuarez commented 10 years ago

just for funsies. windows 8.1 / vagrant 1.5.1 with hostmanager and virtualbox plugins installed / virtualbox 4.3.8:

nager/action/update_all.rb:24:in `call': undefined method `config_global' for #<Vagrant::Environment: c:/dev/open-data-portal> (NoMethodError)
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/machine.rb:157:in `action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/batch_action.rb:72:in `block (2 levels) in run'

The problem looks like it's in hostmanager, but I'm not really sure how to confirm.

This isn't high priority, I just wanted to contribute a bug report so it's a documented issue (others may try to run it on Windows)

baskinomics commented 10 years ago

It's a bug that I experienced also. For whatever reason the latest release of Vagrant (1.5) does not play well with that version of host manager. We may want to consider removing the use of that plugin, I just like visiting places other than localhost :)