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 Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sun, 13 Jan 2002 23:41:58 +0100 From: Corinna Vinschen 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: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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/