【发布时间】:2018-04-27 09:23:29
【问题描述】:
我正在尝试为 kong 设置 vagrant。我已经安装了 VirtualBox 和 vagrant。但是当我运行“vgrant up”时,我遇到了以下问题:
Bringing machine 'default' up with 'virtualbox' provider...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["list", "hostonlyifs"]
Stderr: VBoxManage: error: Failed to create the VirtualBox object!
VBoxManage: error: Code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not registered (extended info not available)
我已经搜索了这个错误,但运气不佳。
我用的是centos 7.4,内核版本是3.10.0-693.21.1.el7.x86_64。
我已经下载了相关的gcc、devel和dkms。总之跟着链接https://tecadmin.net/install-oracle-virtualbox-on-centos-redhat-and-fedora/
感谢任何提示。
谢谢 黛娜
【问题讨论】:
标签: vagrant virtualbox centos7