strongloop-community / vagrant-strongnode

Vagrant project to create sandbox/demo environment for StrongLoop and LoopBack Node apps
5 stars 0 forks source link

Not working! #1

Open sam-artuso opened 10 years ago

sam-artuso commented 10 years ago

Here's what I get when I run vagrant up:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

shell provisioner:
* `path` for shell provisioner does not exist on the host system: /home/kyuzz/Projects/vagrant-strongnode/bootstrap.sh
HintikkaKimmo commented 9 years ago

I get the same error MAC 10.5 Host. I installed advised vagrant plugins. No help. It seems this repo is missing depend file.

zapbuild commented 9 years ago

I have also got the same error, while "vagrant up" command. If I comment below line from Vagrantfile: config.vm.provision :shell, :path => "bootstrap.sh" Then it gives me below error :

The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is configured properly and try again.

If the provider you're using has a GUI that comes with it, it is often helpful to open that and watch he machine, since the GUI often has more helpful error messages than Vagrant can retrieve. For example, if you're using VirtualBox, run `vagrant up` while the VirtualBox GUI is open. 
ynagarjuna2012 commented 9 years ago

Got Same Error !

Need bootstrap.sh file for provisioning