以前の記事(http://arata.hatenadiary.com/entry/2014/04/17/215022)
を試そうとしたら失敗した(´・ω・`)
VirtualBox:4.2.x
Vagrant:1.5.3
エラー内容
There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["hostonlyif", "create"] Stderr: 0%... Progress state: NS_ERROR_FAILURE VBoxManage: error: Failed to create the host-only adapter VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterface, interface IHostNetworkInterface VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at line 68 of file VBoxManageHostonly.cpp
でした。
VBoxManage: error: Failed to create the host-only adapter
でぐぐったらここにたどり着きますた
Mac OS X Mavericks で Vagrant がこける時の対処法 | firegoby
ハッ( ゜д ゜)
そういえば家のPCをMavericksにしてからvagrant使ってない!(´・ω・`)w
とりあえず「VirtualBoxを再インストール」
すれば治るっぽかったので再インストール
VirtualBoxが4.2.xから4.3.10になりました。
その後vagrant up を行ったらうまくいきましたとさ。
めでたしめでたし。