Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. There was an error while executing `VBoxManage`, a CLI used by Vagrant
  2. for controlling VirtualBox. The command and stderr is shown below.
  3.  
  4. Command: ["startvm", "51326ae4-e35e-42c1-951c-7ddc497bc492", "--type", "headless"]
  5.  
  6. Stderr: VBoxManage: error: The virtual machine 'example.dev' has terminated unexpectedly during startup with exit code 1 (0x1)
  7. VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
  8.  
  9. $ vagrant up
  10. Bringing machine 'default' up with 'virtualbox' provider...
  11. ==> default: Checking if box 'bento/ubuntu-16.04' is up to date...
  12. ==> default: Clearing any previously set forwarded ports...
  13. ==> default: Clearing any previously set network interfaces...
  14. ==> default: Preparing network interfaces based on configuration...
  15. default: Adapter 1: nat
  16. default: Adapter 2: hostonly
  17. ==> default: Forwarding ports...
  18. default: 22 (guest) => 2222 (host) (adapter 1)
  19. ==> default: Running 'pre-boot' VM customizations...
  20. ==> default: Booting VM...
  21. There was an error while executing `VBoxManage`, a CLI used by Vagrant
  22. for controlling VirtualBox. The command and stderr is shown below.
  23.  
  24. Command: ["startvm", "51326ae4-e35e-42c1-951c-7ddc497bc492", "--type", "headless"]
  25.  
  26. Stderr: VBoxManage: error: The virtual machine 'example.dev' has terminated unexpectedly during startup with exit code 1 (0x1)
  27. VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement