Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.10240]
  2. (c) 2015 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\morenamt>cd bahmni-vagrant
  5.  
  6. C:\Users\morenamt\bahmni-vagrant>
  7. C:\Users\morenamt\bahmni-vagrant>vagrant up
  8. Bringing machine 'default' up with 'virtualbox' provider...
  9. ==> default: Clearing any previously set forwarded ports...
  10. ==> default: Clearing any previously set network interfaces...
  11. ==> default: Preparing network interfaces based on configuration...
  12. default: Adapter 1: nat
  13. default: Adapter 2: hostonly
  14. ==> default: Forwarding ports...
  15. default: 22 (guest) => 2222 (host) (adapter 1)
  16. ==> default: Running 'pre-boot' VM customizations...
  17. ==> default: Booting VM...
  18. ==> default: Waiting for machine to boot. This may take a few minutes...
  19. default: SSH address: 127.0.0.1:2222
  20. default: SSH username: vagrant
  21. default: SSH auth method: private key
  22. default: Warning: Authentication failure. Retrying...
  23. default: Warning: Authentication failure. Retrying...
  24. default: Warning: Authentication failure. Retrying...
  25. default: Warning: Authentication failure. Retrying...
  26. default: Warning: Authentication failure. Retrying...
  27. default: Warning: Authentication failure. Retrying...
  28. default: Warning: Authentication failure. Retrying...
  29. default: Warning: Authentication failure. Retrying...
  30. default: Warning: Authentication failure. Retrying...
  31. default: Warning: Authentication failure. Retrying...
  32. default: Warning: Authentication failure. Retrying...
  33. default: Warning: Authentication failure. Retrying...
  34. Timed out while waiting for the machine to boot. This means that
  35. Vagrant was unable to communicate with the guest machine within
  36. the configured ("config.vm.boot_timeout" value) time period.
  37.  
  38. If you look above, you should be able to see the error(s) that
  39. Vagrant had when attempting to connect to the machine. These errors
  40. are usually good hints as to what may be wrong.
  41.  
  42. If you're using a custom box, make sure that networking is properly
  43. working and you're able to connect to the machine. It is a common
  44. problem that networking isn't setup properly in these boxes.
  45. Verify that authentication configurations are also setup properly,
  46. as well.
  47.  
  48. If the box appears to be booting properly, you may want to increase
  49. the timeout ("config.vm.boot_timeout") value.
  50.  
  51. C:\Users\morenamt\bahmni-vagrant>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement