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
Message-ID: <39880539.3BAA6C5C@cygnus.com>
Date: Wed, 02 Aug 2000 13:25:45 +0200
From: Corinna Vinschen <vinschen@cygnus.com>
Reply-To: cygwin <cygwin@sources.redhat.com>
X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-SMP i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: Reiner Suikat <Reiner.Suikat@dlr.de>
CC: Cygwin Mailing Liste <cygwin@sources.redhat.com>
Subject: Re: inetd and "unknown service"
References: <HKEGJFNICJKAMIILDOFCKEHPCAAA.Reiner.Suikat@dlr.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Reiner Suikat wrote:
> 
> Hello,
> I have just installed Cygwin (1.1.3 release from the net) and the inetutils
> (1.3.2-5p1) on a Windows 2000 system and now I have the following problem:
> 
> After installing inetd as a service (LocalSystem account) and generating the
> registry key as described in the doc, inetd starts up without a problem (it
> does appear twice in task manager as mentioned in the doc), but I cannot use
> any service. Whenever I try to telnet or ftp to another host, I get
> something like

The inetd has _nothing_ to do with telneting or ftping to another
host. inetd starts the corresponding services when you try to logon
from another host to _your_ machine.

> tcp/telnet  unknown service

That's a problem in your local SERVICES file. It seems to miss
the important lines for telnet and ftp:

ftp-data           20/tcp                           #FTP, data
ftp                21/tcp                           #FTP. control
telnet             23/tcp

You can find the file in $(SYSTEMROOT)/system32/drivers/etc

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

