Advertisement
bearND

vagrant reload --provision

Jul 24th, 2014
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. besiair:vagrant besi$ vagrant reload --provision
  2. ==> default: Attempting graceful shutdown of VM...
  3. ==> default: Clearing any previously set forwarded ports...
  4. ==> default: Clearing any previously set network interfaces...
  5. ==> default: Preparing network interfaces based on configuration...
  6. default: Adapter 1: nat
  7. default: Adapter 2: hostonly
  8. ==> default: Forwarding ports...
  9. default: 80 => 8080 (adapter 1)
  10. default: 22 => 2222 (adapter 1)
  11. ==> default: Running 'pre-boot' VM customizations...
  12. ==> default: Booting VM...
  13. ==> default: Waiting for machine to boot. This may take a few minutes...
  14. default: SSH address: 127.0.0.1:2222
  15. default: SSH username: vagrant
  16. default: SSH auth method: private key
  17. default: Warning: Connection timeout. Retrying...
  18. ==> default: Machine booted and ready!
  19. GuestAdditions 4.3.14 running --- OK.
  20. ==> default: Checking for guest additions in VM...
  21. ==> default: Setting hostname...
  22. ==> default: Configuring and enabling network interfaces...
  23. ==> default: Exporting NFS shared folders...
  24. ==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
  25. ==> default: Mounting NFS shared folders...
  26. ==> default: Mounting shared folders...
  27. default: /vagrant/logs => /Users/besi/de/wmf/vagrant/logs
  28. default: /tmp/vagrant-puppet-5/manifests => /Users/besi/de/wmf/vagrant/puppet/manifests
  29. default: /tmp/vagrant-puppet-5/modules-0 => /Users/besi/de/wmf/vagrant/puppet/modules
  30. ==> default: Running provisioner: puppet...
  31. ==> default: Running Puppet with site.pp...
  32. ==> default: Notice: Compiled catalog for mediawiki-vagrant.dev in environment production in 2.06 seconds
  33. ==> default: Info: Applying configuration version '1406232326.aa9995f'
  34. ==> default: Info: mount[files]: allowing mediawiki-vagrant access
  35. ==> default: Notice: /Stage[main]/Apt/Exec[update_package_index]/returns: executed successfully
  36. ==> default: Notice: /Stage[main]/Hhvm/Service[hhvm]/ensure: ensure changed 'stopped' to 'running'
  37. ==> default: Info: /Stage[main]/Hhvm/Service[hhvm]: Unscheduling refresh on Service[hhvm]
  38. ==> default: Notice: /Stage[main]/Mediawiki/Exec[install_composer_deps]/returns: Uncaught exception: Could not open extension /usr/lib/hphp/extensions/20131007/luasandbox.so: /usr/lib/hphp/extensions/20131007/luasandbox.so: cannot open shared object file: No such file or directory
  39. ==> default: Error: composer install --no-interaction --optimize-autoloader returned 255 instead of one of [0]
  40. ==> default: Error: /Stage[main]/Mediawiki/Exec[install_composer_deps]/returns: change from notrun to 0 failed: composer install --no-interaction --optimize-autoloader returned 255 instead of one of [0]
  41. ==> default: Error: Could not start Service[jobrunner]: Execution of '/sbin/start jobrunner' returned 1:
  42. ==> default: Error: /Stage[main]/Mediawiki::Jobrunner/Service[jobrunner]/ensure: change from stopped to running failed: Could not start Service[jobrunner]: Execution of '/sbin/start jobrunner' returned 1:
  43. ==> default: Notice: Finished catalog run in 14.37 seconds
  44. The following SSH command responded with a non-zero exit status.
  45. Vagrant assumes that this means the command failed!
  46.  
  47. FACTER_fqdn='mediawiki-vagrant.dev' FACTER_forwarded_port='8080' FACTER_shared_apt_cache='/vagrant/cache/apt/' FACTER_share_owner='503' FACTER_share_group='20' FACTER_provider_name='virtualbox' puppet apply --templatedir /vagrant/puppet/templates --verbose --config_version /vagrant/puppet/extra/config-version --fileserverconfig /vagrant/puppet/extra/fileserver.conf --logdest /vagrant/logs/puppet/puppet.aa9995f1b.log --logdest console --modulepath '/tmp/vagrant-puppet-5/modules-0:/etc/puppet/modules' --hiera_config=/tmp/vagrant-puppet-5/hiera.yaml --manifestdir /tmp/vagrant-puppet-5/manifests --detailed-exitcodes /tmp/vagrant-puppet-5/manifests/site.pp
  48.  
  49. Stdout from the command:
  50.  
  51. Notice: Compiled catalog for mediawiki-vagrant.dev in environment production in 2.06 seconds
  52. Info: Applying configuration version '1406232326.aa9995f'
  53. Info: mount[files]: allowing mediawiki-vagrant access
  54. Notice: /Stage[main]/Apt/Exec[update_package_index]/returns: executed successfully
  55. Notice: /Stage[main]/Hhvm/Service[hhvm]/ensure: ensure changed 'stopped' to 'running'
  56. Info: /Stage[main]/Hhvm/Service[hhvm]: Unscheduling refresh on Service[hhvm]
  57. Notice: /Stage[main]/Mediawiki/Exec[install_composer_deps]/returns: Uncaught exception: Could not open extension /usr/lib/hphp/extensions/20131007/luasandbox.so: /usr/lib/hphp/extensions/20131007/luasandbox.so: cannot open shared object file: No such file or directory
  58. Notice: Finished catalog run in 14.37 seconds
  59.  
  60.  
  61. Stderr from the command:
  62.  
  63. Error: composer install --no-interaction --optimize-autoloader returned 255 instead of one of [0]
  64. Error: /Stage[main]/Mediawiki/Exec[install_composer_deps]/returns: change from notrun to 0 failed: composer install --no-interaction --optimize-autoloader returned 255 instead of one of [0]
  65. Error: Could not start Service[jobrunner]: Execution of '/sbin/start jobrunner' returned 1:
  66. Error: /Stage[main]/Mediawiki::Jobrunner/Service[jobrunner]/ensure: change from stopped to running failed: Could not start Service[jobrunner]: Execution of '/sbin/start jobrunner' returned 1:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement