You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
* upstream/develop:
Fixesfrapposelli#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
Fixesfrapposelli#56 - Temporary fix, needs to be re-implemented
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.The text was updated successfully, but these errors were encountered: