vagrant Up失败

来源:2-3 使用Vagrant搭建完整开发环境

1w1

2015-01-14 18:53

$ 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_INVALIDARG (0x80070057) - One or more arguments ar

e invalid (extended info not available)

VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or

failed to start.

请问老师 这又是出了什么问题?

win7怎么这么多错误啊?

写回答 关注

7回答

  • 洪涛
    2015-01-29 21:27:22
    已采纳

    这感觉就是你的virtualbox根本就是有问题的,你先别用vagrant,直接启动virtualbox,手动建个虚拟机什么的,看看能不能使用。

  • 郁冬
    2017-03-19 22:40:40

    解决方案看这里:http://www.cnblogs.com/lamp01/p/6582657.html 亲测有效,欢迎关注我的技术博客

  • zxx1988328
    2016-04-11 16:42:25

    在VirtualBox安装目录中找到VBoxManage.exe,右击选择属性,设置Windows Server 2008兼容模式运行。再执行vagrant up,正常运行,就可以继续走下去了 

  • youke1
    2016-01-19 10:07:13

    这个 我重新安装也不好使啊

    曦呦

    解决了吗?我下载的最新版也不行。。

    2016-03-29 17:18:08

    共 1 条回复 >

  • youke1
    2016-01-19 10:06:07
    123457


  • qq_V_2
    2015-12-04 14:59:57

    这是个bug,卸载vbox去官方下最新的重装就行了

  • qq_一眼看穿你_0
    2015-01-27 20:36:41

    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.


    什么原因????

洪大师带你解读Symfony 2框架

洪大师教你玩转强大的框架-Symfony2,提高代码性能

20604 学习 · 245 问题

查看课程

相似问题