Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 1999 01:13:01 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/11913: Problem about /stand/sysinstall and /etc/rc.conf
Message-ID:  <199905281613.BAA00907@lavender.sanpei.org>

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

>Number:         11913
>Category:       conf
>Synopsis:       Problem about /stand/sysinstall and /etc/rc.conf
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 28 09:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Keio Univ.
>Environment:

	3.2-RELEASE i386 and 3.1-RELEASE i386

>Description:

  I like current configuration style, /etc/rc.conf and
/etc/default/rc.conf.  But /stand/sysinstall has some
problems. Please check and fix these.

1. illegal lines are added after sysinstall.

  Before /stand/sysinstall in /etc/rc.conf, if there is enable flags
for NFS client, like this.

nfs_client_enable="YES"

Execute sysinstall and select with below scenario.
	1) Select, Configure --> Networking --> NFS client
	2) NFS client was checked and already enabled
	3) push space key **twice** --> also NFS client is enabled 
	4) exit sysinstall

  After this, there is no changes about configuration in sysinstall,
but below lines are added to /etc/rc.conf.

# -- sysinstall generated deltas -- #
nfs_client_enable="YES"

2. no way to disable services via sysinstall

  If you want to disable service, erase check box via
sysinstall. But no lines is added or erased in /etc/rc.conf

  Before /stand/sysinstall, in /etc/rc.conf if there is enable flags
for NFS client like this.

nfs_client_enable="YES"

Execute sysinstall and select with below scenario.
	1) Select, Configure --> Networking --> NFS client
	2) NFS client was checked and already enabled
	2) push space key at **one** --> NFS client is disabled
	3) exit sysinstall

  After this, but there is no changes in /etc/rc.conf.

3.  Shotcut key problem

At Configuration Menu.

  +---------- FreeBSD Configuration Menu ------------------------------------+
    If you've already installed FreeBSD, you may use this menu to customize  |
    it somewhat to suit your particular configuration.  Most importantly,    (0x(B
    you can use the Packages utility to load extra "3rd party"               (0x(B
    software not provided in the base distributions.                         (0x(B
   +----------------------------------------------------------------------+
   (0x(B D Distributions    Install additional distribution sets              (0x(B
   (0x(B P Packages         Install pre-packaged software for FreeBSD         (0x(B
   (0x(B R Root Password    Set the system manager's password                 (0x(B
   (0x(B L Label            The disk Label editor                             (0x(B
   (0x(B F Fdisk            The disk Slice (PC-style partition) Editor        (0x(B
   (0x(B 1 User Management  Add user and group information                    (0x(B
   (0x(B 2 Console          Customize system console behavior                 (0x(B

Push 2 key to select `2 Console', but cursor jump to `P Packages'

>How-To-Repeat:

>Fix:
	


>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?199905281613.BAA00907>