2

运行 vagrant up 时,我仍然收到以下错误:

执行时出错VBoxManage,这是 Vagrant 用于控制 VirtualBox 的 CLI。命令和标准错误如下所示。

命令:["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: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterface, interface IHostNetworkInterface
VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at line 66 of file VBoxManageHostonly.cpp

我试图运行:

sudo launchctl load /Library/LaunchDaemons/org.virtualbox.startup.plist

但是没有效果。

当我曾经有 4.2.x VirtualBox 时尝试使用。

sudo /Library/StartupItems/VirtualBox/VirtualBox restart
4

1 回答 1

0

你的 Vagrantfile 是什么样的?

您可以VBoxManage hostonlyif create从主机运行而没有问题吗?

另外,你想在这里完成什么?如果您只想要一个仅限主机的网络,请看这里:http ://docs.vagrantup.com/v2/networking/private_network.html

于 2014-01-03T22:19:15.333 回答