Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 8 Nov 2001 16:50:27 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: inetd on win95 Message-ID: <20011108165027.B4977@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20011107121139 DOT S2965 AT cygbert DOT vinschen DOT de> <3BEAF733 DOT 6000102 AT sys-mail DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BEAF733.6000102@sys-mail.net> User-Agent: Mutt/1.3.21i On Thu, Nov 08, 2001 at 10:20:51PM +0100, joerg eichhorn wrote: >i have got the same problems, as described in the orginial mail by Raphael. > >winver: Win9X Ver 4.90 build 73010104 (aut.: it is winme) >cygver: Cygwin DLL version info: > dll major: 1003 > dll minor: 3 > dll epoch: 19 > build date: Wed Sep 12 23:54:31 EDT 2001 > >but what i found the following: >this won't work: > >foo AT bar ~ >$ /usr/sbin/new/in.telnetd >/usr/sbin/new/in.telnetd: getpeername: The descriptor is a file, not a >socket This is correct. in.telnetd expects that it's standard file descriptors should be sockets. >foo AT bar ~ >$ > > >but the following worked fine: >foo AT bar ~ >$ /usr/sbin/new/in.telnetd -debug And, the -debug option for in.telnetd makes in.telnetd open its own socket descriptors for stdin/stdout/stderr. It's used for debugging (oddly enough). >wrapping the call into a shellscript named in.telnetd didn't work :-( > >so how to understand that behavior? Everything working as normal? cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/