Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-25 Thread Matthias Andree
On Thu, 24 Jan 2008, James Yonan wrote: > 2.1-rc5 has a minor pkcs11 option processing bug. I've built 2.1-rc6 with > the fix. > > Download: > > http://openvpn.net/beta/ I've submitted port updates to -rc6 for FreeBSD, to appear once a committer finds the time to go forward.

Re: [Openvpn-devel] OpenVPN 2.1-rc5 released

2008-01-25 Thread Steven Pritchard
Trying to build the Fedora package for rc6, I'm getting an error from %check, which basically does this: ./openvpn --config sample-config-files/loopback-client & ./openvpn --config sample-config-files/loopback-server wait I'm getting the following error: Thu Jan 24 14:15:33 2008 /sbin/ip

Re: [Openvpn-devel] OpenVPN 2.1-rc5 released

2008-01-25 Thread Alon Bar-Lev
Thanks! I was not aware of the null tun. The following should fix the problem. -r 2677:2679 https://svn.openvpn.net/projects/openvpn/contrib/alon/BETA21-userpriv-fixups Alon. On 1/25/08, Steven Pritchard wrote: > Trying to build the Fedora package for rc6, I'm getting an error from > %check, w

Re: [Openvpn-devel] OpenVPN 2.1-rc5 released

2008-01-25 Thread Alon Bar-Lev
Well... From: http://bugs.gentoo.org/show_bug.cgi?id=207320, found out that: When executing: ip addr flush dev On unprivileged user, you get infinite loop of iproute2... Reported this to upstream. So I had to workaround this using explicit del. -r 2677:2682 https://svn.openvpn.net/projects/o