[Glass] tODE being disconnected on long "do-its"

Mariano Martinez Peck via Glass glass at lists.gemtalksystems.com
Tue Jan 31 13:25:38 PST 2017


OK, I may have solved it by adding:

 ❯ cat .ssh/config


                                [18:24:55]
Host *
    ServerAliveInterval 300
    ServerAliveCountMax 2


Will continue tomorrow with the testing and let you know.

Cheers,


On Tue, Jan 31, 2017 at 6:20 PM, Dale Henrichs <
dale.henrichs at gemtalksystems.com> wrote:

>
>
> On 01/31/2017 12:54 PM, Mariano Martinez Peck wrote:
>
>
>
> On Tue, Jan 31, 2017 at 5:38 PM, Dale Henrichs <
> dale.henrichs at gemtalksystems.com> wrote:
>
>> Mariano,
>>
>> It does look like the socket got closed for some reason (`socket read
>> EOF`) ...
>>
>
> Exactly!
>
>
>> so you are using an ssh tunnel to connect to server?
>>
>
> Yes. I something like this:
>
> ❯ cat bin/netldiPortForwarding.sh
>                                                  [17:51:47]
> #!/bin/sh
>
> #First port is local port, second port is HOST port
>
> lsof -ti:40100 | xargs kill -9
> lsof -ti:40200 | xargs kill -9
> lsof -ti:40300 | xargs kill -9
> lsof -ti:40400 | xargs kill -9
> lsof -ti:40500 | xargs kill -9
> lsof -ti:40600 | xargs kill -9
> lsof -ti:40650 | xargs kill -9
>
>  ssh -c arcfour,blowfish-cbc -XC -N \
>         -L 40100:localhost:40100  \
>         -L 40200:localhost:40200  \
>         -L 40300:localhost:40300  \
>         -L 40500:localhost:40500  \
>         -L 40600:localhost:40600  \
>         -L 40650:localhost:40650  \
>         xxserver &
>
>
>
>> It would be good to figure out who is doing the closing ... the
>> server-side doesn't close and the client-side doesn't have any GemStone
>> related timeouts that would close a connection ... so perhaps your guess
>> about keepalive is a good one ...
>>
>> I'll see if anyone here has any insights.
>>
>
> To you it does not happen? For me, for example, doing a allInstances (with
> a 50GB stone) from a workspace, does trigger this issue.
>
> Maybe something with my sshd conf ? mmm
>
>
> Sorry, I don't use the ssh tunnel that often, we have a VPN and I can just
> connect directly ...
>
> Dale
>



-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20170131/b9f1ea08/attachment-0001.html>


More information about the Glass mailing list