$VBoxManage --version
5.1.2r108956
$vagrant --version
Vagrant 1.8.5
Hi , Having trouble bringing vagrant derived boxes up , I get the feeling this was working prior to os x 10.11.6 , but its a corp workstation so anything could be fiddling around in the machine (jama).
$vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "b4323fc9-ca18-4879-9bb2-33f6d2c4a469", "--type", "headless"]
Stderr: VBoxManage: error: The VM session was aborted
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, interface ISession
in the VB gui , I notice the invalid settings detected icon at the bottom
box will not start until I open the network and change Adapter 1 from NAT to NAT Network
this is regardless of what box I use , mine or downloaded all fail the same way
removed both virtualbox and vagrant and reinstalled, but still issue remains.
Host OS is OSx 10.11.6
Any ideas what to check next?
Apologies English is not my mother tongue