Laravel Homestead error: Failed to create host-only adaptor

Laravel Homestead error: Failed to create host-only adaptor

所有具有私网IP的Vagrant box都会出现这个错误。

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: E_FAIL
VBoxManage.exe: error: Failed to create the host-only adapter
VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available)
VBoxManage.exe: error: Context: "int __cdecl handleCreate(struct HandlerArg *,int,int *)" at line 66 of file VBoxManageHostonly.cpp

我试过 composer 安装、手动安装、将 virtualbox 降级到 4。2.x - 没有任何效果。

请帮忙!

谢谢

原来是 'issue' 上 Windows 7 台主机上的一个普通 'issue',带有任何带有专用网络的 vagrant box。

Windows 主持人用户帐户需要具有管理员权限。

有一个已知的 bug # 14040 in VirtualBox 5. Updating to Vbox 5.0.9 对我有用。

当我更新到 5.1.4 时,我在使用 virtualbox 5.0.26 时遇到了同样的问题!我正在使用 vagrant 版本 1.9.1