Subj.
The VM does appear in VirtualBox GUI, and it has the "Running" status, but aegir-up would not complete the installation. :(
Please help me resolve the issue.
Running Ubuntu 12.10 with VirtualBox installed from Oracle (the one from Ubuntu repo won't work with Vagrant).
Full log:
lolmaus@wicket:~/vagrant/projects$ drush vagrant-build --blueprint=aegir
The name of your project may be used in URLs, and so should only contain lower-case letters and numbers.
It may also contain hyphens (-) and dots (.), so long as they do not come at the beginning or end of the name.
What would you like to call your project?: vagir
Would you like to generate entries in /etc/hosts for the VMs in your project? (y/n): y
You are about to:
* Create a new project called "vagir" at "/home/lolmaus/vagrant/projects/vagir".
* Add entries for the FQDNs of the VMs to /etc/hosts. (You will be prompted for your sudo password.)
* Generate Drush aliases for the project and VMs.
* Launch the project VMs immediately.
* Build the project using the "aegir" blueprint from the "aegirup" extension.
Do you want to proceed with initializing the project? (y/n): y
Copied the "aegir" blueprint directory to /home/lolmaus/vagrant/projects/vagir. [ok]
Created symlink to Vagrantfile. [ok]
Created symlink to .gitignore. [ok]
Created the ".config" directory in /home/lolmaus/vagrant/projects/vagir. [ok]
Wrote "blueprint.inc" to /home/lolmaus/vagrant/projects/vagir/.config. [ok]
Successfully wrote config.rb [ok]
Copied your .profile into the project [ok]
Copied your .bashrc into the project [ok]
sh: 1: git: not found
[aegir-up1] Importing base box 'debian-LAMP-2012-03-29'...
[aegir-up1] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the
box.Guest Additions Version: 4.1.8
VirtualBox Version: 4.1.24
[aegir-up1] Matching MAC address for NAT networking...
[aegir-up1] Clearing any previously set forwarded ports...
[aegir-up1] Forwarding ports...
[aegir-up1] -- 22 => 2222 (adapter 1)
[aegir-up1] Creating shared folders metadata...
[aegir-up1] Clearing any previously set network interfaces...
[aegir-up1] Preparing network interfaces based on configuration...
[aegir-up1] Running any VM customizations...
[aegir-up1] Booting VM...
[aegir-up1] Waiting for VM to boot. This can take a few minutes.
[aegir-up1] Failed to connect to VM!
Failed to connect to VM via SSH. Please verify the VM successfully booted
by looking at the VirtualBox GUI.
Retrieved the FQDN for the aegir-up1 VM. [ok]
Retrieved the IP address for the aegir-up1 VM. [ok]
Wrote project aliases file to /home/lolmaus/.drush/vagir.aliases.drushrc.php. [ok]
Enter your password to add entries for the VMs in your project to your /etc/hosts file.
[sudo] password for lolmaus:
Your project was successfully initialized.
The root for your project is "/home/lolmaus/vagrant/projects/vagir"
The subnet for your project has been set to 192.168.10.0, and an initial entry in your /etc/hosts file written.
You can now: * Alter the behaviour of your project by editing /home/lolmaus/vagrant/projects/vagir/settings.rb.
* Redefine the VM(s) by editing the Puppet manifest(s) in /home/lolmaus/vagrant/projects/vagir/manifests.
* Add additional Puppet modules by copying them to /home/lolmaus/vagrant/projects/vagir/modules.
lolmaus@wicket:~/vagrant/projects$
Comments
Comment #1
baisongRunning into the same error on Max OS X 10.7.5, running Vagrant and VirtualBox installed as directed on the official websites.
Here's the output of the drush command. After it runs, the VM is NOT shown in the VirtualBox GUI.