Re: [Openvpn-devel] [PATCH] Fix bug after removing Linux 2.2 support

2011-11-25 Thread Gert Doering
Hi, On Thu, Nov 24, 2011 at 10:54:43PM +0100, David Sommerseth wrote: > - msg (M_WARN | M_ERRNO, "Note: Cannot open TUN/TAP dev %s", node); > - return; > + msg (M_ERR, "Note: Cannot open TUN/TAP dev %s", node); Agree in principle, but if you do so, please change s/Note:/ERROR:/

Re: [Openvpn-devel] [PATCH] Do some file/directory tests before really starting openvpn

2011-11-25 Thread Gert Doering
Hi, On Thu, Nov 24, 2011 at 11:10:26PM +0100, David Sommerseth wrote: > This patch tries to catch as many of these files as soon as possible, kind of > to "smoke-test" the files and directories to avoid the most likely errors. ACK, both on the concept and the implementation, though I didn't verif

[Openvpn-devel] Japanese translation

2011-11-25 Thread Taro Yamazaki
Hi, Here is the Japanized .rc file. Please import it to the source repository. Thanks. Regards, Taro -- ::: Taro Yamazaki [ t...@plum-systems.co.jp ] : http://www.linkedin.com/in/yamata - : Plum Systems Inc. : 2-3-11-2F, Kurihira

[Openvpn-devel] [PATCH v2] Fix bug after removing Linux 2.2 support

2011-11-25 Thread David Sommerseth
From: David Sommerseth In commit ce637abdafdc19547fc97192033a4d1703ecaf23 the Linux 2.2 support was removed. When this happened an extra error check was avoided which would normally kicked in if the tun/tap device would not be available. Instead the following line was filling the log continously

Re: [Openvpn-devel] [PATCH] Do some file/directory tests before really starting openvpn

2011-11-25 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/11/11 23:10, David Sommerseth wrote: > OpenVPN can handle over 30 different files and directories, and it is > easy to misconfigure some of them. In many situations OpenVPN will > even start running, even with a wrong file path or without the

[Openvpn-devel] Summary of the IRC meeting (24th Nov 2011)

2011-11-25 Thread Samuli Seppänen
Hi, Here's the summary of the previous IRC meeting / sprint. --- COMMUNITY MEETING Place: #openvpn-devel on irc.freenode.net List-Post: openvpn-devel@lists.sourceforge.net Date: Thursday 24th Nov 2011 Time: 18:00 UTC Planned meeting topics for this meeting were on this page:

Re: [Openvpn-devel] [PATCH v2] Fix bug after removing Linux 2.2 support

2011-11-25 Thread Gert Doering
Hi, On Fri, Nov 25, 2011 at 11:57:59AM +0100, David Sommerseth wrote: > This patch changes the msg() declarations to use the M_FATAL *) flag, > which will halt the execution of the program in these error sitauations. > As the program will really halt, the return declarations was also removed. ACK

Re: [Openvpn-devel] Snapshot openvpn-2.x-20110909-master-install.exe fails

2011-11-25 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/11/11 21:11, Gert Doering wrote: > Hi, > > On Thu, Nov 24, 2011 at 08:51:28PM +0100, Gert Doering wrote: >> So here's the patch - it compiles (MSVC on Win7), the resulting >> binary works on WinXP, and it's not too ugly - actually it removes >

Re: [Openvpn-devel] [PATCH v2] Fix bug after removing Linux 2.2 support

2011-11-25 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/11/11 11:57, David Sommerseth wrote: > From: David Sommerseth > > In commit ce637abdafdc19547fc97192033a4d1703ecaf23 the Linux 2.2 > support was removed. When this happened an extra error check was > avoided which would normally kicked in if