From owner-freebsd-bugs Sat Oct 4 10:20:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25241 for bugs-outgoing; Sat, 4 Oct 1997 10:20:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25234; Sat, 4 Oct 1997 10:20:01 -0700 (PDT) Resent-Date: Sat, 4 Oct 1997 10:20:01 -0700 (PDT) Resent-Message-Id: <199710041720.KAA25234@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, john@vapornet.com Received: from helium.vapornet.com (root@helium.vapornet.com [208.202.126.112]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25188 for ; Sat, 4 Oct 1997 10:19:55 -0700 (PDT) Received: from argon.vapornet.com (vapornet.xnet.com [205.243.141.107]) by helium.vapornet.com (8.8.7/VaporServer-v3.0+SpamNot) with ESMTP id MAA10250 for ; Sat, 4 Oct 1997 12:20:17 -0500 (CDT) Received: by argon.vapornet.com (8.8.7/VaporClient-1.1) id MAA04283; Sat, 4 Oct 1997 12:19:41 -0500 (CDT) Message-Id: <199710041719.MAA04283@argon.vapornet.com> Date: Sat, 4 Oct 1997 12:19:41 -0500 (CDT) From: john@vapornet.com Reply-To: john@vapornet.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/4689: pick nits in rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4689 >Category: conf >Synopsis: rc.conf passes "NO" as a command line flag for mountd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 4 10:20:00 PDT 1997 >Last-Modified: >Originator: John Preisler >Organization: VaporNet Inc. >Release: FreeBSD 2.2-STABLE i386 >Environment: nfs server chosen in rc.conf. # $Id: rc.conf,v 1.1.2.22 1997/09/30 20:12:33 jkh Exp $ # $Id: rc.network,v 1.1.2.11 1997/09/18 22:47:12 danny Exp $ >Description: rc.conf has as default mountd_flags="NO" which should be changed to either "" or "/etc/exports" because mountd expects an exports file named "NO". Since there is no exports file named NO, it doenst register the service on the network and clients cant mount. >How-To-Repeat: as long as mountd_flags="NO" and nfs_server_enable="YES" the server will fail rpc reg. >Fix: change default config for mountd_flags from "NO" to "" or "/etc/exports" >Audit-Trail: >Unformatted: