Subject: Problem with exports
To: Current-users <current-users@NetBSD.ORG>
From: Robert Nestor <rnestor@metronet.com>
List: current-users
Date: 12/27/1997 21:48:40
I'm having a problem with mountd and exporting filesystems with 1.3_BETA.

Back in the days of 1.2.1 when mountd lived in /sbin the following 
/etc/exports file worked just fine:

/usr/src -maproot=root -network=192.168.1 -mask=255.255.255.0
/usr/src2 -maproot=root -network=192.168.1 -mask=255.255.255.0

Now that mountd has moved to /usr/sbin it hangs while processing the 
export file. Running mountd with the -d option yields:

Getting export list.
Got line /usr/src -maproot=root -network=192.168.1 -mask=255.255.255.0
Making new ep fs=0x40e,0x78b
doing opt -maproot=root -network=192.168.1 -mask=255.255.255.0
doing opt -network=192.168.1 -mask=255.255.255.0

Does anybody have a clue what's happening here and/or what I'm doing 
wrong?

thanks,
-bob