Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

vagrant up Issue - SSH is not ready and timeouts, provisioning fails. #56

Closed
tsugliani opened this issue May 13, 2014 · 2 comments
Closed
Assignees
Milestone

Comments

@tsugliani
Copy link
Collaborator

When using vcloud.network_bridge = false where less network related tasks occur and/or depending on the vagrant box used, you can get into a situation where the vagrant-vcloud provider tries to connect to the machine through SSH and would timeout as it would not be ready.

This can be verified by trying a vagrant ssh sometime after the failure, it works as the machine finished the customization process and all according services are started.

@tsugliani tsugliani added this to the v0.3.2 milestone May 13, 2014
StefanScherer added a commit to StefanScherer/vagrant-vcloud that referenced this issue May 16, 2014
* upstream/develop:
  Fixes frapposelli#31 - Initial implementation for vagrant share commands, needs improvement
  Changed a bit the debug look, and added timestamp to calculate request time for each SEND/RECV request
  Fixes frapposelli#56 - Temporary fix, needs to be re-implemented
@tsugliani
Copy link
Collaborator Author

Tested with a very slow box start (intentional box with sleep 300 = 5min for sshd service)

vagrant-ssh-fix

@frapposelli
Copy link
Owner

Current fix doesn't handle "host is down" situations, re-implementing it with vagrant core builtins.

@frapposelli frapposelli reopened this May 29, 2014
@frapposelli frapposelli modified the milestones: v0.4.0, v0.3.2 May 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants