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: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 01, 2002 4:35 PM
Subject: WELCOME to [EMAIL PROTECTED]


> Hi! This is the ezmlm program. I'm managing the
> [EMAIL PROTECTED] mailing list.
>
> Acknowledgment: I have added the address
>
>    [EMAIL PROTECTED]
>
> to the cygwin mailing list.
>
> Welcome to [EMAIL PROTECTED]!
>
> 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:
>    <[EMAIL PROTECTED]>
>
> To remove your address from the list, send a message to:
>    <[EMAIL PROTECTED]>
>
> Send mail to the following for info and FAQ for this list:
>    <[EMAIL PROTECTED]>
>    <[EMAIL PROTECTED]>
>
> Similar addresses exist for the digest list:
>    <[EMAIL PROTECTED]>
>    <[EMAIL PROTECTED]>
>
> To get messages 123 through 145 (a maximum of 100 per request), mail:
>    <[EMAIL PROTECTED]>
>
> To get an index with subject and author for messages 123-456 , mail:
>    <[EMAIL PROTECTED]>
>
> 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:
>    <[EMAIL PROTECTED]>
>
> 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 "[EMAIL PROTECTED]", just add a hyphen and your
> address (with '=' instead of '@') after the command word:
> <[EMAIL PROTECTED]>
>
> To stop subscription for this address, mail:
> <[EMAIL PROTECTED]>
>
> 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
> [EMAIL PROTECTED] Please be patient, my owner is a
> lot slower than I am ;-)
>
> --- Enclosed is a copy of the request I received.
>
> Return-Path: <[EMAIL PROTECTED]>
> 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 <[EMAIL PROTECTED]>;
Fri,  1 Mar 2002 16:35:06 +0100 (CET)
> Sender: [EMAIL PROTECTED]
> Message-ID: <[EMAIL PROTECTED]>
> Date: Fri, 01 Mar 2002 16:34:43 +0000
> From: Stephane Corbe <[EMAIL PROTECTED]>
> X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.8 sun4u)
> X-Accept-Language: fr, en
> MIME-Version: 1.0
> To: [EMAIL PROTECTED]
> Subject: Re: confirm subscribe to [EMAIL PROTECTED]
> References: <[EMAIL PROTECTED]>
> 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/

Reply via email to