Vagrant无法与VirtualBox通信:不适当的ioctl for devic

maf*_*roh 5 virtualbox virtual-machine vagrant ubuntu-15.10

我有一个Vagrant VM设置与VirtualBox一起运行.目前在尝试使用该命令启动它之后vagrant up,我在控制台中收到以下错误:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set network interfaces...
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 /dev/vboxnetctl: Inappropriate ioctl for devic
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg*)" at line 71 of file VBoxManageHostonly.cpp
Run Code Online (Sandbox Code Playgroud)

尝试重新安装VirtualBox具有相同的结果.我的操作系统是Ubuntu Gnome 15.10.做了一些研究,但只有OSX的解决方案得到了类似的结果.

谢谢你的协助.