码迷,mamicode.com
首页 > 其他好文 > 详细

VBoxManage: error: Failed to create the host-only

时间:2019-03-21 01:15:00      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:new   open   comm   int   clearing   component   ase   inter   machine   

【问题描述】: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即可。

VBoxManage: error: Failed to create the host-only

标签:new   open   comm   int   clearing   component   ase   inter   machine   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!