【作死】更新macOS Mojave后Vagrant无法使用

简介: Vagrant box 无法启动There was an error while executing `VBoxManage`, a CLI used by Vagrantfor controlling VirtualBox.

Vagrant box 无法启动

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 94 of file VBoxManageHostonly.cpp

去官网下载最新的VirtualBox重新安装之后可以解决,我安装的版本号是5.2.18

Git不复存在

运行命令重新安装即可

xcode-select --install

浏览器打开新标签页极卡

原因不明,等待官方更新吧


补充:
居然是搜狗输入法的问题,更新到最新版本的输入法可以解决

目录
相关文章
|
16天前
|
Kubernetes Ubuntu Shell
wsl Ubuntu环境 创建 k8s集群
wsl Ubuntu环境 创建 k8s集群
|
6月前
|
Ubuntu 数据安全/隐私保护
Ubuntu中删除LibreOffice方法
删除LibreOffice套件 1、打开终端。您可以使用快捷键Ctrl + Alt + T来打开终端。 2、输入以下命令以卸载LibreOffice套件: sudo apt-get remove libreoffice* 删除所有与LibreOffice相关的软件包 1、系统可能会要求您输入管理员密码。输入密码后,按下Enter键继续。 2、终端会列出要删除的软件包,并要求您确认操作。按下Y键,然后按下Enter键继续。 3、完成卸载后,您可以输入以下命令来删除与LibreOffice相关的配置文件: sudo apt-get purge libreoffice* 删除与LibreOffice
81 1
|
8月前
|
Shell
ubuntu16.04创建自己的桌面图标
ubuntu16.04创建自己的桌面图标
114 0
|
8月前
|
Ubuntu 数据安全/隐私保护 虚拟化
win11使用WSL2配置Ubuntu 环境
打开cmd 输入wsl,提示我们系统不支持wsl。
235 0
|
11月前
|
Linux 虚拟化 Ruby
Windows & Linux安装 Vagrant 环境
Vagrant是一个基于Ruby的工具,用于创建和部署虚拟化开发环境。
281 0
|
安全 Shell 网络安全
mac vagrant 创建 lnmp 开发环境
建议使用迅雷下载,浏览器下载可能太慢。123实操笔记mac homebrew 安装 vagrant$ brew cask install vagrantCloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'.
732 0
|
Ubuntu Shell
安装好ubuntu后的操作
第一步:在系统设置中,点击软件和更新,切换源到阿里云第二步:在shell中输入:sudo apt-get update第三步:继续输入sudo apt-get upgrade第四步:安装一个工具,sudo apt inst...
1638 0
|
Ubuntu 开发工具 安全
|
Ubuntu 网络安全 数据安全/隐私保护
|
Ubuntu Android开发 开发者