Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ vagrant UP
  2. Bringing machine 'default' UP WITH 'virtualbox' provider...
  3. ==> default: Box 'scotch/box' could NOT be found. Attempting to find AND install                                                                                                                ...
  4.     default: Box Provider: virtualbox
  5.     default: Box Version: >= 0
  6. ==> default: Loading metadata for box 'scotch/box'
  7.     default: URL: https://atlas.hashicorp.com/scotch/box
  8. ==> default: Adding box 'scotch/box' (v2.5) for provider: virtualbox
  9.     default: Downloading: https://atlas.hashicorp.com/scotch/boxes/box/versions/                                                                                                                2.5/providers/virtualbox.box
  10.     default:
  11. ==> default: Successfully added box 'scotch/box' (v2.5) for 'virtualbox'!
  12. ==> default: Importing base box 'scotch/box'...
  13. ==> default: Matching MAC address for NAT networking...
  14. ==> default: Checking if box 'scotch/box' is UP to date...
  15. ==> default: Setting the name OF the VM: scotch-box_default_1487959811423_88822
  16. ==> default: Clearing any previously set network interfaces...
  17. There was AN error WHILE executing `VBoxManage`, a CLI used by Vagrant
  18. for controlling VirtualBox. The command AND stderr is shown below.
  19.  
  20. Command: ["hostonlyif", "create"]
  21.  
  22. Stderr: 0%...
  23. Progress state: E_FAIL
  24. VBoxManage.exe: error: Failed to create the host-only adapter
  25. VBoxManage.exe: error: Operation canceled by the user
  26. VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component VirtualBoxWr                                                                                                                ap, interface IVirtualBox
  27. VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCreate(struct Han                                                                                                                dlerArg *)" AT line 71 OF FILE VBoxManageHostonly.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement