|
|
On Wed, 30 Nov 2005, Marcin J. Kraszewski wrote: > Dear Listers > > Here is my problem. I followed the HOW-TO and installed a server on FC4 > and a client on Win2000. When I start the openvpn daemon, it initializes > OK. As soon as I start the client, the server crashes with the following > error: > > Wed Nov 30 16:35:43 2005 MULTI: multi_create_instance called > Wed Nov 30 16:35:43 2005 192.168.211.31:3814 Re-using SSL/TLS context > OpenVPN: Out of Memory OpenVPN prints this message and exits if malloc() returns NULL. There's really not much more that it can do in this case. You might try strace to verify that OpenVPN is calling malloc with sane values. James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |