-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Vagrant up with ethereum-dev-env/vagrantfile fails #8956
Comments
On Gitter chat with @jwasinger. I needed to clone his directory. But now that's done, I'm still getting an SSH error for
|
Can you please provide a gist with debug output enable:
Thanks. |
It's OK I've sorted it out. The gateway of my router doesn't have SSH enabled. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Note sure if this is this is a bug with vagrant itself, it seems like it could be with the vagrant file or Homestead, so I posted here as well: https://groups.google.com/forum/#!topic/vagrant-up/6YCXpBJmhsM
Vagrant version
Vagrant 1.9.1
Host operating system
Ubuntu 17.04 x64
Guest operating system
Ubuntu 17.04 x64
Vagrantfile
The command completes successfully with a vanilla Vagrantfile (deleting any vagrant file in the current directory, running
vagrant init
thenvagrant up
—using an unmodified vagrantfile from vagrant)Debug output
https://gist.github.com/jamesray1/25e36c9be5fd9668ac7f9a099d2f9914
Expected behavior
The
vagrant up
command is probably successful, completing with a zero exit status.Actual behavior
The
vagrant up
command is not successful, completing with a non-zero exit status.Steps to reproduce
vagrant init
.vagrant up
with the unmodified vagrantfile works.vagrant up
.References
Are there any other GitHub issues (open or closed) that should be linked here?
None that I have found.
The text was updated successfully, but these errors were encountered: