From owner-freebsd-bugs Tue Mar 7 21:09:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA12452 for bugs-outgoing; Tue, 7 Mar 1995 21:09:48 -0800 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA12424 for ; Tue, 7 Mar 1995 21:09:40 -0800 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id VAA27234; Tue, 7 Mar 1995 21:07:55 -0800 From: "Rodney W. Grimes" Message-Id: <199503080507.VAA27234@gndrsh.aac.dev.com> Subject: Re: Better check NFS server as well To: ponds!rivers@dg-rtp.dg.com (Thomas David Rivers) Date: Tue, 7 Mar 1995 21:07:55 -0800 (PST) Cc: allen@ripley.radio.net, bugs@FreeBSD.org In-Reply-To: <199503080223.VAA02740@lakes> from "Thomas David Rivers" at Mar 7, 95 09:23:41 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1208 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > > > > It complains on startup about not finding /var/db/mountdtab. > > I get this message from 2.0R - in case anyone else hasn't seen it there. > > > > > Also, check /etc/termcap. It is a symbolic link to something non- > > existent in /usr/tmp/... > > This is caused by the following change made by UCB for some reason to the mountd sources: [This is a clip out of a very large diff] 1.1.5.1 sources: ! if (((mlfile = fopen(_PATH_RMOUNTLIST, "r")) == NULL) && ! ((mlfile = fopen(_PATH_RMOUNTLIST, "w")) == NULL)) { ! syslog(LOG_WARNING, "Can't open %s", _PATH_RMOUNTLIST); 2.1-current sources: ! if ((mlfile = fopen(_PATH_RMOUNTLIST, "r")) == NULL) { ! syslog(LOG_ERR, "Can't open %s", _PATH_RMOUNTLIST); This may have been done as more than likely allowing mountd to create the file ends up with a file that has the wrong modes on it. [Having a world readable /var/db/mountdtab is not always a very good idea, it tells hackers where to go to attack you via NFS :-)] > - Dave R. - -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD