Guest User

Untitled

a guest
Mar 8th, 2017
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Bringing machine 'default' up with 'virtualbox' provider...
  2. ==> default: Importing base box 'Svpernova09/homestead-legacy'...
  3. ==> default: Matching MAC address for NAT networking...
  4. ==> default: Checking if box 'Svpernova09/homestead-legacy' is up to date...
  5. ==> default: Setting the name of the VM: vagrant_default_1489028273297_66364
  6. ==> default: Fixed port collision for 22 => 2222. Now on port 2200.
  7. ==> default: Clearing any previously set network interfaces...
  8. ==> default: Preparing network interfaces based on configuration...
  9. default: Adapter 1: nat
  10. default: Adapter 2: hostonly
  11. ==> default: Forwarding ports...
  12. default: 22 (guest) => 2200 (host) (adapter 1)
  13. ==> default: Booting VM...
  14. ==> default: Waiting for machine to boot. This may take a few minutes...
  15. default: SSH address: 127.0.0.1:2200
  16. default: SSH username: vagrant
  17. default: SSH auth method: private key
  18. Timed out while waiting for the machine to boot. This means that
  19. Vagrant was unable to communicate with the guest machine within
  20. the configured ("config.vm.boot_timeout" value) time period.
  21.  
  22. If you look above, you should be able to see the error(s) that
  23. Vagrant had when attempting to connect to the machine. These errors
  24. are usually good hints as to what may be wrong.
  25.  
  26. If you're using a custom box, make sure that networking is properly
  27. working and you're able to connect to the machine. It is a common
  28. problem that networking isn't setup properly in these boxes.
  29. Verify that authentication configurations are also setup properly,
  30. as well.
  31.  
  32. If the box appears to be booting properly, you may want to increase
  33. the timeout ("config.vm.boot_timeout") value.
Advertisement
Add Comment
Please, Sign In to add comment