Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vagrant up OS X Not Working

I have no clue why this vagrant build is not working. I'm trying to build with saltStack tutorial information from https://docs.saltstack.com/en/getstarted/fundamentals/index.html

Getting the following error.

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:

Operating System OSX vagrant version 1.8.7

I'm at a loss

like image 337
user3066155 Avatar asked Nov 09 '16 01:11

user3066155


People also ask

How do I fix my vagrant?

Ticket 16318 states that the fix is to uninstall VirtualBox, reboot your system, and then reinstall it. If you get some other error message, do the standard thing: use your favorite web engine to search for "vagrant key words from error message".

Can vagrant work without VirtualBox?

Solutions that work with Vagrant include VirtualBox, VMware, Docker, Hyper-V, and custom solutions.


1 Answers

I got it to work after removing embedded curl:

sudo rm /opt/vagrant/embedded/bin/curl
like image 131
Stephen Chu Avatar answered Oct 15 '22 11:10

Stephen Chu