GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

Unable to Install Valkyrie #73

Closed cookiedoode closed 9 years ago

cookiedoode commented 9 years ago

Towards the end of the valkyrie install, the following error appears:

The provider for this Vagrant-managed machine is reporting that it is not yet ready for SSH. Depending on your provider this can carry different meanings. Make sure your machine is created and running and try again. Additionally, check the output of vagrant status to verify that the machine is in the state that you expect. If you continue to get this error message, please view the documentation for the provider you're using.

This also prevents creation of valkyrie virtual box as well.

ergonlogic commented 9 years ago

So this is the result of running drush vnew?

cookiedoode commented 9 years ago

Yes, this occurs right before Ansible attempts to start building

ergonlogic commented 9 years ago

Can you describe your environment? What OS, version of VirtualBox, Vagrant, etc.

cookiedoode commented 9 years ago

OSX Yosemite 10.10.4 Virtual Box 4.3.28 vagrant-dns (0.6.0)

ergonlogic commented 9 years ago

It may be an intermittent issue. Have you tried building the project again? Within the existing project, you can run vagrant destroy -f && vagrant up.

cookiedoode commented 9 years ago

I have followed your instruction, but am still getting the same error. I have removed valkyrie, destroyed it, and reinstalled it and it gives me the same error

ergonlogic commented 9 years ago

Can you launch a default Vagrant VM? Just mkdir test; cd test; vagrant init; vagrant up

cookiedoode commented 9 years ago

It failed as well.. Please see the screenshot below

screen shot 2015-08-14 at 2 10 04 pm
ergonlogic commented 9 years ago

Valkyrie depends on a working Vagrant install. It looks like a network error. Perhaps check your firewall settings. That said, I'm going to close this issue, since it clearly isn't a problem with Valkyrie. I'd suggest that you search the Vagrant issue queues, and open a support request there if you can't find an existing solution.

cookiedoode commented 9 years ago

Thank you for your help!

cookiedoode commented 9 years ago

Just wanted to give an update. @MatthewHager's computer installed valkyrie without any problem. He matched the versions on my computer and came across the same errors as mine. The versions are as follows:

Virtual Box: 4.3.30 Vagrant: 1.7.4 vagrant-dns (0.6.0) vagrant-share (1.1.4, system) vagrant-triggers (0.5.1)

I'm going to try to roll back versions to see if any adjustment fixes the problem

MatthewHager commented 9 years ago

Can confirm this is an issue if you use the latest 4.x Vbox with the latest plugins and vagrant.

RealLukeMartin commented 9 years ago

For comparison, my versions are set to these with drush vnew working smooth and stable:

Virtualbox 4.3.28
vagrant 1.7.2
vagrant-dns (0.6.0)
vagrant-share (1.1.3, system)
vagrant-triggers (0.5.0)
ergonlogic commented 9 years ago

Both Vagrant and VirtualBox differ here. We need to narrow down, and find the root cause.

FWIW, the working versions of both Vagrant http://www.vagrantup.com/download-archive/v1.7.2.html and Vbox http://download.virtualbox.org/virtualbox/4.3.28/ remain available.

Also, please post the entire error log (to a gist, ideally). I assume the issue is with one of the Valkyrie faux-plugins. Their log output will hopefully help pinpoint the code that needs re-factoring.