Vagrant vm preso no estado abortado, excluindo-o preso no estado desligado

1

Recentemente eu comecei a usar o Vagrant v1.6.5 rodando no VirtualBox v4.3.14 para o meu desenvolvimento em PHP. Seguindo este tutorial da PhpAcademy , eu fui capaz de configurar e executar o Vagrant em minha máquina Windows com o Windows 7 Professional x64.

No dia seguinte, eu queria correr como um vagabundo, mas ele disse que ficou preso no estado abortado. Pesquisando um pouco, o resultado foi encontrar esta pergunta no Serverfault , que foi o único link sensato que pude encontrar. Tentando as soluções listadas não produziu resultados diferentes, ainda estava preso no estado abandonado.

Eu então tentei apagar a vm e recriá-la, o que resultou na falha da vm no estado desligado. Então eu tentei deletar o Vagrantfile e recriar o mesmo resultado.

Por que isso está acontecendo e como posso corrigi-lo?

Editar 1

Por solicitação, a mensagem de log do Vagrant através da linha de comando é:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 80 => 8081 (adapter 1)
default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is configured properly and try again.

If the provider you're using has a GUI that comes with it, it is often helpful to open that and watch the machine, since the GUI often has more helpful error messages than Vagrant can retrieve. For example, if you're using VirtualBox, run vagrant up while the VirtualBox GUI is open.

Através do VirtualBox eu recebo o seguinte popup de erro:

Error relaunching VirtualBox VM process 5
Command line: '81954AF5-4D2F-31EB-A142-B7AF187A1C41-suplib-2ndchild --command yacs_default_1410526815120_40382 --startvm f9b81b25-e24a-4e13-980d-80792f8da977 --no-startvm-errormsgbox' (rc=-104)

    
por MisterBla 12.09.2014 / 13:59

1 resposta

2

Como dito por @gtirloni este é um bug no VirtualBox, eu corrigi-lo, desinstalando o VirtualBox 4.3.14 e instalado o 4.3.16. Agora funciona como pretendido.

    
por 18.09.2014 / 22:20