Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. $ vagrant up
  2. Bringing machine 'default' up with 'virtualbox' provider...
  3. ==> default: Clearing any previously set forwarded ports...
  4. ==> default: Clearing any previously set network interfaces...
  5. ==> default: Preparing network interfaces based on configuration...
  6. default: Adapter 1: nat
  7. ==> default: Forwarding ports...
  8. default: 22 (guest) => 2222 (host) (adapter 1)
  9. ==> default: Booting VM...
  10. There was an error while executing `VBoxManage`, a CLI used by Vagrant
  11. for controlling VirtualBox. The command and stderr is shown below.
  12.  
  13. Command: ["startvm", "87a6ea1a-fe40-4e52-b02c-ae6a867a4e10", "--type", "headless"]
  14.  
  15. Stderr: VBoxManage: error: The virtual machine 'archlinux32-test_default_1500470282692_51213' has terminated unexpectedly during startup with exit code 1 (0x1)
  16. VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement