This is a discussion on Re: rsync newbie within the Rsync forums, part of the Networking and Network Related category; On Tue, 13 Sep 2005, Scott Miller <srmiller@interbel.net> wrote: > My problem: I keep getting the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 13 Sep 2005, Scott Miller <srmiller@interbel.net> wrote:
> My problem: I keep getting the following error and can't find much > info on it, or how to fix it: > > rsync: read error: connection reset by peer > rsync error: error in rsync protocol data stream (code 12) at io.c(177) > > I've started the rsync process with rsync --daemon, and have modified > the appropriate services and xinetd files. I've also sent a sig hup to xinetd. Did you open up port 873? That error usually means that the connection was rejected because there's nothing listening at the destination port, or (more likely) a firewall is rejecting connection attempts. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html |