Mail Archives: cygwin/2002/03/01/10:53:58
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: <cygwin-help AT cygwin DOT com>
To: <sc AT axlog DOT fr>
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:
> <cygwin-subscribe AT cygwin DOT com>
>
> To remove your address from the list, send a message to:
> <cygwin-unsubscribe AT cygwin DOT com>
>
> Send mail to the following for info and FAQ for this list:
> <cygwin-info AT cygwin DOT com>
> <cygwin-faq AT cygwin DOT com>
>
> Similar addresses exist for the digest list:
> <cygwin-digest-subscribe AT cygwin DOT com>
> <cygwin-digest-unsubscribe AT cygwin DOT com>
>
> To get messages 123 through 145 (a maximum of 100 per request), mail:
> <cygwin-get DOT 123_145 AT cygwin DOT com>
>
> To get an index with subject and author for messages 123-456 , mail:
> <cygwin-index DOT 123_456 AT cygwin DOT com>
>
> 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:
> <cygwin-thread DOT 12345 AT cygwin DOT com>
>
> 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:
> <cygwin-subscribe-john=host DOT domain AT cygwin DOT com>
>
> To stop subscription for this address, mail:
> <cygwin-unsubscribe-john=host DOT domain AT cygwin DOT com>
>
> 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: <sc AT axlog DOT fr>
> 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 <cygwin-sc.1014996822.kikdjncnkilohhmdpgip-sc=axlog DOT fr AT cygwin DOT com>;
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 <sc AT axlog DOT fr>
> 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/
- Raw text -