-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getaddrinfo failed #42
Comments
Okay, I think I fixed it. I added Line 13, replaced |
Actually, reopening. What is the default user/password pair for the vagrant image? The default appears to be vagrant/vagrant usually, but that doesn't appear to work. It asks me to enter one, not sure if this is a me problem or a general problem. Edit: I'm not sure what the issue is. I've tried changing the private key, and resetting to the default insecure key. The default should have no password, but it forces me to enter one. With any private key, I'm able to enter any password and it accepts it. Then, no matter what password I enter for |
I'm sure this has to do with configuration, but I'm not sure what to do. I'm using Windows 10, I'd appreciate some help! From what I can discern, the i issue is in fabfile.py, at the command
sudo('apt-get update --fix-missing')
. I'm not sure what it's doing, but if I open python and runI get "No hosts found. Please specify (single) host string for connection:" When I enter 127.0.0.1:2222, which is what
_get_vagrant_connection()
pulls, it works and it then prompts me to enter the passphrase for the private key. So, the issue in that command is that it's not receiving the right argument. Not sure what to do about that.The text was updated successfully, but these errors were encountered: