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

Vagrant启动VirtualBox的问题

时间:2015-08-17 15:45:30      阅读:371      评论:0      收藏:0      [点我收藏+]

标签:

C:\Users\Administrator\virtualbox>vagrant 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.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code E_NOINTERFACE (0x80004002) - No such interface suppo
rted (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or
failed to start.

  根据网上说的VirtualBox兼容性问题,在VirtualBox安装目录中找到VBoxManage.exe,右击选择属性,设置Windows Server 2008兼容模式运行。再执行vagrant up,正常运行,问题解决。

Vagrant启动VirtualBox的问题

标签:

原文地址:http://my.oschina.net/yearnfar/blog/493498

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