[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [550] Rsync help needed
- Subject: Re: [cobalt-users] [550] Rsync help needed
- From: Dmitry Alexeyev <dmi_a@xxxxxxxxxx>
- Date: Tue Feb 24 01:38:01 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi!
Make sure you have line
rsync 873/tcp
in /etc/services
and line
rsync stream tcp nowait root /usr/bin/rsync rsyncd
--daemon
(one line!)
in /etc/inetd.conf
You will need to restart inetd if modifying it:
killall -1 inetd
Dmitry
P.S.: I have rsync 2.6.0 (fresh release) rpm and src.rpm package, can
email both to you if you're interested.
> I've upgraded from a RaQ XTR to a 550 but am struggling to get rsync
> to run. We use rsync to move our CMU archive to a backup server with
> permissions intact.
>
> I would like to hear from anyone who has rsync running in daemon mode
> on a RaQ 550.
>
> No matter how I configure rsyncd.conf, I keep getting "connection
> refused" when trying to connect from a client to the rsync server.
>
> I notice in /etc/xinetd.d/rsync that rsync is set to disabled = yes.
> I've changed that to no, but I can't see the xinetd is started
> anywhere so this was probably a waste of time.