Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 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>vagrant up
  7. Bringing machine 'default' up with 'virtualbox' provider...
  8. ==> default: Box 'my-bahmni-box' could not be found. Attempting to find and install...
  9. default: Box Provider: virtualbox
  10. default: Box Version: >= 0
  11. ==> default: Box file was not detected as metadata. Adding it directly...
  12. ==> default: Adding box 'my-bahmni-box' (v0) for provider: virtualbox
  13. default: Unpacking necessary files from: file:///C:/Users/morenamt/bahmni-vagrant/package.box
  14. default: Progress: 100% (Rate: 2434k/s, Estimated time remaining: --:--:--)
  15. ==> default: Successfully added box 'my-bahmni-box' (v0) for 'virtualbox'!
  16. ==> default: Importing base box 'my-bahmni-box'...
  17. ==> default: Matching MAC address for NAT networking...
  18. ==> default: Setting the name of the VM: bahmni-vagrant_default_1469683344644_48630
  19. ==> default: Clearing any previously set network interfaces...
  20. There was an error while executing `VBoxManage`, a CLI used by Vagrant
  21. for controlling VirtualBox. The command and stderr is shown below.
  22.  
  23. Command: ["hostonlyif", "create"]
  24.  
  25. Stderr: 0%...
  26. Progress state: E_FAIL
  27. VBoxManage.exe: error: Failed to create the host-only adapter
  28. VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available)
  29. VBoxManage.exe: error: Context: "int __cdecl handleCreate(struct HandlerArg *,int,int *)" at line 66 of file VBoxManageHostonly.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement