vagrant Up失敗
$ 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怎么這么多錯誤?。?/p>
2015-01-29
這感覺就是你的virtualbox根本就是有問題的,你先別用vagrant,直接啟動virtualbox,手動建個虛擬機什么的,看看能不能使用。
2017-03-19
解決方案看這里:http://www.cnblogs.com/lamp01/p/6582657.html 親測有效,歡迎關注我的技術博客
2016-04-11
在VirtualBox安裝目錄中找到VBoxManage.exe,右擊選擇屬性,設置Windows Server 2008兼容模式運行。再執行vagrant up,正常運行,就可以繼續走下去了?
2016-01-19
這個 我重新安裝也不好使啊
2016-01-19
2015-12-04
這是個bug,卸載vbox去官方下最新的重裝就行了
2015-01-27
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.
什么原因????