当运行vagrant时,我仍然会收到以下错误:
执行Vagrant使用的CLI VBoxManage
时出错
用于控制VirtualBox。命令和stderr如下所示。
命令:[“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
答案 0 :(得分:0)
您的Vagrant文件是什么样的?
您可以毫无问题地从主机运行VBoxManage hostonlyif create
吗?
另外,你想在这里完成什么?如果您只想要一个仅限主机的网络,请查看此处:http://docs.vagrantup.com/v2/networking/private_network.html