From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17900 invoked by alias); 29 Sep 2003 09:56:17 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 17892 invoked from network); 29 Sep 2003 09:56:16 -0000 Received: from unknown (HELO mx1.ovh.net) (213.186.33.53) by sources.redhat.com with SMTP; 29 Sep 2003 09:56:16 -0000 Received: (qmail 28265 invoked by uid 503); 29 Sep 2003 09:56:35 -0000 Received: from unknown (HELO xp) (postmaster%nicolasjean.com@81.49.112.52) by ns0.ovh.net with SMTP; 29 Sep 2003 09:56:35 -0000 From: "Nicolas JEAN" To: Subject: 1.5.5-1: ftp: ftp/tcp: unknown service Date: Mon, 29 Sep 2003 09:59:00 -0000 Message-ID: <008501c3866f$e6cc5af0$6400100a@xp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-09/txt/msg01769.txt.bz2 Hi, (cygwin on windows XP SP1) when I tried to run ftp, I've got : > ftp server ftp: ftp/tcp: unknown service I have the same with telnet I tried to change the access right on the file services but nothing change I wrote this little C program: #include main () { struct servent *s; s = getservent(); if ( s != 0x00 ) printf("%d\n", s->s_port); else printf("NO !\n"); } which work perfectly, so I guess the access right are OK if I tried to run getservbyname it failed. /etc/services is a link to WIN/system32/drivers/etc/services and cygwin use this last one, not the link any idea ?! I don't think I started or stopped any windows service. best regards, Nicolas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/