Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <000501c1c139$ef30bd50$ab0206c0@bulldog> From: =?iso-8859-1?Q?St=E9phane_Corb=E9?= To: References: <1014996908 DOT 10908 DOT ezmlm AT cygwin DOT com> Subject: sunRPC on V1.3.x Date: Fri, 1 Mar 2002 16:58:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Hello, I use Cygwin 1.3.10-1 on NT4.0 and I tried to use sunRPC. I found the Corinna's port for B20. On my box, this port seems to have problem : With the binaries.tar.gz : portmap didn't stay alive and rpcinfo complains about "enable to receive" With the sources.tar.gz : portmap exit on an error on a select, if I replace the first arg with a 0, it stay alive. rpcinfo didn't complains but it enter in a infinite loop in xdrrec_getbytes (rpc/xdr_rec.c) : current is always null while (len > 0) { current = rstrm->fbtbc; if (current == 0) { if (rstrm->last_frag) return (FALSE); if (! set_input_fragment(rstrm)) return (FALSE); continue; } current = (len < current) ? len : current; if (! get_input_bytes(rstrm, addr, current)) return (FALSE); addr += current; rstrm->fbtbc -= current; len -= current; } And this by asking to the local portmap or to a remote (a Solaris). portmap.exe accept the connection from the remote host but don't get a reply. 1) Have you an idea why ? 2) Why sunRPC is not distributed with cygwin ? Thank you, Stephane ----- Original Message ----- From: To: Sent: Friday, March 01, 2002 4:35 PM Subject: WELCOME to cygwin AT cygwin DOT com > Hi! This is the ezmlm program. I'm managing the > cygwin AT cygwin DOT com mailing list. > > Acknowledgment: I have added the address > > sc AT axlog DOT fr > > to the cygwin mailing list. > > Welcome to cygwin AT cygwin DOT com! > > Please save this message so that you know the address you are > subscribed under, in case you later want to unsubscribe or change your > subscription address. > > Before posting, please check out following links: > > The Cygwin Web Site http://cygwin.com/ > The Cygwin FAQ http://cygwin.com/faq/ > Cygwin Bug Reporting http://cygwin.com/bugs.html > The Mailing List Archive http://cygwin.com/lists.html > Generic Web Searching http://google.com/ > (type in cygwin plus your search term) > > --- Administrative commands for the cygwin list --- > > I can handle administrative requests automatically. Please > DO NOT SEND THEM TO THE LIST ADDRESS! If you do, I will not > see them and other subscribers will be annoyed. Instead, send > your message to the correct command address: > > > To subscribe to the list, send a message to: > > > To remove your address from the list, send a message to: > > > Send mail to the following for info and FAQ for this list: > > > > Similar addresses exist for the digest list: > > > > To get messages 123 through 145 (a maximum of 100 per request), mail: > > > To get an index with subject and author for messages 123-456 , mail: > > > They are always returned as sets of 100, max 2000 per request, > so you'll actually get 100-499. > > To receive all messages with the same subject as message 12345, > send an empty message to: > > > The messages do not really need to be empty, but I will ignore > their content. Only the ADDRESS you send to is important. > > You can start a subscription for an alternate address, > for example "john AT host DOT domain", just add a hyphen and your > address (with '=' instead of '@') after the command word: > > > To stop subscription for this address, mail: > > > In both cases, I'll send a confirmation message to that address. When > you receive it, simply reply to it to complete your subscription. > > If despite following these instructions, you do not get the > desired results, please contact my owner at > cygwin-owner AT cygwin DOT com. Please be patient, my owner is a > lot slower than I am ;-) > > --- Enclosed is a copy of the request I received. > > Return-Path: > Received: (qmail 10898 invoked from network); 1 Mar 2002 15:35:07 -0000 > Received: from unknown (HELO pucara.axlog.fr) (195.25.228.57) > by sources.redhat.com with SMTP; 1 Mar 2002 15:35:07 -0000 > Received: from axlog.fr (cure [192.6.2.66]) > by pucara.axlog.fr (Postfix) with ESMTP id 43A0D7ACF4 > for ; Fri, 1 Mar 2002 16:35:06 +0100 (CET) > Sender: sc AT axlog DOT fr > Message-ID: <3C7FADA3 DOT DE7FA4DE AT axlog DOT fr> > Date: Fri, 01 Mar 2002 16:34:43 +0000 > From: Stephane Corbe > X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.8 sun4u) > X-Accept-Language: fr, en > MIME-Version: 1.0 > To: cygwin-sc.1014996822.kikdjncnkilohhmdpgip-sc=axlog DOT fr AT cygwin DOT com > Subject: Re: confirm subscribe to cygwin AT cygwin DOT com > References: <1014996822 DOT 9577 DOT ezmlm AT cygwin DOT com> > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/