Falla vagabunda en el arranque de VM


0

Recientemente reinstalé Windows 7 64bit en una SSD. Luego instalé Virtual Box 4.3.16r95972 y vagrant Vagrant 1.6.5.

Fui a https://vagrantcloud.com/ y obtuve este cuadro https://vagrantcloud.com/ubuntu/boxes/trusty64

Hice vagabundo init ubuntu / trusty64. Todo salió bien.

Entonces hice vagabundeo - depuración. Tengo muchas cosas. Esta es la última parte:

default: 22 => 2222 (adapter 1) 
INFO subprocess: Starting process: ["C:\\Program Files\Oracle\VirtualBox\VBoxManage.exe", "modifyvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8e
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action:
INFO warden: Calling IN action:
INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "modifyvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8e
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO sanedefaults: Automatically figuring out whether to enable/disable NAT DNS proxy...
INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "modifyvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8e
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action:
INFO interface: info: Running 'pre-boot' VM customizations...
INFO interface: info: ==> default: Running 'pre-boot' VM customizations...
==> default: Running 'pre-boot' VM customizations... INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "modifyvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8e DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action:
INFO interface: info: Booting VM...
INFO interface: info: ==> default: Booting VM...
==> default: Booting VM...

No obtengo nada más después de la "VM de arranque". Esperé más de 30 my nada. Golpeé ctrl + c y obtuve esto: (es mucho, así que usé un sitio de pegado)

http://privatepaste.com/a166d9d290

pero básicamente me da un error en:

Stderr:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8eda9c9", "--type", "gui"]

Stderr:
 INFO interface: Machine: error-exit ["Vagrant::Errors::VBoxManageError", "There was an error while executing `VBoxManage`, a CLI used by Vagrant\nfor controlling VirtualBox. The command and stderr is shown below.\n\nCommand: [\"startvm\", \"e3a7d92a-51f6-4cba-aff5-e7bbe8eda9c9\", \"--type\", \"gui\"]\n\nStderr: "]

En el archivo Vagrant puse vb.gui = true pero nunca vi ningún cuadro, también en la ventana del administrador de VirtualBox nunca veo que la vm realmente comience.

Intenté este sitio web https://puphpet.com para generar un cuadro vagabundo (lo he usado en el pasado y todo funcionó) pero los resultados son los mismos que los anteriores.

Intenté buscar este error y encontré problemas similares, pero se solucionaron cuando el usuario actualizó a VirtualBox 4.3.16 (que es la versión que estoy usando actualmente).

Alguien sabe cómo puedo solucionar esto? Necesito trabajar y necesito una VM para trabajar.

Gracias

Respuestas:


0

Según esta publicación , descubrí que hay problemas de seguridad con 4.3.16r95972.

Así que actualicé a 4.3.17 r96342 y todo está funcionando ahora.

Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.