Question

I've just gotten a new MacBook Pro running Mavericks.

We're using Vagrant with Puppet on this project and when I do vagrant up I get this error

err: /Stage[main]/Drush::Git::Drush/Exec[first drush run]: Failed to call refresh: /usr/bin/drush status returned 255 instead of one of [0] at /tmp/vagrant-puppet-1/modules-0/drush/manifests/git/drush.pp:32

Which prevents me from doing anything with Drush while inside vagrant ssh

Has anyone come across this before?

Thanks, Steven

Was it helpful?

Solution 2

The issue on this was that we were using the Drush master branch within our Puppet profile and at that time, the Drush master branch was failing. Fell back to 6.x and all was well.

OTHER TIPS

Have you tried: http://davidwalsh.name/fixing-vagrant-errors

sudo /Library/StartupItems/VirtualBox/VirtualBox restart
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top