-
Notifications
You must be signed in to change notification settings - Fork 30
The host specified in config.managed.server
is not reachable.
#27
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
Comments
Is it possible to have the plugin provide some kind of --debug or --verbose option that can reveal greater detail about the specific network operation that failed? |
Yes the error message is not very precise atm, it can currently mean
From your description it looks like the host is reachable though. Can you try logging in to the vm via the supplied ssh credentials in Any PRs on improving that are heartily welcome. This is indeed quite
|
In fact I already wanted to do this some time ago, but I never finished it so it's commented out now: Would be a good base to start though... |
I spent a few hours looking at your draft code, but I don't have any experience with Vagrant internals so it's going slow. I don't follow the intent or usage of methods action_read_state, read_state, or state. Using the vagrant-managed-server development process, I cannot invoke:
Can you either give some guidance, or finish up this feature yourself? I was wondering if it's possible to expose existing Vagrant errors that occur during a connection attempt? |
Hi @rchekaluk, right, You can also have a look what happens when you run The intent of the Hope that gets you further a bit. I would love to finish that, but right now my time does not allow for it. Maybe mid february I might get a chance though. |
Able to "vagrant up" (link) but issuing either "vagrant ssh" or "vagrant provision" returns this error:
Very simple Vagrantfile per README.md :
Yet, the server is reachable:
Versions:
Am I doing something wrong? What gives?
The text was updated successfully, but these errors were encountered: