【作死】更新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

浏览器打开新标签页极卡

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


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

目录
相关文章
|
20天前
|
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
82 1
|
8月前
|
缓存 Ubuntu 数据安全/隐私保护
Ubuntu图形化软件更新与移除
更新软件源 更新Ubuntu软件源的操作步骤,更新软件源的目的就是,将在Ubuntu官网的软件源更改到本地,也就是国内的软件源,这样的话下载安装,查找软件源的速度都会变得非常快; 1、双击win健,打开所有程序; 2、单击软件和更新进行一个设置; 3、打开了软件和更新界面,单击下载,下拉按钮,选择其它选项,单击选择最佳服务器按钮,这样他会自动的查找最快的软件源,进行一些测试, 4、结束后,单击选择服务按钮,让输入当前用户的密码,进行认证; 5、关闭后,可用软件的列表信息已过时,单击重新载入,他会更新软件缓存; 6、双击win健,打开所有程序,单击软件更新器; 7、他就会检查更新,包括软件包括内
131 1
|
8月前
|
Ubuntu 数据安全/隐私保护 虚拟化
win11使用WSL2配置Ubuntu 环境
打开cmd 输入wsl,提示我们系统不支持wsl。
237 0
|
9月前
|
Ubuntu
vagrant创建并启动一个Ubuntu
不过建议在开启了hyperv或wsl2的情况下,不要使用ubuntu系统。
51 0
|
10月前
|
Ubuntu Linux Docker
win10下的docker桌面端配置ubuntu进行访问
win10下的docker桌面端配置ubuntu进行访问
147 0
|
11月前
|
Linux 虚拟化 Ruby
Windows & Linux安装 Vagrant 环境
Vagrant是一个基于Ruby的工具,用于创建和部署虚拟化开发环境。
284 0
|
Java Linux 虚拟化
VMware Linux下拖拽补丁vmtools的安装和卸载
VMware Linux下拖拽补丁vmtools的安装和卸载
189 0
|
安全 Shell 网络安全
mac vagrant 创建 lnmp 开发环境
建议使用迅雷下载,浏览器下载可能太慢。123实操笔记mac homebrew 安装 vagrant$ brew cask install vagrantCloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'.
734 0

热门文章

最新文章