Box 'bento/ubuntu-16.04' could not be found
Closed this issue · 1 comments
of6 commented
Bug reports and feature requests
- I've read the guidelines for Contributing to Roots Projects
- This is a bug report for the roots-example-project.com repo and not for Trellis, Bedrock, Sage or Soil
- I've read the docs for Trellis, Bedrock, Sage and Soil (if applicable) and followed them
- This is not a personal support request that should be posted on the Roots Discourse forums
Replace any X
with your information.
Bug report
- Cloned this repo as of today
- ran
ansible-galaxy install -r requirements.yml
inroots-example-project.com/trellis
- ran
npm install & bower install & gulp
inroots-example-project.com/site/web/app/themes/sage
- When running
vagrant up
inroots-example-project.com/trellis
it can't find'bento/ubuntu-16.04'
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'bento/ubuntu-16.04' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'bento/ubuntu-16.04' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/bento/ubuntu-16.04"]
Error:
Please describe your local environment:
Ansible version: 2.2.0.0
OS: MacOS X 10.12.1 (Sierra)
Vagrant version: 1.8.7
VirtualBox: 5.1.8
vagrant-bindfs: 0.4.11
vagrant-hostmanager: 1.8.5
Where did the bug happen? Development or remote servers?
During development
of6 commented
For me the issue was Vagrant
, I downgraded it 1.8.5
and it works just fine now.