From owner-freebsd-questions Fri Apr 26 07:43:05 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA11253 for questions-outgoing; Fri, 26 Apr 1996 07:43:05 -0700 (PDT) Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA11248 for ; Fri, 26 Apr 1996 07:43:01 -0700 (PDT) Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA04439; Fri, 26 Apr 96 14:42:30 GMT Message-Id: <9604261442.AA04439@fslg8.fsl.noaa.gov> Received: by emu.fsl.noaa.gov (1.40.112.3/16.2) id AA067479749; Fri, 26 Apr 1996 08:42:29 -0600 Date: Fri, 26 Apr 1996 08:42:29 -0600 From: Sean Kelly To: e9203125@linf.unb.br Cc: amnuay@comnet.spu.ac.th, questions@freebsd.org In-Reply-To: <3180F613.2D9B@linf.unb.br> (message from Alex Carlos Braga Antao on Fri, 26 Apr 1996 09:13:07 -0700) Subject: Re: NFS server error Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> "Alex" == Alex Carlos Braga Antao writes: Alex> clnttcp_create: RPC: error: RPC protmapper failure Alex> clnttcp_create: RPC: error: RPC protmapper failure Alex> clnttcp_create: RPC: error: RPC protmapper failure I bet it's saying *portmapper* failure ... but anyway, is your `portmap' starting correctly? After system starts up, log in, and run ps aux | grep '[p]ortmap' If nothing shows up, then the portmapper isn't starting. Check to make sure /usr/sbin/portmap exists. If it does show up, then run rpcinfo -p and see if you get a list of registered clients. If you get an error, you might not have a loopback route. In that case, make sure /etc/sysconfig has network_interfaces="lo0 ..." static_routes="loopback" Other entries may appear in these two entries. Just make sure ``lo0'' is network_interfaces and ``loopback'' is in static_routes. Also, you need ifconfig_lo0="inet localhost" and route_loopback="${hostname} localhost" -- Sean Kelly NOAA Forecast Systems Laboratory kelly@fsl.noaa.gov Boulder Colorado USA http://www-sdd.fsl.noaa.gov/~kelly/