Hi,

On Tue, Dec 02, 2014 at 03:25:50PM +0200, Pavel Bychikhin wrote:
> When my Internet connection is lost I see messages:
> TCP: connect to [AF_INET]x.x.x.x:443 failed, will try again in 5 
> seconds: The system tried to join a drive to a directory on a joined drive.

This looks like an error code mistranslation (on windows).

System functions return numeric error codes, like "2", which then gets
translated to

#define ENOENT          2               /* No such file or directory */

by library functions.  Unfortunately, the socket stuff uses their own
numbering, and Windows uses a third system - so if you use the wrong
translation function, you'll see funny error messages.

Could you retry this with 2.3.6, and if it still happens, send us a slightly
longer log (where one can see whether this is a proxy connection or
"directly to server", for example)?

gert

-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: pgpnMXAEZWefl.pgp
Description: PGP signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to