Bug 864 - sysinstall creates /var/db/mountdbtab, mountd wants mountdtab
Summary: sysinstall creates /var/db/mountdbtab, mountd wants mountdtab
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 2.1-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-12-04 00:20 UTC by James Raynard
Modified: 1995-12-04 02:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Raynard 1995-12-04 00:20:06 UTC
	On re-booting after installation, the following error appears:-

	mountd[75]: Can't open /var/db/mountdtab

	There is a file mountdbtab in /var/db, but not mountdtab.

Fix: 

Workaround:-

	# cd /var/db
	# ln -s mountdbtab mountdtab
How-To-Repeat: 
	Install 2.1.0R and select 'this machine will be an NFS server option'
Comment 1 jkh freebsd_committer freebsd_triage 1995-12-04 02:22:09 UTC
State Changed
From-To: open->closed

Fixed!