Errors during Start Vagrant


João Vitor Brasil <joao.santos.010 at acad.pucrs.br...>
 

Hello!
I'm new in this and i need deploy the Cloud Foundry using BOSH-Lite. During the vagrant up --provider=virtualbox, i had the error below:

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

Command: ["startvm", "4b3dc5d5-9e13-4a39-bfd2-5adf3442bf6b", "--type", "gui"]

Stderr: VBoxManage: error: The virtual machine 'bosh-lite_default_1498657249337_96211' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

I'm doing this using a Virtual Box Manager, not in my host.
The S.O. from VM is Ubuntu 14.04, 32 bits.

Thanks


Danny Berger
 

Hi - welcome to Cloud Foundry! That error probably means you have an
incorrect version of Vagrant/VirtualBox installed (e.g. a version for 14.04
vs 14.10), or you're missing the correct kernel modules to use VirtualBox.
Typically the error is not related to bosh itself, so you might want to try
using VirtualBox directly to verify the installation. I'd be curious to
hear what more you find, in case others have this issue.

Danny

On Wed, Jun 28, 2017 at 7:28 AM, joao vitor da s b dos santos <
joao.santos.010(a)acad.pucrs.br> wrote:

Hello!
I'm new in this and i need deploy the Cloud Foundry using BOSH-Lite.
During the vagrant up --provider=virtualbox, i had the error below:

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

Command: ["startvm", "4b3dc5d5-9e13-4a39-bfd2-5adf3442bf6b", "--type",
"gui"]

Stderr: VBoxManage: error: The virtual machine 'bosh-lite_default_1498657249337_96211'
has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component
MachineWrap, interface IMachine

I'm doing this using a Virtual Box Manager, not in my host.
The S.O. from VM is Ubuntu 14.04, 32 bits.

Thanks


--
Danny Berger


João Vitor Brasil <joao.santos.010 at acad.pucrs.br...>
 

Hello, Danny. As I'm doing nested virtualization, both virtualbox need to be the same version?
I'm think i'll try to install direct in the my own machine to test, but as i've read, the nested virtualization works with virtualbox.

Thanks for the awnser!