Date
1 - 1 of 1
Install Bosh Lite fails
Tanmoy Pal
Hi ,
While installing Bosh Lite in my system I am getting this error - Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'cloudfoundry/bosh-lite' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: 9000.69.0 ==> default: Loading metadata for box 'cloudfoundry/bosh-lite' default: URL: https://atlas.hashicorp.com/cloudfoundry/bosh-lite ==> default: Adding box 'cloudfoundry/bosh-lite' (v9000.69.0) for provider: virtualbox default: Downloading: https://atlas.hashicorp.com/cloudfoundry/boxes/bosh-lite/versions/9000.69.0/providers/virtualbox.box default: Progress: 100% (Rate: 400k/s, Estimated time remaining: --:--:--) ==> default: Successfully added box 'cloudfoundry/bosh-lite' (v9000.69.0) for 'virtualbox'! ==> default: Importing base box 'cloudfoundry/bosh-lite'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'cloudfoundry/bosh-lite' is up to date... ==> default: Setting the name of the VM: bosh-lite_default_1447752209380_90394 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly ==> default: Forwarding ports... default: 22 => 2222 (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> 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. The primary issue for this error is that the provider you're using is not properly configured. This is very rarely a Vagrant issue. ========================== Here is my environment details - OS Name: Microsoft Windows 8.1 Enterprise OS Version: 6.3.9600 N/A Build 9600 Virtual Box Version: 4.3.16 Vagrant Version : 1.7.4 Using the same code base (https://github.com/cloudfoundry/bosh-lite) and same network, my colleagues are able to successfully set up the same. Please help me out here. |
|