Advertisement
Guest User

errors

a guest
Jul 31st, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.57 KB | None | 0 0
  1. joseph@Josephs-iMac:~/vagrant/projects/aegir-plato2$ drush vrb
  2. !!! WARNING: This operation cannot be undone. !!!
  3. This operation will destroy all VMs in "aegir-plato2". And build a fresh set afterwards.
  4. Are you certain that you want to proceed? (y/n): y
  5. [aegir-up1] Forcing shutdown of VM...
  6. [aegir-up1] Destroying VM and associated drives...
  7. [aegir-up1] Importing base box 'debian-LAMP-2012-03-29'...
  8. [aegir-up1] Matching MAC address for NAT networking...
  9. [aegir-up1] Clearing any previously set forwarded ports...
  10. [aegir-up1] Fixed port collision for 22 => 2222. Now on port 32201.
  11. [aegir-up1] Forwarding ports...
  12. [aegir-up1] -- 22 => 32201 (adapter 1)
  13. [aegir-up1] Creating shared folders metadata...
  14. [aegir-up1] Clearing any previously set network interfaces...
  15. [aegir-up1] Preparing network interfaces based on configuration...
  16. [aegir-up1] Running any VM customizations...
  17. [aegir-up1] Booting VM...
  18. [aegir-up1] Waiting for VM to boot. This can take a few minutes.
  19. [aegir-up1] VM booted and ready for use!
  20. [aegir-up1] The guest additions on this VM do not match the install version of
  21. VirtualBox! This may cause things such as forwarded ports, shared
  22. folders, and more to not work properly. If any of those things fail on
  23. this machine, please update the guest additions and repackage the
  24. box.
  25.  
  26. Guest Additions Version: 4.1.8
  27. VirtualBox Version: 4.2.16
  28. [aegir-up1] Configuring and enabling network interfaces...
  29. [aegir-up1] Setting host name...
  30. [aegir-up1] Mounting shared folders...
  31. [aegir-up1] -- v-root: /vagrant
  32. [aegir-up1] -- v-pp-m0: /tmp/vagrant-puppet/modules-0
  33. [aegir-up1] -- manifests: /tmp/vagrant-puppet/manifests
  34. [aegir-up1] -- v-pp-m1: /tmp/vagrant-puppet/modules-1
  35. [aegir-up1] Running provisioner: Vagrant::Provisioners::Puppet...
  36. [aegir-up1] Running Puppet with /tmp/vagrant-puppet/manifests/site.pp...
  37. stdin: is not a tty
  38. notice: Scope(Class[Aegir_up]):
  39.  
  40.           Running Puppet manifests to install and/or update Aegir.
  41.  
  42.           This may take awhile, so please be patient.
  43.           For more detail on the operations being run, edit settings.rb,
  44.           and set 'verbose = 1'.
  45.  
  46. 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
  47.  
  48. notice: /Stage[main]/Aegir::Apt/Apt::Keys::Key[aegir]/Exec[apt_key_add_aegir]: Triggered 'refresh' from 1 events
  49.  
  50. notice: /Stage[main]/Apt/Exec[/usr/bin/apt-get update]: Triggered 'refresh' from 7 events
  51. alert: /Stage[main]/Aegir::Login_link/Exec[login link]/returns: http://aegir-up.aegir-plato2.local/user/reset/1/1375304133/4f56f750df3c08881a6c388e71aac919
  52.  
  53. notice: /Stage[main]/Aegir::Login_link/Exec[login link]: Triggered 'refresh' from 1 events
  54.  
  55. err: /Stage[main]/Aegir::Queue_runner/Drush::Dl[hosting_queue_runner]/Exec[drush-dl-hosting_queue_runner]/returns: change from notrun to 0 failed: Working directory '/var/aegir/hostmaster-6.x-1.9/sites/aegir-up.aegir-plato2.local' does not exist
  56.  
  57. notice: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Dependency Exec[drush-dl-hosting_queue_runner] has failures: true
  58.  
  59. warning: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Skipping because of failed dependencies
  60.  
  61. notice: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Dependency Exec[drush-dl-hosting_queue_runner] has failures: true
  62.  
  63. warning: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Skipping because of failed dependencies
  64.  
  65. notice: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Dependency Exec[drush-dl-hosting_queue_runner] has failures: true
  66.  
  67. warning: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Skipping because of failed dependencies
  68.  
  69. notice: /Stage[main]/Apt/Exec[/usr/bin/apt-get update && /usr/bin/apt-get autoclean]/returns: executed successfully
  70.  
  71. notice: Finished catalog run in 158.61 seconds
  72.  
  73. The following SSH command responded with a non-zero exit status.
  74. Vagrant assumes that this means the command failed!
  75.  
  76. cd /tmp/vagrant-puppet/manifests && FACTER_fqdn='' FACTER_username='joseph' FACTER_git_name='Joseph Leon' FACTER_git_email='joseph@poeticsystems.com' FACTER_uid='1000' FACTER_gid='1000' 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