I am having some issues setting up my dev environment. My setup:
Windows 10 Host
Running Ubuntu 14 in a VirtualBox instance
Install Homestead
vagrant up
This error
There was an error while executing VboxManage, a CLI used by Vagrant for controlling Virtualbox. The command and stderr is shown below. Command: [hostonlyif", "create"] Stderr: 0%... Progress State: NS_ERROR_FAILURE VBoxManage: error: Failed to create the host-only adapter VboxManage: error: VboxNetAdpCtl: Error while adding new interface: VBoxNetAdpCtl: ioctl failed for > devboxnetctl: Inappropriate ioctl for devic VboxManage error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface VBoxManage: error: Context: "RTEXCODE handleCreate(HandlerArg*)" at line 71 of file VBoxManageHostonly.cpp
I would greatly appreciate any insight into this issue, as my google-fu has failed me on this one (and some errors with dependencies concerning the right version of virtual box -- 5.1 doesn't work here, had to uninstall and downgrade to 5-- have depleted my energies).
Is it possible that this is an "inception" kind of issue regarding the fact that I'm setting up a virtual machine inside a virtual machine?
The (first) VBox Storage settings: 50GB partitioned, 14 current size
Granted the machine 1 cpu
The network settings is here
Thankyou in advance