Skip site navigation (1)Skip section navigation (2)
Date:      27 Feb 2003 15:18:57 -0000
From:      Scott Ballantyne <sdb@ssr.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/48749: inetd depends on portmap
Message-ID:  <20030227151857.2180.qmail@kimchee.ssr.com>

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


>Number:         48749
>Category:       bin
>Synopsis:       inetd depends on portmap
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 27 07:20:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Scott Ballantyne
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
ScotSoft Research
>Environment:
System: FreeBSD kimchee.ssr.com 4.7-RELEASE FreeBSD 4.7-RELEASE #4: Mon Jan 13 07:29:39 EST 2003 sdb@kimchee.ssr.com:/usr/src/sys/compile/KIMCHEE i386


>Description:
	If inetd is enabled without enabling portmap on an install,
	mysterious failures on non-rpc services can result since while inetd
	is waiting for the portmapper response it won't service other requests.

	Enable inetd without enabling amd or being an nfs server
	(i.e., nfs client only). 
>How-To-Repeat:
	Enable inetd without enabling amd or becoming an nfs server
	(nfs client only, for example). Uncomment (as an example) ftpd
	or talkd and (for example) rstatd rusersd. HUP inetd. talkd
	will fail since it cannot connect to local daemon. After a
	while, it will work. Then it will fail again.

>Fix:
	Add chkdepend inetd inetd_enable portmap portmap_enable to /etc/rc.
	Or add a comment to the appropriate place in the inetd.conf
	file for morons like me:-)

>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?20030227151857.2180.qmail>