5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows 7でVagantを使う時はVirtual Boxのバージョンに注意

Posted at

先人によると最新版を導入すると下記のメッセージで起動時に落ちる。


INFO interface: error: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "C:/Users/Ravi/.vagrant.d/boxes/precise32/virtualbox/box.ovf"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting C:\Users\Ravi\.vagrant.d\boxes\precise32\virtualbox\box.ovf...
OK.
0%...
Progress object failure: RPC_S_SERVER_UNAVAILABLE 0x800706BA

Virtual Boxのバージョンを落とし下記の組み合わせでは動作したとのこと。

  • Vagrant 1.2.2
  • VirtualBox-4.2.8-83876-Win.exe

参考
http://comments.gmane.org/gmane.comp.tools.vagrant/216

5
5
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?