VBoxManage: error: Failed to create the host-only

【问题描述】:vagrant up 失败,报错如下:
centos7$ vagrant up
Bringing machine ‘do1‘ up with ‘virtualbox‘ provider...
Bringing machine ‘do2‘ up with ‘virtualbox‘ provider...
Bringing machine ‘do3‘ up with ‘virtualbox‘ provider...
==> do1: Importing base box ‘centos/7‘...
==> do1: Matching MAC address for NAT networking...
==> do1: Checking if box ‘centos/7‘ version ‘1901.01‘ is up to date...
==> do1: Setting the name of the VM: centos7do1155309648889913563
==> do1: Clearing any previously set network interfaces...
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: NSERRORFAILURE
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 NSERRORFAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg )" at line 94 of file VBoxManageHostonly.cpp
【排查分析】:兼容性问题
【解决方案】:下载低版本的box即可,当前最新为6.0.4,下载5.2.26即可。

原文地址:https://blog.51cto.com/zhaowl/2366304

时间: 2024-08-29 17:06:56

VBoxManage: error: Failed to create the host-only的相关文章

InteliJ IDEA 启动应用出现 Error:failed to create a child event loop 解决方案

1.首先检查自己电脑是否能够联网 2.打开电脑防火墙允许 InteliJ IDEA 进行通信如下图所示 原文地址:https://www.cnblogs.com/pythoncd/p/10264542.html

Failed to create the host-only adapte

vagrant up启动时如果设置成private_network报如下错: Bringing machine 'default' up with 'virtualbox' provider... [default] Importing base box 'precise64'... [default] Matching MAC address for NAT networking... [default] Setting the name of the VM... [default] Clea

Failed to create Accelerated Display. Please check the display hardware and drivers meet the minimum requirements.

ArcGIS Runtime for WPF开发中Map设置了属性UseAcceleratedDisplay="True",报错: Sample: LocalMap Error: Failed to create Accelerated Display. Please check the display hardware and drivers meet the minimum requirements. Stack Trace: 在 ESRI.ArcGIS.Client.Native

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli) on project standalone-pom: Unable to parse configuration of 3: mojo org.apache.maven.plugins:

问题: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli)  on project standalone-pom: Unable to parse configuration of 3:  mojo org.apache.maven.plugins:maven-archetype-plugin:2.4:create for parameter

Sitecore 9 安装 - error - failed to start service 'sitecore xconnect search indexer The Authority/Host could not be parsed

Cause: 1. "SolrUrl"设置(在"install-sitecore-901.ps1"文件中)不对 2. “SitecoreInstallFramework” 版本不对 Solution: 1. 检查"SolrUrl"设置,正确的格式应该是类似:$SolrUrl = "https://localhost:8983/solr" 2. 之前步骤“Install-Package SitecoreInstallFramew

pip错误-failed to create process/fatal error in launcher

问题: failed to create process/fatal error in launcher 解决: python2 -m pip install --upgrade pip python -m pip install --upgrade pip 原文地址:https://www.cnblogs.com/hankleo/p/10358548.html

Oracle Study之--Oracle 11g RAC故障(Failed to create or upgrade OLR)

Oracle Study之--Oracle 11g RAC故障(Failed to create or upgrade OLR) 系统环境:       操作系统: RedHat EL5.5       Cluster:   Oracle Grid 11.2.0.1.0       Oracle:     Oracle 11g  11.2.0.1.0 故障现象:             在Oracle 11gR2  RAC添加新节点的过程中,在new node上运行root.sh时出现以下故障:

Oracle Rac root.sh报错 Failed to create keys in the OLR, rc = 127 libcap.so.1

环境交待: Linux 6.3 Oracle Rac 11.2.0.4 [[email protected] grid]# /u01/app/11.2.0/grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: ORACLE_OWNER= grid ORACLE_HOME=  /u01/app/11.2.0/grid Enter the f

VirtualBox Host-only Adapter,Failed to create the host-only adapter 转

不用重装VirtualBox,安装虚拟网卡 今天使用VirtualBox的host-only模式,因为之前把网络连接卸载,这次出现的各种错误. Failed to create the host-only adapter Could not find Host Interface Networking driver! Please reinstall How to reinstall the host-only network adapter in VirtualBox 1 2 3 4 Fail