I am getting an error when doing vagrant up for the first time.

Here is the last part of the report:

==> default: Do you really want to proceed with the install (y/n): y
==> default: PHP Fatal error: require_once(): Failed opening required './profiles/devmaster/devmaster.profile' (include_path='.:/usr/share/php:/usr/share/pear') in /var/aegir/.drush/commands/provision/platform/drupal/install_6.inc on line 183
==> default:
==> default: Fatal error: require_once(): Failed opening required './profiles/devmaster/devmaster.profile' (include_path='.:/usr/share/php:/usr/share/pear') in /var/aegir/.drush/commands/provision/platform/drupal/install_6.inc on line 183
==> default:
==> default: FATAL: all hosts have already failed -- aborting
==> default:
==> default: PLAY RECAP ********************************************************************
==> default: to retry, use: --limit @/root/playbook.retry
==> default:
==> default: devshop.local : ok=38 changed=29 unreachable=0 failed=1
==> default: ╔═════════════════════════════════════════════════════════════════════╗
==> default: ║ It appears something failed during installation. ║
==> default: ║ There is no '/var/aegir/.drush/hostmaster.alias.drushrc.php' file. ║
==> default: ╚═════════════════════════════════════════════════════════════════════╝
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command

I have attached the full output.

Vagrant version 1.6.5 (I can upgrade if needed)
OS X 10.10

Devshop from github branch 0.x

At commit:

commit 2170dde490a525a39229874303d8271e3cd4cac7
Author: Jon Pugh
Date: Wed May 13 09:55:10 2015 -0700

- Adding version to Vagrantfile and prepare host scripts.
- merging vars and vars.vagrant.yml.

CommentFileSizeAuthor
devshop_vagrant_install_error.txt53.58 KBtedbow
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jon Pugh’s picture

Status: Active » Postponed (maintainer needs more info)

Hi Ted,
I think the problem is that when vagrant_development is set to true in vars.yml, the setup script "vagrant-prepare-host.sh" runs.

This script needs drush and git working locally, since it is building the devmaster distro on your host for easy development.

You can either install drush and git, or change the value of vagrant_development to false to get it up and running.

Sorry for the delay! drupal.org emails weren't going out.

Please let me know if this solves your problem.

Thanks,
Jon

Jon Pugh’s picture

Category: Bug report » Support request
Jon Pugh’s picture

Ted, did you get it working?

If so could you mark this as fixed?

Thanks!

daggerhart’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)
Issue tags: +Seattle2019

Issue queue is now mantained at Github.