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

时间:2015-02-12 09:40:08

标签: php laravel virtualbox laravel-5 homestead

所有带有专用网络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

我尝试过编写器安装,手动安装,将virtualbox降级到4.2.x - 没有任何作用。

请帮忙!

由于

3 个答案:

答案 0 :(得分:0)

原来是Windows 7主机上的常见“问题”,任何带有专用网络的流浪盒。

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

答案 1 :(得分:0)

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

答案 2 :(得分:0)

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