Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 1999 15:27:54 -0600 (MDT)
From:      howard@ee.utah.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/11243: /etc/rc.network
Message-ID:  <199904202127.PAA00594@labserve3.elen.utah.edu>

next in thread | raw e-mail | index | archive | help

>Number:         11243
>Category:       conf
>Synopsis:       mountd startup can lose flags
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 20 14:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     howard@ee.utah.edu
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
University of Utah Electrical Engineering Dept
>Environment:

	bootup with nfs_server_enable=YES and weak_mountd_authentication=YES

>Description:

	if weak_mountd_authentication==YES, other mountd_flags specified
         in /etc/rc.conf will be ignored

>How-To-Repeat:

	run /etc/rc.network

>Fix:
	
        Here is output from diff -c

*** /etc/rc.network	Tue Apr 20 15:06:18 1999
--- /etc/rc.network.orig	Tue Apr 20 15:05:38 1999
***************
*** 260,266 ****
      if [ "X${nfs_server_enable}" = X"YES" -a -r /etc/exports ]; then
  	    echo -n ' mountd'
  	    if [ "X${weak_mountd_authentication}" = X"YES" ]; then
! 		    mountd_flags="${mountd_flags} -n"
  	    fi
  	    mountd ${mountd_flags}
  	    if [ "X${nfs_reserved_port_only}" = X"YES" ]; then
--- 260,266 ----
      if [ "X${nfs_server_enable}" = X"YES" -a -r /etc/exports ]; then
  	    echo -n ' mountd'
  	    if [ "X${weak_mountd_authentication}" = X"YES" ]; then
! 		    mountd_flags="-n"
  	    fi
  	    mountd ${mountd_flags}
  	    if [ "X${nfs_reserved_port_only}" = X"YES" ]; then


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904202127.PAA00594>