Advertisement
Guest User

Untitled

a guest
Jul 11th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Windows PowerShell
  2. Copyright (C) 2014 Microsoft Corporation. All rights reserved.
  3.  
  4. PS C:\Users\Lenovo> cd C:\HashiCorp\Vagrant\bin\image-dreamer
  5. PS C:\HashiCorp\Vagrant\bin\image-dreamer> vagrant up
  6. Bringing machine 'default' up with 'virtualbox' provider...
  7. ==> default: Box 'data-science-toolbox/dst' could not be found. Attempting to find and install...
  8. default: Box Provider: virtualbox
  9. default: Box Version: >= 0
  10. ==> default: Loading metadata for box 'data-science-toolbox/dst'
  11. default: URL: https://atlas.hashicorp.com/data-science-toolbox/dst
  12. ==> default: Adding box 'data-science-toolbox/dst' (v0.2.1) for provider: virtualbox
  13. default: Downloading: https://atlas.hashicorp.com/data-science-toolbox/boxes/dst/versions/0.2.1/providers/virtualbox
  14. .box
  15. default: Progress: 100% (Rate: 5614k/s, Estimated time remaining: --:--:--)
  16. ==> default: Successfully added box 'data-science-toolbox/dst' (v0.2.1) for 'virtualbox'!
  17. ==> default: Importing base box 'data-science-toolbox/dst'...
  18. ==> default: Matching MAC address for NAT networking...
  19. ==> default: Checking if box 'data-science-toolbox/dst' is up to date...
  20. ==> default: Setting the name of the VM: image-dreamer_default_1436672546252_12074
  21. ==> default: Clearing any previously set network interfaces...
  22. ==> default: Preparing network interfaces based on configuration...
  23. default: Adapter 1: nat
  24. ==> default: Forwarding ports...
  25. default: 22 => 2222 (adapter 1)
  26. ==> default: Running 'pre-boot' VM customizations...
  27. ==> default: Booting VM...
  28. ==> default: Waiting for machine to boot. This may take a few minutes...
  29. The guest machine entered an invalid state while waiting for it
  30. to boot. Valid states are 'starting, running'. The machine is in the
  31. 'poweroff' state. Please verify everything is configured
  32. properly and try again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement