From owner-freebsd-questions Mon Jan 1 16:39:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17931 for questions-outgoing; Mon, 1 Jan 1996 16:39:11 -0800 (PST) Received: from parody.tecc.co.uk (parody.tecc.co.uk [193.128.6.83]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA17926 for ; Mon, 1 Jan 1996 16:39:07 -0800 (PST) Received: (from fqueries@localhost) by parody.tecc.co.uk (8.6.12/8.6.12) id MAA00230; Sat, 30 Dec 1995 12:12:26 GMT Date: Sat, 30 Dec 1995 12:12:26 +0000 () From: James Raynard To: steve hovey cc: freebsd-questions@freebsd.org Subject: Re: 2.1R nfs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Thu, 28 Dec 1995, steve hovey wrote: > If I try to use nfs with 2.1R (unlike 2.0.5 or 2.0) it complains that > there is now /var/something/mountdb Do you mean there is no /var/db/mountdtab? (Please try and be as precise as you can when reporting error messages). If so, it's due to a typo in the 2.1 installation program - it creates a file called mountdbtab instead of mountdtab. Just do (as root) # su bin # cd /var/db # mv mountdbtab mountdtab # exit James Segmentation fault (core dumped): cannot find file '.signature'