From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12490 invoked from network); 24 Dec 1998 07:29:08 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 24 Dec 1998 07:29:08 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id CAA16230; Thu, 24 Dec 1998 02:28:08 -0500 (EST) Resent-Date: Thu, 24 Dec 1998 02:28:08 -0500 (EST) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: zftp problem (OS dependent) Date: Wed, 23 Dec 1998 22:26:04 +0300 Message-ID: <001601be2eaa$14d11f80$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Resent-Message-ID: <"MDjVD1.0.Xz3.8qUWs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4865 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I just found a very nice problem here ... Obviously, my system has a bug, that does not allow zftp open to be called second time :-) The problem is related to fcntl(x, F_DUPFD, ...) If I remove zfmoved(), it works nicely. If zmovefd() is used, the first time I can connect; but after that, all connects fail with "address family is not supported by protocol family" I admit, that it is OS bug, but it is probably won't be fixed soon ... Is there any possible workaround? thank you /andrej