Advertisement
Guest User

erros

a guest
Jul 31st, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.01 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. err: /Stage[main]/Aegir_up/Group[aegir group]/gid: change from 109 to 20 failed: Could not set gid on group[aegir]: Execution of '/usr/sbin/groupmod -g 20 aegir' returned 4: groupmod: GID '20' already exists
  14.  
  15.  
  16. notice: /Stage[main]/Aegir_up/User[aegir user]: Dependency Group[aegir group] has failures: true
  17.  
  18. warning: /Stage[main]/Aegir_up/User[aegir user]: Skipping because of failed dependencies
  19.  
  20. 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
  21.  
  22. notice: /Stage[main]/Aegir::Login_link/Exec[login link]: Dependency Group[aegir group] has failures: true
  23.  
  24. warning: /Stage[main]/Aegir::Login_link/Exec[login link]: Skipping because of failed dependencies
  25.  
  26. notice: /Stage[main]/Aegir::Queue_runner/Drush::Dl[hosting_queue_runner]/Exec[drush-dl-hosting_queue_runner]: Dependency Group[aegir group] has failures: true
  27.  
  28. warning: /Stage[main]/Aegir::Queue_runner/Drush::Dl[hosting_queue_runner]/Exec[drush-dl-hosting_queue_runner]: Skipping because of failed dependencies
  29.  
  30. notice: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Dependency Group[aegir group] has failures: true
  31.  
  32. warning: /Stage[main]/Aegir::Queue_runner/File[hosting-queue-runner init script]: Skipping because of failed dependencies
  33.  
  34. notice: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Dependency Group[aegir group] has failures: true
  35.  
  36. warning: /Stage[main]/Aegir::Queue_runner/Drush::En[hosting_queue_runner]/Exec[drush-en-hosting_queue_runner]: Skipping because of failed dependencies
  37.  
  38. notice: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Dependency Group[aegir group] has failures: true
  39.  
  40. warning: /Stage[main]/Aegir::Queue_runner/Service[hosting-queue-runner]: Skipping because of failed dependencies
  41.  
  42. notice: Finished catalog run in 0.47 seconds
  43.  
  44. The following SSH command responded with a non-zero exit status.
  45. Vagrant assumes that this means the command failed!
  46.  
  47. 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