From owner-freebsd-hackers Sat Aug 24 02:26:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA22852 for hackers-outgoing; Sat, 24 Aug 1996 02:26:30 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA22846 for ; Sat, 24 Aug 1996 02:26:20 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id LAA26892; Sat, 24 Aug 1996 11:21:35 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id LAA28551; Sat, 24 Aug 1996 11:34:24 +0200 From: Christoph Kukulies Message-Id: <199608240934.LAA28551@gilberto.physik.rwth-aachen.de> Subject: Re: help with portmap In-Reply-To: <199608240842.SAA06284@rhiannon.clari.net.au> from Peter Hawkins at "Aug 24, 96 06:42:20 pm" To: peter@clari.net.au (Peter Hawkins) Date: Sat, 24 Aug 1996 11:34:23 +0200 (MET DST) Cc: freebsd-hackers@freebsd.org Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi, > > I have never come across this system before (Ultrix/Dec Unix that's me :) ) > so I am a bit puzzled. I want to nfs export a directory between two > FreeBSD boxes on an ethernet. I made the /etc/exports entry and > confirmed portmap is running prior to nfsiod (client) and both > nfsiod and nfsd (server). I get RPC: Program not registerred when > I use the mount command. I then type nfsd -r (though I can't see why I > need to as the portmap WAS running first) and things improve a little: > I get from (rpcinfo output...) > > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > > to > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > 100003 2 udp 2049 nfs > > But I STILL get: > Cannot MNT RPC: RPC: Program not registered > > Any clues? You don't have mountd running. > Peter > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de