Re: Issue with systemd haproxy.service on RHEL 7.4

2019-03-07 Thread Badari Prasad
Patrick, William, systemctl daemon-reload did the trick, initially i did copy haproxy.service.in and repalced it with proper haproxy.service. systemctl daemon-reload reloaded the latest file and issue is resolved now. Thanks badari On Thu, Mar 7, 2019 at 10:45 PM William Lallemand wrote: >

Re: haproxy segfault

2019-03-07 Thread Willy Tarreau
Hi Tim, On Fri, Mar 08, 2019 at 01:43:58AM +0100, Tim Düsterhus wrote: > Willy, > > Am 16.02.19 um 06:23 schrieb Willy Tarreau: > > On Tue, Feb 12, 2019 at 10:28:01PM +0100, Lukas Tribus wrote: > >>> Did this bug has been introduced in 1.9.4 ? > >>> I haven't notice this behavior before. > >> >

Re: haproxy segfault

2019-03-07 Thread Tim Düsterhus
Willy, Am 16.02.19 um 06:23 schrieb Willy Tarreau: > On Tue, Feb 12, 2019 at 10:28:01PM +0100, Lukas Tribus wrote: >>> Did this bug has been introduced in 1.9.4 ? >>> I haven't notice this behavior before. >> >> Yes. Also see the 1.8.19 release notes. > > I forgot we backported it to 1.9.4, I

Re: QAT intermittent healthcheck errors

2019-03-07 Thread Marcin Deranek
Hi, On 3/6/19 6:36 PM, Emeric Brun wrote: According to the documentation: ssl-mode-async Adds SSL_MODE_ASYNC mode to the SSL context. This enables asynchronous TLS I/O operations if asynchronous capable SSL engines are used. The current implementation supports a maximum of 32 engines.

Re: Issue with systemd haproxy.service on RHEL 7.4

2019-03-07 Thread William Lallemand
On Thu, Mar 07, 2019 at 09:38:01PM +0530, Badari Prasad wrote: > Hi > RHEL 7.4 comes with haproxy 1.5.18, I wanted use latest version of > haproxy 1.9.4. So source code comes with haproxy.service.in [ > https://github.com/haproxy/haproxy/blob/master/contrib/systemd/haproxy.service.in] > . >

Re: Issue with systemd haproxy.service on RHEL 7.4

2019-03-07 Thread Patrick Hemmer
On 2019/3/7 11:08, Badari Prasad wrote: > Hi > RHEL 7.4 comes with haproxy 1.5.18, I wanted use latest version of > haproxy 1.9.4. So source code comes with haproxy.service.in > > [https://github.com/haproxy/haproxy/blob/master/contrib/systemd/haproxy.service.in]

Issue with systemd haproxy.service on RHEL 7.4

2019-03-07 Thread Badari Prasad
Hi RHEL 7.4 comes with haproxy 1.5.18, I wanted use latest version of haproxy 1.9.4. So source code comes with haproxy.service.in [ https://github.com/haproxy/haproxy/blob/master/contrib/systemd/haproxy.service.in] . Executing make in the dir contrib/systemd/ creates haproxy.service. I tried to