Re: Syslog with systemd

2018-02-28 Thread Igor Cicimov
On Thu, Mar 1, 2018 at 2:08 AM, Vincent Bernat wrote: > ❦ 28 février 2018 22:14 +1100, Igor Cicimov com> : > > > ​Same, no logging:​ > [...] > > Could you strace rsyslogd and check if it is receiving the messages? ​Sure: # pidof rsyslogd 4145 #

Custom Protocol Implementation Query

2018-02-28 Thread Alistair Lowe
Hi guys, I'm developing a device server and wish to use HAProxy to authenticate the client over TLS and to route clients to their appropriate cloud agent (which sits on server N with M agents running on it). I was considering the below flow as it didn't require any customisation of HAProxy

Re: Haproxy 1.8.4 crashing workers and increased memory usage

2018-02-28 Thread Johan Hendriks
Op 23/02/2018 om 13:10 schreef Frank Schreuder: > Hi Willy, > A few more things on the core dumps :   - they are ignored if you have a chroot statement in the global section   - you need not to use "user/uid/group/gid" otherwise the system also    disables core dumps >>> I'm

Quote

2018-02-28 Thread Kaylea Williams
Can you please send me a quote for the following: 1 N/A HAPROXYENTERHA PROXY Enterprise-class version of HAProxy that includes a robust and cutting-edge code base, enterprise suite of add-ons & expert support.HAProxy Enterprise Edition, Business Level, 1 Year Subscription (per

Re: connection limit per server, scattered to several backends

2018-02-28 Thread muellste
> Hey list, > > I am looking for a way to limit HTTP connections for a server which is > part of several backends. I have a configuration like this: > > backend be1 >server srv1 192.168.0.1 maxconn 100 >server srv2 192.168.0.2 maxconn 100 > > backend be2 >balance uri whole >server

Re: Syslog with systemd

2018-02-28 Thread Vincent Bernat
❦ 28 février 2018 22:14 +1100, Igor Cicimov  : > ​Same, no logging:​ [...] Could you strace rsyslogd and check if it is receiving the messages? -- This is the first age that's paid much attention to the future, which is a little ironic since we may not have one.

Re: [PATCH] proxy-v2-options ssl-cipher,cert-sig,cert-key,authority

2018-02-28 Thread Emmanuel Hocdet
Hi, Update patches with minor fix related to null-termated string. > Le 2 févr. 2018 à 14:44, Emmanuel Hocdet a écrit : > > > Hi, > > Series of patches to add proxy protocol v2 options related to tls informations > (see doc/proxy-protocol.txt). > . ssl-cipher

[PATCH] Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')"

2018-02-28 Thread Emmanuel Hocdet
Hi, As discussed with Willy. 82913e4f must be reverted. This should be backported to 1.8. ++ Manu 0001-Revert-BUG-MINOR-send-proxy-v2-string-size-must-incl.patch Description: Binary data

Re: Syslog with systemd

2018-02-28 Thread Igor Cicimov
On Wed, Feb 28, 2018 at 9:28 PM, Vincent Bernat wrote: > ❦ 28 février 2018 21:00 +1100, Igor Cicimov com> : > > > ​# ls -l /var/lib/haproxy/dev/log > > srw-rw-rw- 1 root root 0 Feb 28 16:06 /var/lib/haproxy/dev/log > > > > # lsof -n -p $(pidof

Re: Syslog with systemd

2018-02-28 Thread Vincent Bernat
❦ 28 février 2018 21:00 +1100, Igor Cicimov  : > ​# ls -l /var/lib/haproxy/dev/log > srw-rw-rw- 1 root root 0 Feb 28 16:06 /var/lib/haproxy/dev/log > > # lsof -n -p $(pidof haproxy) | grep dev/log > # In fact, this seems expected because HAProxy is only using

Re: Syslog with systemd

2018-02-28 Thread Igor Cicimov
Hi Vincent, On Wed, Feb 28, 2018 at 6:18 PM, Vincent Bernat wrote: > ❦ 28 février 2018 17:51 +1100, Igor Cicimov com> : > > >> > ​Actually spoke too soon, still have an issue. One of the servers > started > >> > logging there but then stopped and