Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNatasha McDiarmid
11,400 PointsError on Vagrant Up
When I type vagrant up
I get this error:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Couldn't open file /Users/mcdiarmid/tbird/base
Why?
5 Answers
Natasha McDiarmid
11,400 PointsSorry, I'm a dummy. I was hitting vagrant up
in the wrong folder. It's working now.
Salman Akram
Courses Plus Student 40,065 PointsHi Natasha,
I think, it doesn't have a box defined yet after created Vagrant project , did you can try "vagrant init hashicorp/precise32" or "vagrant init" and then vagrant up again?
Here's solution: http://docs.vagrantup.com/v2/getting-started/
Natasha McDiarmid
11,400 PointsIt tells me vagrant already exists when I try what you suggested.
Salman Akram
Courses Plus Student 40,065 PointsOkay probably VirtualBox IDs are different.
Let's type in Windows console --> "vboxmanage list vms" to see ID numbers in between curly brackets
then just check your folders --> "vagrantdirectory/.vagrant/machines/default/virtualbox/id" to make sure if it is same ID
OR add new ID by typing --> echo "1234564-1234-1234-1234-123456478910" > .vagrant/machines/default/virtualbox/id
Natasha McDiarmid
11,400 PointsWhen I type vboxmanage list vms
I get this:
"treehouse_default_1430742622136_83981" {762d3ce4-6f05-4e66-8d5b-75545ae649fa}