运行 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