Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- joseph@Josephs-iMac:~/vagrant/projects/aegir-plato2$ vagrant up
- [aegir-up1] Box debian-LAMP-2012-03-29 was not found. Fetching box from specified URL...
- [vagrant] Downloading with Vagrant::Downloaders::HTTP...
- [vagrant] Downloading box: http://ergonlogic.com/files/boxes/debian-LAMP-current.box
- [vagrant] Extracting box...
- [vagrant] Verifying box...
- [vagrant] Cleaning up downloaded box...
- [aegir-up1] Importing base box 'debian-LAMP-2012-03-29'...
- [aegir-up1] Matching MAC address for NAT networking...
- [aegir-up1] Clearing any previously set forwarded ports...
- [aegir-up1] Fixed port collision for 22 => 2222. Now on port 32201.
- [aegir-up1] Forwarding ports...
- [aegir-up1] -- 22 => 32201 (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] VM booted and ready for use!
- [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.2.16
- [aegir-up1] Configuring and enabling network interfaces...
- [aegir-up1] Setting host name...
- [aegir-up1] Mounting shared folders...
- [aegir-up1] -- v-root: /vagrant
- [aegir-up1] -- v-pp-m0: /tmp/vagrant-puppet/modules-0
- [aegir-up1] -- manifests: /tmp/vagrant-puppet/manifests
- [aegir-up1] -- v-pp-m1: /tmp/vagrant-puppet/modules-1
- [aegir-up1] Running provisioner: Vagrant::Provisioners::Puppet...
- [aegir-up1] Running Puppet with /tmp/vagrant-puppet/manifests/site.pp...
- stdin: is not a tty
- notice: Scope(Class[Aegir_up]):
- Running Puppet manifests to install and/or update Aegir.
- This may take awhile, so please be patient.
- For more detail on the operations being run, edit settings.rb,
- and set 'verbose = 1'.
- err: /Stage[main]/Aegir_up/Group[aegir group]/ensure: change from absent to present failed: Could not create group aegir: Execution of '/usr/sbin/groupadd -g 20 aegir' returned 4: groupadd: GID '20' already exists
- notice: /Stage[main]/Aegir_up/User[aegir user]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir_up/User[aegir user]: Skipping because of failed dependencies
- notice: DEPRECATION NOTICE: Files found in modules without specifying 'modules' in file path will be deprecated in the next major release. Please fix module 'apt' when no 0.24.x clients are present
- notice: /Stage[main]/Aegir::Apt/Apt::Keys::Key[aegir]/Exec[apt_key_add_aegir]: Triggered 'refresh' from 1 events
- notice: /Stage[main]/Apt/Exec[/usr/bin/apt-get update]: Triggered 'refresh' from 7 events
- notice: /Stage[main]/Aegir::Login_link/Exec[login link]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Login_link/Exec[login link]: Skipping because of failed dependencies
- alert: /Stage[main]/Aegir::Login_link/Exec[login link]/returns: http://aegir-up.aegir-plato2.local/user/reset/1/1375303052/31885bfdc3a482daf0873ebccbdd17ee
- notice: /Stage[main]/Aegir::Login_link/Exec[login link]: Triggered 'refresh' from 1 events
- notice: /Stage[main]/Aegir::Queue_runner/Drush::Dl[hosting_queue_runner]/Exec[drush-dl-hosting_queue_runner]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Queue_runner/Drush::Dl[hosting_queue_runner]/Exec[drush-dl-hosting_queue_runner]: Skipping because of failed dependencies
- notice: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Skipping because of failed dependencies
- notice: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Skipping because of failed dependencies
- notice: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Dependency Group[aegir group] has failures: true
- warning: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Skipping because of failed dependencies
- notice: /Stage[main]/Apt/Exec[/usr/bin/apt-get update && /usr/bin/apt-get autoclean]/returns: executed successfully
- notice: Finished catalog run in 144.25 seconds
- The following SSH command responded with a non-zero exit status.
- Vagrant assumes that this means the command failed!
- cd /tmp/vagrant-puppet/manifests && FACTER_fqdn='' FACTER_username='joseph' FACTER_git_name='Joseph Leon' FACTER_git_email='joseph@poeticsystems.com' FACTER_uid='1029' FACTER_gid='20' FACTER_aegir_user='aegir' FACTER_aegir_root='/var/aegir' FACTER_aegir_user_exists='true' FACTER_aegir_version='6.x-1.9' puppet apply --modulepath '/tmp/vagrant-puppet/modules-0:/tmp/vagrant-puppet/modules-1' /tmp/vagrant-puppet/manifests/site.pp --detailed-exitcodes || [ $? -eq 2 ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement