Re: [Openvpn-devel] Too much output at --verb 0 (bug?)

2017-09-30 Thread Selva
Hi, On Sat, Sep 30, 2017 at 1:28 PM, Gert Doering wrote: > Hi, > > On Thu, Sep 28, 2017 at 01:18:20PM +0100, fragmentux wrote: > > > > Could you please fix your mail client settings so that it writes a proper > name here? > > > On 27/09/17 15:57, fragmentux wrote: > > > not

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread logcabin
This has solved the problem: ./configure LZ4_CFLAGS=-I/usr/local/include LZ4_LIBS="-L/usr/local/lib -llz4" My mistake was to assume that since ./configure had found LZ4 version >= 1.7.1, it would also locate the latest lz4 library. My bad. Thanks for all your help! On Sat, Sep 30, 2017, at

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread Gert Doering
Hi, On Sat, Sep 30, 2017 at 02:08:19PM -0400, logca...@fastmail.net wrote: > Here's the output from the locate command: > > /usr/lib/arm-linux-gnueabihf/liblz4.a > /usr/lib/arm-linux-gnueabihf/liblz4.so > /usr/lib/arm-linux-gnueabihf/liblz4.so.1 > /usr/lib/arm-linux-gnueabihf/liblz4.so.1.3.0 >

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread logcabin
Yes, I saw the prototype for LZ4_compress_default(), but I was unable to find the function itself. Here's the error output from the make command: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -DPLUGIN_LIBDIR=\"/usr/local0/lib/openvpn/plugins\" -g -O2

Re: [Openvpn-devel] Too much output at --verb 0 (bug?)

2017-09-30 Thread Gert Doering
Hi, On Thu, Sep 28, 2017 at 01:18:20PM +0100, fragmentux wrote: > Could you please fix your mail client settings so that it writes a proper name here? > On 27/09/17 15:57, fragmentux wrote: > > not sure if this really counts as a bug but .. > > > > according to the manual --verb 0 = "No

[Openvpn-devel] [PATCH applied] Re: Check whether in pull_mode before warning about previous connection blocks

2017-09-30 Thread Gert Doering
Thanks. Small and to the point :-) (and though I trust Antonio's ACK, I have quick-tested it and does what it says :) ). Your patch has been applied to the master and release/2.4 branch. commit 422ecdac4a2738cd269361e048468d8b58793c4e (master) commit 90812e9879ba47ff0275f20efd653ae3381308b8

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread Gert Doering
Hi, (copying back in the list) On Sat, Sep 30, 2017 at 09:46:29AM +0200, Gert Doering wrote: > Which linux distribution is this, in which version? Can you upload > config.log and your system's "lz4.h" somewhere so we can see what it > tried to do, and why it is failing? I received the files

Re: [Openvpn-devel] [PATCH v2] Check whether in pull_mode before warning about previous connection blocks

2017-09-30 Thread Selva
Hi, On Thu, Sep 21, 2017 at 12:58 PM, Antonio Quartulli wrote: > > > On 20/09/17 23:34, Selva wrote: > > Hi, > > > > On Fri, Sep 15, 2017 at 2:46 PM, wrote: > > > >> From: Selva Nair > >> > >> In particular, this eliminates the

[Openvpn-devel] [PATCH applied] Re: Fixed that "--bind ipv6only" did not work due to incorrect parameter processing. It seems that "ipv6only" did not work from the beginning.

2017-09-30 Thread Gert Doering
ACK, thanks. I have modified the commit message to refer to the commit that broke this, and added a short first line (which is what shows up in "git shortlog", so you want this to be less than ~60-70 charcters, not multilien). Your patch has been applied to the master and release/2.4 branch.

Re: [Openvpn-devel] Unreferenced function in 2.4.4 Linux build

2017-09-30 Thread Gert Doering
Hi, On Fri, Sep 29, 2017 at 09:34:36PM -0400, logca...@fastmail.net wrote: > In file comp-lz4.c, g++ flags LZ4_compress_default as unreferenced and > the build fails. Why are you building with g++? This is not something we regularily do, test, or recommend. But besides this, this sounds like