Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 15 Jul 2002 11:20:17 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Another failure to get telnet/inetd to work in 1.3.12 Message-ID: <20020715112017.D6932@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3D2E0CF6 DOT 8080202 AT Salira DOT com> <20020712093144 DOT D10982 AT cygbert DOT vinschen DOT de> <3D2F5581 DOT 5010905 AT Salira DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D2F5581.5010905@Salira.com> User-Agent: Mutt/1.3.22.1i On Fri, Jul 12, 2002 at 03:17:37PM -0700, Andrew DeFaria wrote: > >You have an ssh entry in /etc/inetd.conf but not in your systems > >services file. > > Not really! > > adefaria:grep ssh /dev/c/WINDOWS/system32/drivers/etc/Services > ssh 22/tcp #SSH Remote Login > Protocol > ssh 22/udp #SSH Remote Login > Protocol > > As you can see I do have an ssh entry in my system's services file. But > my question was about telnet (rlogin, ftp, etc). And the Event Viewer > had errors for each service in /etc/inetd.conf. I just picked one > (unfortunately I picked ssh - I should have grabbed the telnet one) to > paste here. Note that I remapped the /cygdrive prefix to /dev. > > Could it be that 1.3.12 is having some problem finding my system's > services file? Again, this use to work just find until I updated to It's *very* unlikely. Cygwin doesn't even try to find the file by itself but uses the appropriate WinSock functions getservbyname() and getservbyport(). So it's actually WinSock not finding your systems services file. What I could think of is that your $PATH is somehow not including your windows system paths anymore. Otherwise... Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- 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/