Skip to content

Instantly share code, notes, and snippets.

@valera-rozuvan
Created April 8, 2014 11:25
Show Gist options
  • Save valera-rozuvan/10111639 to your computer and use it in GitHub Desktop.
Save valera-rozuvan/10111639 to your computer and use it in GitHub Desktop.
Error while trying to bring up local dev Vagrant
$ cd devstack9/
$ curl https://raw.github.com/edx/configuration/master/vagrant/release/devstack/Vagrantfile > Vagrantfile
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2746 100 2746 0 0 5011 0 --:--:-- --:--:-- --:--:-- 6035
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Box 'himbasha-devstack' was not found. Fetching box from specified URL for
the provider 'virtualbox'. Note that if the URL does not have
a box for this provider, you should interrupt Vagrant now and add
the box yourself. Otherwise Vagrant will attempt to download the
full box prior to discovering this error.
Downloading box from URL: http://files.edx.org/vagrant-images/20140325-himbasha-devstack.box
Extracting box...te: 1327k/s, Estimated time remaining: --:--:--)
Successfully added box 'himbasha-devstack' with provider 'virtualbox'!
There are errors in the configuration of this machine. Please fix
the following errors and try again:
Vagrant:
* Unknown configuration section 'vbguest'.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment