Apple AirのOSをMavericksに変更したら下記のエラーになって立ち上がらなくなりました。。。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
% vagrant up [default] VM already created. Booting if it's not already running... [default] Clearing any previously set forwarded ports... [default] Forwarding ports... [default] -- 22 => 2222 (adapter 1) [default] Creating shared folders metadata... [default] Clearing any previously set network interfaces... There was an error executing the following command with VBoxManage: ["hostonlyif", "create"] For more information on the failure, enable detailed logging with VAGRANT_LOG. |
臨時の解決方法
VirtualBoxのNetworkの設定が問題だと思うのですが、Mavericksに変更後に優先順位的なものが変更したのかと。。。
とりあえずVirtualBoxを再起動で立ち上がるようにはなりましたが、根本的な開発調査中
1 |
% sudo /Library/StartupItems/VirtualBox/VirtualBox restart |