Can you share your Vagrantfile? You're getting a pretty weird syntax error out of your Vagrantfile.
On Fri, Apr 18, 2014 at 6:30 AM, AJ NOURI <[email protected]> wrote: > > After upgrading to 1.5.3, on the first "vagrant up" command (reconfigure > VMs) > And no Vagrantfile seems to work anymore!! > The same output whatever the command : > >> $ vagrant up >> C:/Users/AJN/Vagrantfile:8:in `block in <top (required)>': undefined >> local variable or method `Â Â cfg' for main:Object (NameError) >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/config/v2/loader.rb:37:in >> `call' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/config/v2/loader.rb:37:in >> `load' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/config/loader.rb:104:in >> `block (2 levels) in load' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/config/loader.rb:98:in >> `each' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/config/loader.rb:98:in >> `block in load' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/config/loader.rb:95:in >> `each' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/config/loader.rb:95:in >> `load' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/vagrantfile.rb:28:in >> `initialize' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/environment.rb:486:in >> `new' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/environment.rb:486:in >> `vagrantfile' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/environment.rb:317:in >> `host' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/environment.rb:168:in >> `block in action_runner' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:36:in >> `call' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/action/runner.rb:36:in >> `run' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/environment.rb:304:in >> `hook' >> from >> c:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.5.3/lib/vagrant/environment.rb:148:in >> `initialize' >> from >> c:/HashiCorp/Vagrant/bin/../embedded/gems/gems/vagrant-1.5.3/bin/vagrant:149:in >> `new' >> from >> c:/HashiCorp/Vagrant/bin/../embedded/gems/gems/vagrant-1.5.3/bin/vagrant:149:in >> `<main>' >> AJN@QSERVER ~ > > -- > 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. -- 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.
