Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. $ vagrant up
  2. Bringing machine 'myvirtualmachine' up with 'virtualbox' provider...
  3. ==> myvirtualmachine: Clearing any previously set forwarded ports...
  4. ==> myvirtualmachine: Clearing any previously set network interfaces...
  5. ==> myvirtualmachine: Preparing network interfaces based on configuration...
  6. myvirtualmachine: Adapter 1: nat
  7. myvirtualmachine: Adapter 2: hostonly
  8. ==> myvirtualmachine: Forwarding ports...
  9. myvirtualmachine: 8092 (guest) => 9000 (host) (adapter 1)
  10. myvirtualmachine: 22 (guest) => 2222 (host) (adapter 1)
  11. ==> myvirtualmachine: Running 'pre-boot' VM customizations...
  12. ==> myvirtualmachine: Booting VM...
  13. There was an error while executing `VBoxManage`, a CLI used by Vagrant
  14. for controlling VirtualBox. The command and stderr is shown below.
  15.  
  16.  
  17. Command: ["startvm", "8b5f97cb-b593-4610-989d-6445fbcb7d0e", "--type", "headless"]
  18.  
  19.  
  20. Stderr: VBoxManage: error: The virtual machine 'myvirtualmachine' has terminated unexpectedly during startup with exit code 1 (0x1)
  21. VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
  22.  
  23. sudo apt-get remove virtualbox-5.1 virtualbox-dkms
  24. sudo apt-get install virtualbox-5.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement