Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 1999 23:11:07 -0500 (EST)
From:      Mike Squires <msquires@sir-alan.chem.indiana.edu>
To:        chihhsienhuang@hotmail.com (nelson huang)
Cc:        questions@freebsd.org
Subject:   Re: nfsd: can't register with udp portmap
Message-ID:  <199911010411.XAA49847@sir-alan.chem.indiana.edu>
In-Reply-To: <19991031193359.59437.qmail@hotmail.com> from nelson huang at "Nov 1, 1999  3:33:58 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> > > I just installed FreeBSD 3.3 as a NFS server,
> > > but it always responses with the message
> > > "nfsd: can't register with udp portmap" in
> > > /var/log/messages. What's wrong? Please help!

Check out the following line in rc.conf.  It may say something
like:

network_interfaces="fxp0 auto"

it should say

network_interfaces="fxp0 lo0"

(i.e., replace auto with lo0"
otherwise the localhost interface is not properly configured.

I did not see this in the ERRATA.TXT the last time I looked.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911010411.XAA49847>