Erro ao subir vagrant no Mac OS X

Categoria: Mac OS X
Publicado em 23 de Abril de 2014

Caso esteja tendo problemas ao subir rodar o vagrant up no Mac OS X, com a mensagem:

1
2
3
4
5
6
7
8
9
10
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: VBoxManage: error: Unable to create a host network interface 
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Host, 
interface IHost, callee nsISupports 
Context: "CreateHostOnlyNetworkInterface (hif.asOutParam(), progress.asOutParam(
))" at line 64 of file VBoxManageHostonly.cpp

Basta rodar o seguinte comando para reiniciar o Virtual Box:

1
sudo /Library/StartupItems/VirtualBox/VirtualBox restart

Em seguida, deve-se rodar o `vagrant up`novamente.

 

Copyright © Fernando Hidemi Uchiyama 2010 - Todos os direitos reservados