【发布时间】:2020-05-14 14:30:40
【问题描述】:
运行vagrant up时出现以下错误
执行“VBoxManage”时出错,这是 Vagrant 使用的 CLI 用于控制 VirtualBox。命令和标准错误如下所示。
命令:["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 HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg *)" at line 95 of file VBoxManageHostonly.cpp
【问题讨论】:
标签: vagrant