NetBSD Problem Report #11055

Received: (qmail 14802 invoked from network); 21 Sep 2000 08:14:50 -0000
Message-Id: <200009210814.BAA17313@nbwww.isc.org>
Date: Thu, 21 Sep 2000 01:14:50 -0700 (PDT)
From: asaeda@yamato.ibm.co.jp
Reply-To: asaeda@yamato.ibm.co.jp
To: gnats-bugs@gnats.netbsd.org
Subject: lack of portmap and kerberos arguments in rc.conf
X-Send-Pr-Version: www-1.0

>Number:         11055
>Category:       admin
>Synopsis:       lack of portmap and kerberos arguments in rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 21 08:15:00 +0000 2000
>Closed-Date:    Thu Sep 21 10:17:48 +0000 2000
>Last-Modified:  Wed Oct 20 08:05:03 +0000 2004
>Originator:     Hitoshi Asaeda
>Release:        current and alpha2
>Organization:
IBM Japan, Ltd.
>Environment:
NetBSD alfa 1.5_ALPHA2 NetBSD 1.5_ALPHA2 (ALPHA) #0: Thu Sep 21 16:35:10 GMT 2000     root@alfa:/usr/src/sys/arch/i386/compile/ALPHA i386
(This machine is alpha2, but I bet current has also a same bug.)
>Description:
rc.conf under /usr/src/etc/default doesn't have entries of $portmap and $kerberos.

>How-To-Repeat:


>Fix:
Apply a following patch under /usr/src/etc/default.


--- rc.conf.orig        Thu Sep 21 12:22:44 2000
+++ rc.conf     Thu Sep 21 17:13:12 2000
@@ -102,6 +102,9 @@
 #
 rpcbind=NO		rpcbind_flags="-l"	# -l logs libwrap

+# portmap is used to look up RPC-based services.
+portmap=NO		portmap_flags="-l"	# -l logs libwrap
+
 # Commonly used daemons.
 #
 syslogd=YES		syslogd_flags="-s"	# -s "secure" unix domain only
@@ -162,6 +165,7 @@
 # Other daemons.
 #
 rwhod=NO
+kerberos=NO

 # Hardware daemons.
 #
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: hubertf 
State-Changed-When: Thu Sep 21 03:12:42 PDT 2000 
State-Changed-Why:  
'portmap' is known as 'rpcbind' for quite some time now, and 
'kerberos' is started via the 'kdc' service/daemon. 

I've added a comment to etc/default/rc.conf that rpcbind 
was formerly known as portmap. 


- Hubert 

From: Jason R Thorpe <thorpej@zembu.com>
To: asaeda@yamato.ibm.co.jp
Cc: gnats-bugs@gnats.netbsd.org
Subject: Re: admin/11055: lack of portmap and kerberos arguments in rc.conf
Date: Thu, 21 Sep 2000 07:32:47 -0700

 On Thu, Sep 21, 2000 at 01:14:50AM -0700, asaeda@yamato.ibm.co.jp wrote:

  > >Fix:
  > Apply a following patch under /usr/src/etc/default.

 This is incorrect.  portmap and kerberos no longer exist.  They've been
 replaced by rpcbind and kdc.  Please remove the offending rc.d scripts
 from your system, and your boot will function normally.

  > 
  > 
  > --- rc.conf.orig        Thu Sep 21 12:22:44 2000
  > +++ rc.conf     Thu Sep 21 17:13:12 2000
  > @@ -102,6 +102,9 @@
  >  #
  >  rpcbind=NO		rpcbind_flags="-l"	# -l logs libwrap
  >  
  > +# portmap is used to look up RPC-based services.
  > +portmap=NO		portmap_flags="-l"	# -l logs libwrap
  > +
  >  # Commonly used daemons.
  >  #
  >  syslogd=YES		syslogd_flags="-s"	# -s "secure" unix domain only
  > @@ -162,6 +165,7 @@
  >  # Other daemons.
  >  #
  >  rwhod=NO
  > +kerberos=NO
  >  
  >  # Hardware daemons.
  >  #
  > >Release-Note:
  > >Audit-Trail:
  > >Unformatted:
  > 

 -- 
         -- Jason R. Thorpe <thorpej@zembu.com>
Responsible-Changed-From-To: system-admin->misc-bug-people 
Responsible-Changed-By: gnats 
Responsible-Changed-When: Wed Oct 20 08:04:02 UTC 2004 
Responsible-Changed-Why:  
This was the only use of the "system-admin" alias. 
>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.