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 triallihaoquan
12,045 Points"vagrant up" Command stucks at "Default: Warning: Connection timeout. Retrying..."
I used the "vagrant up" command in the terminal, but it got stuck and showed this error message : "Default: Warning: Connection timeout. Retrying..."
3 Answers
Kristian Terziev
28,449 PointsI have the same problem. Waiting doesnt help sadly.
Reinald Vandersteen
2,401 PointsI have the same problem, been trying to get pass this step for a whole day without succes. I've tried and read 100 different things. Nothing seem to help
default: Warning: Connection timeout. Retrying...
Reinald Vandersteen
2,401 PointsActualy it looks like it's an issue with 64 bit virtual on a 32 bit machine
Reinald Vandersteen
2,401 PointsYes - that seems to be the problem on my end - My machine (cpu) does not allow me to run a 64bit virtual machine. Which results in endless connection without succes
Jose Soto
23,407 PointsI've seen this happen when the virtual machine is still booting up in the background and vagrant tries to connect to it.
It might be a matter of letting it sit for a bit. It takes my virtual machine a minute or two to boot up completely and then the error message goes away.
lihaoquan
12,045 PointsThanks for your reply, I'll try and see if it works.