Created
May 2, 2018 20:41
-
-
Save briancain/906a9f3a2b1f0c7da810235610f7ed39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brian@localghost:vagrant-sandbox % be vagrant up bork ±[●●][master] | |
You appear to be running Vagrant outside of the official installers. | |
Note that the installers are what ensure that Vagrant has all required | |
dependencies, and Vagrant assumes that these dependencies exist. By | |
running outside of the installer environment, Vagrant may not function | |
properly. To remove this warning, install Vagrant using one of the | |
official packages from vagrantup.com. | |
Bringing machine 'bork' up with 'virtualbox' provider... | |
==> bork: Checking if box 'hashicorp/precise64_custom' is up to date... | |
==> bork: The metadata for the box was malformed. The exact error | |
==> bork: is shown below. Please contact the maintainer of the box so | |
==> bork: that this issue can be fixed. | |
==> bork: | |
==> bork: 765: unexpected token at '{ | |
==> bork: "name": "hashicorp/precise64_custom", | |
==> bork: asdflkjasdflkjasdflkjasdlkjf | |
==> bork: "description": "This box contains Ubuntu 12.04 LTS 64-bit.", | |
==> bork: "versions": [ | |
==> bork: { | |
==> bork: "version": "1.1.0", | |
==> bork: "providers": [ | |
==> bork: { | |
==> bork: "name": "virtualbox", | |
==> bork: "url": "https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.1.0/providers/virtualbox.box", | |
==> bork: "checksum_type": "sha1", | |
==> bork: "checksum": "034f4af281e648cd65ca6e8d731128b7d2b3ed40" | |
==> bork: } | |
==> bork: ] | |
==> bork: } | |
==> bork: ] | |
==> bork: } | |
==> bork: ' | |
==> bork: Could not determine box updates because box metadata was malformed. Vagrant will continue on... | |
==> bork: Machine already provisioned. Run `vagrant provision` or use the `--provision` | |
==> bork: flag to force provisioning. Provisioners marked to run always will still run. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment