Date: Tue, 8 Feb 2000 16:33:51 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Kannan Varadhan <kannanv@malgudi.research.bell-labs.com> Cc: freebsd-bugs@FreeBSD.ORG, Kannan Varadhan <kannanv@research.bell-labs.com> Subject: Re: kern/16239: NFS mount file system from multi-homed remote host sometimes fails Message-ID: <200002090033.QAA60544@apollo.backplane.com> References: <200002081612.LAA02221@malgudi.research.bell-labs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
: :Hi Matt, : :I agree with you that this is a known problem. It looks like the recent :changes to nfsd with the -h option would fix my situation. However, I :am unable to use a new nfsd with my original 3.x-RELEASE system. Should :I be upgrading to 4.0 in order to use the new nfsd? : :Thanks, : :kannan The changes to 4.0 involved modifications to the kernel in order to allow multiple bindings, but I can commit a simplified version of the -h option (that allows only one -h option) for 3.x. I will do this today. The changes will be to /usr/src/sbin/nfsd/ and should show up in an hour or so from this email. You do not have to recompile your kernel, only recompile and reinstall nfsd. Before restarting nfsd using the new option you have to 'kill -9' any preexisting nfsd processes. Please try it out and tell me if it solves your problem! -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002090033.QAA60544>