Project

General

Profile

Errores #45

Updated by Demo MiGestion365 Admin 23 days ago

###  
 En el día de hoy hot el servidor de Producción reportó que no pudo correr correctamente el script de upload_to_giscloud.sh 

 El probelma se reportó sólo en Prod, no así en Dev. En Dev el script corre 7:30 mientras que en Prod corre a las 8:30. O sea, un problema había aparecido en el trasncurso de esa hora. 

 Validando el acceso a Giscloud me encuentro con lo siguiente: 

 > ingenieria@pgsql-dev:~$ ssh -vvv usuario@sftp.giscloud.com 
 > OpenSSH_8.9p1 Ubuntu-3ubuntu0.15, OpenSSL 3.0.2 15 Mar 2022 
 > debug1: Reading configuration data /etc/ssh/ssh_config 
 > debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files 
 > debug1: /etc/ssh/ssh_config line 21: Applying options for * 
 > debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ingenieria/.ssh/known_hosts' 
 > debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ingenieria/.ssh/known_hosts2' 
 > debug2: resolving "sftp.giscloud.com" port 22 
 > debug3: resolve_host: lookup sftp.giscloud.com:22 
 > debug3: ssh_connect_direct: entering 
 > debug1: Connecting to sftp.giscloud.com [13.223.179.95] port 22. 
 > debug3: set_sock_tos: set socket 3 IP_TOS 0x10 
 > debug1: connect to address 13.223.179.95 port 22: Connection timed out 
 > ssh: connect to host sftp.giscloud.com port 22: Connection timed out 
 

Back