Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 1995 13:47:34 +0200
From:      Mark Murray <mark@grondar.za>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/826: ttymux listener in inetd does not work
Message-ID:  <199511161147.NAA03189@grumble.grondar.za>
Resent-Message-ID: <199511161150.DAA08990@freefall.freebsd.org>

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

>Number:         826
>Category:       bin
>Synopsis:       ttymux listener in inetd does not work
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 16 03:50:03 PST 1995
>Last-Modified:
>Originator:     Mark Murray
>Organization:
GTA
>Release:        FreeBSD 2.2-CURRENT i386
>Environment:

2.2-current

>Description:

Trying to get a private daemon going through tcpmux does not work.

>How-To-Repeat:

in /etc/inetd.conf:

tcpmux/+date	stream	tcp	nowait	nobody	/bin/date		date

Then kill -HUP or restart the inetd, then

telnet localhost tcpmux
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

netstat -a shows that no listener is listening on port 1.


>Fix:
	
Not sure...

>Audit-Trail:
>Unformatted:



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