Advertisement
Guest User

errors

a guest
Jul 31st, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.40 KB | None | 0 0
  1. joseph@Josephs-iMac:~/vagrant/projects/aegir-plato2$ vagrant provision
  2. [aegir-up1] Running provisioner: Vagrant::Provisioners::Puppet...
  3. [aegir-up1] Running Puppet with /tmp/vagrant-puppet/manifests/site.pp...
  4. stdin: is not a tty
  5. notice: Scope(Class[Aegir_up]):
  6.  
  7.           Running Puppet manifests to install and/or update Aegir.
  8.  
  9.           This may take awhile, so please be patient.
  10.           For more detail on the operations being run, edit settings.rb,
  11.           and set 'verbose = 1'.
  12.  
  13. 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
  14.  
  15. 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
  16.  
  17. notice: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Dependency Exec[drush-dl-hosting_queue_runner] has failures: true
  18.  
  19. warning: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Skipping because of failed dependencies
  20.  
  21. 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
  22.  
  23. warning: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Skipping because of failed dependencies
  24.  
  25. notice: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Dependency Exec[drush-dl-hosting_queue_runner] has failures: true
  26.  
  27. warning: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Skipping because of failed dependencies
  28.  
  29. notice: Finished catalog run in 0.50 seconds
  30.  
  31. The following SSH command responded with a non-zero exit status.
  32. Vagrant assumes that this means the command failed!
  33.  
  34. 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