Date: Tue, 4 Mar 1997 07:25:24 GMT From: Adam David <adam@veda.is> To: dev@fgate.flevel.co.UK (Developer) Cc: freebsd-current@freebsd.org Subject: Re: Help - urgent problem with mountd/portmapper Message-ID: <199703040725.HAA16339@veda.is> References: <Pine.BSF.3.95q.970302195431.14985A-100000@fgate.flevel.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
>Ive got a bsd-current server running, it is a name server and I'm trying >to export partitions using nfs -- when mounted is started I always get >this >errorr:- >mountd[352]: Can't register mount >portmap[355]: connect from 127.0.0.1 to set(mountd): request from >non-local host Is that with all sources current (which date?) and with everything rebuilt and reinstalled? I saw this problem once earlier, quite a long time ago actually, it was caused by an array of fixed size being used to gather the local addresses. I suspect you have a huge nuber of IP aliases, if so the quickest hack to alleviate your situation is to increase that size. In portmap/from_local.c increase MAX_LOCAL to an appropriately large value. Alternatively it could be a temporary inconsistency in the sources or your local configuration. -- Adam David <adam@veda.is>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703040725.HAA16339>