X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=dfvH4OuqVM+xKrTP +2/14BDTb9ltSeKnk6/pQBj5VKl8nRRx4OMtslWBW0mtfGdYoXlydxYpqBtYfSAc OOJR+i8TVkQyXqmPgkwCB1oFemiuQwEMyyMShVxVnmquTbe/euaNXhCuLZ7QR3ia ZKo+d2gpwurEhjaR4cw6bBHQ884= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=EDCsjVGVQzXxTfzGHilEv+ VXD5Q=; b=V96D4cTcA7ka5CEOxP/+XlCmsJeWhey0568xgDViiv6j8sjtxehlYz U4mvcW+2nAoQFEoCdom29KJy9skiC4Vlij3BkEFOfSbhQ+XYZnfivjt2c9T7CyUz +/c4LXMjRl/hyV8lKDpeWC+kztYA+h3Oye/OO3babISD0m09yX5vk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*c:ISO-8859-1, H*UA:Firefox, H*u:6.1, H*UA:6.1 X-HELO: m0.truegem.net Subject: Re: AW: RPC clnt_create() adress already in use To: cygwin AT cygwin DOT com References: <59D90AF8D70E9740907BACDE2BCB520836CCDAED AT RESW102 DOT resdom01 DOT local> From: Mark Geisert Message-ID: <77f6ffd4-a4a8-2247-03c2-93d87d95f75a@maxrnd.com> Date: Sun, 31 Dec 2017 01:49:35 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: <59D90AF8D70E9740907BACDE2BCB520836CCDAED@RESW102.resdom01.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Raimund, I think I've now got a working RPC test-bed on my Cygwin machine. I did have to deal with Windows Firewall but it was easy. I installed rpcbind, started it up, compiled following your recipe and ran './server' and './client localhost' in two separate windows. What I see is this... ./client localhost Loop 0: time on host localhost = 1514712920 == Sun Dec 31 01:35:20 2017 can't establish connection with host localhost Am I correct that what you expect to see is multiple lines each starting with a different "Loop" number? And that if I use a vanilla (non-Cygwin) libtirpc I should see those multiple lines? Thanks, ..mark -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple