Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sat, 27 Jan 2001 01:21:45 -0800
From: Seth Delackner <seth@jtan.com>
To: Mumit Khan <khan@NanoTech.Wisc.EDU>
Cc: Seth Delackner <seth@jtan.com>, cygwin@cygwin.com
Subject: Re: tcpd is where?
Message-ID: <20010127012145.A6838@io.jtan.com>
References: <20010126203532.A3406@io.jtan.com> <Pine.HPP.3.96.1010126235648.20620I-200000@hp2.xraylith.wisc.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <Pine.HPP.3.96.1010126235648.20620I-200000@hp2.xraylith.wisc.edu>; from khan@NanoTech.Wisc.EDU on Sat, Jan 27, 2001 at 12:04:25AM -0600

I applied the patch as you outlined and I successfully compiled and
installed tcpd in /usr/sbin.  I then modified my inetd.conf to something
like what appears below. Anyhow, I restarted inetd and immeditely lost
access to any of the services.  When I changed the tcpd lines back to
'in.foo in.foo' instead of 'tcpd in.foo' and restarted, everything was
good again, but of course, without tcpd!

echo    dgram   udp     wait    root    internal
discard stream  tcp     nowait  root    internal
discard dgram   udp     wait    root    internal
daytime stream  tcp     nowait  root    internal
daytime dgram   udp     wait    root    internal
chargen stream  tcp     nowait  root    internal
chargen dgram   udp     wait    root    internal
time    stream  tcp     nowait  root    internal
time    dgram   udp     wait    root    internal

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd in.ftpd
sshd    stream  tcp     nowait  root    /usr/sbin/tcpd in.sshd -i

exec    stream  tcp     nowait  root    /usr/sbin/in.rexecd in.rexecd

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

