Raj
Raj

Reputation: 163

Vagrant up not working in mac OS X

I have installed vagrant and a virtual machine provider - VirtualBox. https://www.vagrantup.com/downloads.html https://www.virtualbox.org/wiki/Downloads

I ran the following two terminals in my OS X terminal:

vagrant init ubuntu/trusty64
vagrant up

It gives following error:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'ubuntu/trusty64' 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/ubuntu/trusty64"]
Error: 

Upvotes: 3

Views: 2572

Answers (1)

Raj
Raj

Reputation: 163

Installing 5.0.28 virtual box version solved this problem.

Upvotes: 1

Related Questions