【发布时间】:2021-06-29 14:55:25
【问题描述】:
在尝试执行 vagrant up 时在终端中出现错误
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: 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
我正在使用 mac BigSur M1 芯片。
我尝试了一些解决方案
- 尝试重新安装 virtualbox
- vagrant up failed, /dev/vboxnetctl: no such file or directory 但 BigSur 中没有任何授予权限选项。
任何帮助将不胜感激。
【问题讨论】:
标签: macos vagrant virtualbox macos-big-sur