Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2007 14:20:08 -0800
From:      "Greg Albrecht" <gregoryba@gmail.com>
To:        "Peter Pluta" <peter@placidpublishing.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: rsync issues
Message-ID:  <39ed86f90701231420qeee37a0y12f75f27e76bf443@mail.gmail.com>
In-Reply-To: <45B68887.3070105@placidpublishing.net>
References:  <45B4032C.3070404@placidpublishing.net> <45B5295D.3020205@placidpublishing.net> <45B68887.3070105@placidpublishing.net>

next in thread | previous in thread | raw e-mail | index | archive | help
just to go through what i'd normally check:
1) make sure the source host is up at 100full
2) make sure the port the source host is plugged into is 100full
3) make sure the destination host is up at 100full
4) make sure the port the destination host is plugged into is 100full

given all of that, if you still have trouble you might want to start
doing some packet dumps and see if one host or the other are
terminating the connection:

$ tcpdump -n -vvv -s 1518

-g

On 23/01/07, Peter Pluta <peter@placidpublishing.net> wrote:
> I've gotten a few replies and i've tried almost all of the suggestions
> but the problem still resides. I re-installed rsync on both box's and it
> still does this.
>
>
> Peter Pluta wrote:
> > Anyone?
> >
> > Peter Pluta wrote:
> >> I have a win2k3 server running as my rsync server. I also have a
> >> freebsd web server being the rsync client. A shell script runs every
> >> night at 5am (it's below).
> >>
> >> Shell script:
> >>
> >> #!/bin/sh
> >> . `dirname $0`/settings.inc
> >> destination=**.***.***.***::backup
> >> if [ "$TERM" ]; then verbose=-v; fi
> >> rsync $verbose -azR --delete-after /usr/local/etc/       $destination
> >> rsync $verbose -azR --delete-after /usr/local/lib/sasl2/ $destination
> >> rsync $verbose -azR --delete-after /var/cron/            $destination
> >> rsync $verbose -azR --delete-after /root/                $destination
> >> rsync $verbose -azR --delete-after /etc/                 $destination
> >> rsync $verbose -azR --delete-after --exclude httpd-*.log $wwwDir/
> >> $destination
> >>
> >> After it runs for 5 minutes it throws this:
> >> rsync: writefd_unbuffered failed to write 16385 bytes [sender]:
> >> Broken pipe (32)
> >> rsync: read error: Connection reset by peer (54)
> >> rsync error: error in rsync protocol data stream (code 12) at
> >> io.c(613) [sender=2.6.9]
> >>
> >> Dmesg on the box only shows this:
> >> em0: promiscuous mode enabled
> >> em0: promiscuous mode disabled
> >>
> >> But that is probably pretty old.
> >>
> >> What can the problem be? backups are really important to me and they
> >> don't currently work as the transfer times out after the first few
> >> files.
> >>
> >> Anyone got an idea? Any feedback or suggestions would be greatly
> >> appreciated.
> >>
> >> Thanks,
> >> Peter
> >> _______________________________________________
> >> freebsd-questions@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to
> >> "freebsd-questions-unsubscribe@freebsd.org"
> >
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "freebsd-questions-unsubscribe@freebsd.org"
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>


-- 
Greg Albrecht (gregoryba@gmail.com)
An Indie, Hip Hop and IDM Podcast: The Letter G
http://theletterg.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39ed86f90701231420qeee37a0y12f75f27e76bf443>