Date: Wed, 21 Mar 2001 04:49:50 +0900 (JST) From: Hajimu UMEMOTO <ume@mahoroba.org> To: freebsd@dohd.org Cc: alfred@FreeBSD.org, mb@imp.ch, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: TI-RPC bugs, who to contact. Message-ID: <20010321.044950.119021451.ume@mahoroba.org> In-Reply-To: <20010320203558.A2093@tiggr.local.dohd.org> References: <200103191250.f2JCoEi27712@freefall.freebsd.org> <20010319220028.H29888@fw.wintelcom.net> <20010320203558.A2093@tiggr.local.dohd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Tue, 20 Mar 2001 20:35:58 +0100 >>>>> Mark Huizer <freebsd@dohd.org> said: freebsd> Is NFS over IPv6 supposed to work after this patch? freebsd> I can't get showmount to work: freebsd> tiggr 8:28pm [~] showmount -e eeyore.ipv6.stack.nl freebsd> RPC: Unknown host freebsd> showmount: can't do exports rpc showmount.c uses gethostbynabe(3) and it cannot resolve IPv6 address. It should be rewritten using getaddrinfo(3). However, NetBSD version of showmount.c simply calls callrpc() with hostname. It seems callrpc() resolve IP address. freebsd> nor can I mount stuff: freebsd> (a mount ::1:/usr /mnt gives a hanging process and a lot of freebsd> NFS request from unprivileged port (0.0.0.0:1049)) I didn't try mount via IPv6 yet. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010321.044950.119021451.ume>