Laravel Homestead错误:无法创建仅限主机的适配器


Laravel Homestead error: Failed to create host-only adaptor

此错误发生在具有专用网络IP的所有Vagrant盒子中。

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,但都不起作用。

请帮忙!

感谢

在带有专用网络的任何流浪箱的Windows 7主机上,这是一个常见的"问题"。

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

VirtualBox 5中有一个已知的错误#14040。更新到Vbox 5.0.9对我有效。

当我更新到5.1.4时,我在使用virtualbox 5.0.26时遇到了同样的问题,它起作用了!我使用的是流浪者版本1.9.1