From deborah@microunity.com  Wed Jun  5 22:18:30 1996
Received: from muse.microunity.com (muse1.microunity.com [192.216.206.2])
          by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA03847
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Jun 1996 22:18:30 -0700 (PDT)
Received: from gaea.microunity.com by muse.microunity.com (4.1/ericm1.1)
	id AA01341; Wed, 5 Jun 96 22:17:59 PDT
Received: from traken.microunity.com by gaea.microunity.com (4.1/muse1.3)
	id AA16878; Wed, 5 Jun 96 22:17:58 PDT
Received: (from deborah@localhost) by traken.microunity.com (8.6.12/8.6.12) id WAA03944; Wed, 5 Jun 1996 22:16:24 -0700
Message-Id: <199606060516.WAA03944@traken.microunity.com>
Date: Wed, 5 Jun 1996 22:16:24 -0700
From: Deborah Gronke Bennett <deborah@microunity.com>
Reply-To: deborah@microunity.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: /var/db/mountdtab misnamed after install
X-Send-Pr-Version: 3.2

>Number:         1297
>Category:       misc
>Synopsis:       /var/db/mountdtab misnamed after install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun  5 22:20:03 PDT 1996
>Closed-Date:    Wed Jun 5 23:50:45 PDT 1996
>Last-Modified:  Wed Jun  5 23:51:09 PDT 1996
>Originator:     Deborah Gronke Bennett
>Release:        FreeBSD 2.1-STABLE i386
>Organization:
MicroUnity Systems Engineering, Inc.
>Environment:

	Various. I noticed the problem on every PC I installed
	(some P5-90 with IDE disks, some P5-133 with
	SCSI).

>Description:

	The file /var/db/mountdtab is missing after installing
	FreeBSD 2.1 from the release CD-ROM.
	Suspiciously, /var/db contains a file called mountdbtab,
	which doesn't seem to be used for anything.
	I suspect a typo in an install script somewhere.

>How-To-Repeat:

	The usual way I notice this is to try to enable nfs_server
	on the machine, which gives this error:
	Error: cannot open /var/db/mountdtab

>Fix:
	
	I wrote a shell script containing these lines which I run
	after installing machines:

	### Work around an installation bug
	##
	PATHNAME="/var/db"
	echo "fixing "${PATHNAME}"/mountdtab"
	cd ${PATHNAME}
	mv mountdbtab mountdtab

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Wed Jun 5 23:50:45 PDT 1996 
State-Changed-Why:  
This bug was fixed in sysinstall when you first reported the 
problem. :-) 
>Unformatted:
