option abortonclose in tcp mode valid?

2018-10-20 Thread Reinhard Vicinus
Hi, we have recently activated multi threading in our haproxy (version 1.8.14) and stumbled over the following problem: we balance ftp via haproxy and after enabling multi threading, trying to transfer very small files via ftp sometimes failed, with log entries like this:  Oct 20 22:45:58

Re: High CPU Usage followed by segfault error

2018-10-20 Thread Soji Antony
Hi FYI, following is the backtrace for segfault which we are seeing in the kern.log. Oct 18 10:11:30 kernel: [841364.001036] haproxy[30696]: segfault at 8 ip 5567eaf6aac2 sp 7ffdd70447b0 error 6 in haproxy[5567eae75000+172000] # apport-retrace -g _usr_sbin_haproxy.0.crash GNU gdb

Re: HAproxy ssh connection closes fast , after logon

2018-10-20 Thread Imam Toufique
Hi Aleks, Basically, I needed to bind to a different port then 22. and , with Brian's help, i ended up with the following config: frontend www-ssh-proxy bind x.x.x.x:22 mode tcp default_backend www-ssh-proxy-backend backend www-ssh-proxy-backend mode tcp balance source server

Re: HAproxy ssh connection closes fast , after logon

2018-10-20 Thread Aleksandar Lazic
Hi. Am 20.10.2018 um 09:48 schrieb Imam Toufique: > Thanks, Jarno! > > Brian Gibson helped me out!  thanks, Brian! Would be nice to know what's the solution was, thanks. Regards Aleks > On Sat, Oct 20, 2018 at 12:10 AM Jarno Huuskonen > wrote: > > Hi, > >

Re: HAproxy ssh connection closes fast , after logon

2018-10-20 Thread Imam Toufique
Thanks, Jarno! Brian Gibson helped me out! thanks, Brian! On Sat, Oct 20, 2018 at 12:10 AM Jarno Huuskonen wrote: > Hi, > > On Fri, Oct 19, Imam Toufique wrote: > > I am working on setting up ssh / sftp capability with HAProxy, > > initial setup is done ( thanks to some of the members in the

Re: HAproxy ssh connection closes fast , after logon

2018-10-20 Thread Jarno Huuskonen
Hi, On Fri, Oct 19, Imam Toufique wrote: > I am working on setting up ssh / sftp capability with HAProxy, > initial setup is done ( thanks to some of the members in the haproxy email > list for help! ) . I ran into an issue -- as soon as I ssh via the proxy > node, within a minutes or so, ssh