delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/01/13/17:42:18

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Date: Sun, 13 Jan 2002 23:41:58 +0100
From: Corinna Vinschen <cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: inetd - rsyncd does not get registered?
Message-ID: <20020113234158.L2015@cygbert.vinschen.de>
Mail-Followup-To: cygwin AT cygwin DOT com
References: <lmf1kh1r DOT fsf AT blue DOT sea DOT net>
Mime-Version: 1.0
In-Reply-To: <lmf1kh1r.fsf@blue.sea.net>
User-Agent: Mutt/1.3.22.1i

On Mon, Jan 14, 2002 at 12:44:00AM +0200, Jari Aalto+mail.linux wrote:
> 
> Can anyone see why inetd isn't accepting the rsync server
> connections? Notice the "FREE" statemetn in listing, which
> I assume means that service is not registered in inetd.
> 
>     //root AT W2KPICASSO /usr/bin $ inetd -d
>     ...
>     ADD : talk proto=udp, wait=1, user=root builtin=0 server=/usr/sbin/in.talkd
>     registered /usr/sbin/in.talkd on 19
>     ADD : ntalk proto=udp, wait=1, user=root builtin=0 server=/usr/sbin/in.talkd
>     registered /usr/sbin/in.talkd on 20
>     ADD : rsync proto=tcp, wait=0, user=root builtin=0 server=/usr/local/bin/rsync
>     FREE: rsync proto=tcp, wait=0, user=root builtin=0 server=/usr/local/bin/rsync
> 
> I have /etc/inetd.conf
> 
>     # see rsyncd.conf(5)s
> 
>     rsync stream  tcp    nowait      root /usr/local/bin/rsync rsyncd --daemon

The problem is probably that an `rsync' service isn't registered 
in the systems services file

  $windir/system32/drivers/etc/services

on NT/2K/XP or

  $windir/SERVICES

on 9x/Me.

Add the lines

  rsync           873/tcp                 # rsync
  rsync           873/udp                 # rsync

to that file and try again.

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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019