Re: [Openvpn-devel] [PATCH] systemd: Enable systemd's auto-restart feature for server profiles

2017-09-22 Thread Gert Doering
Hi, On Thu, Sep 07, 2017 at 03:16:45PM +0200, David Sommerseth wrote: > So the RestartForceExitStatus/RestartPreventExitStatus is not going to > be helpful if all graceful errors results in 1, which is the most common > way OpenVPN stops - through the M_FATAL. So that leaves us with > SIGSEGV,

Re: [Openvpn-devel] [PATCH] systemd: Enable systemd's auto-restart feature for server profiles

2017-09-22 Thread David Sommerseth
On 22/09/17 23:25, Gert Doering wrote: > Hi, > > On Thu, Sep 07, 2017 at 03:16:45PM +0200, David Sommerseth wrote: >> So the RestartForceExitStatus/RestartPreventExitStatus is not going to >> be helpful if all graceful errors results in 1, which is the most common >> way OpenVPN stops - through

Re: [Openvpn-devel] [PATCH v2] lz4: Move towards a newer LZ4 API

2017-09-22 Thread Gert Doering
Hi, On Thu, Sep 07, 2017 at 10:40:21PM +0200, Simon Matter wrote: > While we are at it, I found it useful to see the used LZ4 version at > runtime as it is done with LZO and other libraries. > > I've patched my rpms with the patch attached. [..] > diff -Naur

Re: [Openvpn-devel] [PATCH v2] lz4: Move towards a newer LZ4 API

2017-09-22 Thread Gert Doering
Hi, On Thu, Sep 07, 2017 at 07:20:04PM +0200, David Sommerseth wrote: > We are using a deprecated function, LZ4_compress_limitedOutput(), which > will be removed with time. The correct function to use is > LZ4_compress_default(). > Both function takes the same number of arguments and data

Re: [Openvpn-devel] [PATCH] Allow to specify bind interface for outbound/inbound connections

2017-09-22 Thread Maximilian Wilhelm
Anno domini 2017 Maximilian Wilhelm scripsit: Hi, for the record: I've updated the PR on github and addressed the issues raised here before. -> https://github.com/OpenVPN/openvpn/pull/65#issuecomment-330715591 The point remaining is the support for FreeBSD: [...] > > > + if (sock->bind_dev)

Re: [Openvpn-devel] Better error recognition and error/status reporting to the mgmt i/f

2017-09-22 Thread Selva
Hi David, Thanks for taking time to look through this and for your well-considered response. Given that I may not remember the details when we get back to this topic, let me add a few remarks. On Thu, Sep 21, 2017 at 6:00 PM, David Sommerseth wrote: > On