couchdb-for-openshift icon indicating copy to clipboard operation
couchdb-for-openshift copied to clipboard

For those who error: timeout, remote hang up error

Open azizzaeny opened this issue 8 years ago • 1 comments
trafficstars

issue: etc/rc.d/couchdb not exists no direct access etc rc.d not found... cannot call it,

connection closed by remote host... error siideband , remote hung up... and etc due time out and installation canceled..

you must change TMOUT variable... because installing take too long i just make it... after hour installation

change pre_build add

set -e
unset TMOUT
export TMOUT=

if not yet changed ssh to your server... then printenv TMOUT if nothing happen... change it manualy

azizzaeny avatar Feb 22 '17 08:02 azizzaeny

So for those these errors persist: SSH into the machine then:

unset TMOUT
export TMOUT=
gear deploy

after this the gear should work

kde99 avatar Apr 02 '17 09:04 kde99