Subject: nfs - fixed
To: None <port-mac68k@NetBSD.ORG>
From: John Ostrowick <jon@colossus.cs.wits.ac.za>
List: port-mac68k
Date: 06/26/1997 14:27:01
this is how i solved it:

/pub/pub -mapall=root -ro colossus.cs.wits.ac.za

is my exports file

nfsd -tun 1

is the incantation to get one daemon only

and this is a good little quickscript i made to test the file until it
didn't whine anymore:


#!/bin/sh
kill -HUP `cat /var/run/mountd.pid`
showmount -e

_________________________________________________________________________
John Ostrowick
Computer Science Department,   University of the Witwatersrand
1 Jan Smuts Ave, Johannesburg, South Africa. Senate House 1012
Phone: +27 11 716-3783         Fax: +27 11 339-3513
jon@cs.wits.ac.za              jon@is.co.za
My web page: http://macaroni.cs.wits.ac.za/more/jon/aboutme.html
My ftp site: ftp://macaroni.cs.wits.ac.za
My listserv: subscr@cs.wits.ac.za (body of 'help')