RE: Portmap RPC registration fails

2012-05-08 Thread Ken
| I have sunrpc 4.0-4 and libtirpc-devel 0.2.1-1. I'm using Windows 7 SP1. | | I compiled and linked the following outline code against tirpc: | | #define PROG 0x1fffL | #define VERS 0x2L | | struct netconfig *nconf = getnetconfigent("tcp"); | | static void dispatch_func(struct svc_

Re: Portmap RPC registration fails

2012-05-09 Thread Corinna Vinschen
On May 8 22:41, Ken wrote: > Further to this post... With a struggle I built libtirpc.a and traced > execution. Ultimately this is failing in clnt_vc.c. The following call in > clnt_vc_create: > > connect(fd, (struct sockaddr *)raddr->buf, raddr->len) > > supplies an IPV6 address with hex valu

Re: Portmap RPC registration fails

2012-05-09 Thread Charles Wilson
On 5/9/2012 2:20 PM, Corinna Vinschen wrote: On May 8 22:41, Ken wrote: The above doesn't look like a plausible IPV6 address. I have IPV6 enabled on my network adapter. Is it possible that portmap isn't compatible with IPV6? That would explain why older code (such as CygWin NFS Server - IPV4) i