Advertisement
helmet91

Output of vagrant up

Apr 2nd, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Bringing machine 'default' up with 'virtualbox' provider...
  2. ==> default: Checking if box 'puphpet/debian75-x64' is up to date...
  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: 22 => 9180 (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. ==> default: Checking for guest additions in VM...
  20. ==> default: Configuring and enabling network interfaces...
  21. ==> default: Mounting shared folders...
  22. default: /var/www => /home/dani/PhpstormProjects
  23. default: /vagrant => /home/dani/PhpstormProjects
  24. default: /tmp/vagrant-puppet/modules-0cdf279110ae12e5ac9854de9f2a3b7d => /home/dani/PhpstormProjects/puphpet/puppet/modules
  25. default: /tmp/vagrant-puppet/manifests-893fcda21077f5a583c2dbbba8515c0a => /home/dani/PhpstormProjects/puphpet/puppet
  26. ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  27. ==> default: to force provisioning. Provisioners marked to run always will still run.
  28. ==> default: Running provisioner: shell...
  29. default: Running: /tmp/vagrant-shell20150402-9846-1qzlz9f.sh
  30. ==> default: stdin: is not a tty
  31. ==> default: Running files in files/startup-once
  32. ==> default: Finished running files in files/startup-once
  33. ==> default: To run again, delete hashes you want rerun in /.puphpet-stuff/startup-once-ran or the whole file to rerun all
  34. ==> default: Running files in files/startup-always
  35. ==> default: Finished running files in files/startup-always
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement