Advertisement
Guest User

Untitled

a guest
Dec 8th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Bringing machine 'default' up with 'virtualbox' provider...
  2. ==> default: Importing base box 'ubuntu/trusty64'...
  3. ==> default: Matching MAC address for NAT networking...
  4. ==> default: Checking if box 'ubuntu/trusty64' is up to date...
  5. ==> default: Setting the name of the VM: playbook-mean_default_1418045477750_73248
  6. ==> default: Clearing any previously set forwarded ports...
  7. ==> default: Clearing any previously set network interfaces...
  8. ==> default: Preparing network interfaces based on configuration...
  9. default: Adapter 1: nat
  10. ==> default: Forwarding ports...
  11. default: 22 => 2222 (adapter 1)
  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. The guest machine entered an invalid state while waiting for it
  18. to boot. Valid states are 'starting, running'. The machine is in the
  19. 'gurumeditation' state. Please verify everything is configured
  20. properly and try again.
  21.  
  22. If the provider you're using has a GUI that comes with it,
  23. it is often helpful to open that and watch the machine, since the
  24. GUI often has more helpful error messages than Vagrant can retrieve.
  25. For example, if you're using VirtualBox, run `vagrant up` while the
  26. VirtualBox GUI is open.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement