Pebble Coding

ソフトウェアエンジニアによるIT技術、数学の備忘録

vagrantとVirtualBox4.2.14の相性

WEB+DB Vol.75の記事(ChefとVagrantによるインフラのコード化)の通りにやったら、 vagrant upコマンドで失敗した。

~$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... [default] Importing base box 'centos'... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["import", "/Users/pebble8888/.vagrant.d/boxes/centos/virtualbox/box.ovf"] Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% Interpreting /Users/pebble8888/.vagrant.d/boxes/centos/virtualbox/box.ovf... OK. 0%... Progress object failure: NS_ERROR_CALL_FAILED

多分原因は、VirtualBox4.2.14(最新)のバグ、もしくは互換性がないんだと思う。 しか〜し、VirtualBox4.2.12がなぜかOld Downloadsの中に見当たらないので、 VirtualBox4.2.10で試してみた。 ビンゴ! 動きました。ふう、これははまる人多いんじゃなかろうか。