小编maf*_*roh的帖子

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

我有一个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: …
Run Code Online (Sandbox Code Playgroud)

virtualbox virtual-machine vagrant ubuntu-15.10

5
推荐指数
0
解决办法
798
查看次数