3

このエラーは、プライベート ネットワーク 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へのダウングレードを試しましたが、何も機能しません。

助けてください!

ありがとう

4

3 に答える 3

0

プライベート ネットワークを備えた vagrant ボックスを使用する Windows 7 ホストでは、これが一般的な「問題」であることが判明しました。

Windows ホスト ユーザー アカウントには管理者権限が必要です。

于 2015-02-12T14:02:50.450 に答える