Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2011 16:06:26 -0500 (CDT)
From:      Larry Rosenman <ler@lerctr.org>
To:        freebsd-stable@freebsd.org
Subject:   rsync corrupted MAC
Message-ID:  <alpine.BSF.2.00.1110091604450.94525@lrosenman.dyndns.org>

next in thread | raw e-mail | index | archive | help
Any ideas on which side or what might be broke here?

ler/MAIL-ARCHIVE/2008/12/INBOX
Corrupted MAC on input.
Disconnecting: Packet corrupt
rsync: connection unexpectedly closed (33845045 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [receiver=3.0.9]
rsync: connection unexpectedly closed (1450 bytes received so far) [generator]
rsync error: unexplained error (code 255) at io.c(605) [generator=3.0.9]

The script:

#!/bin/sh
/usr/local/bin/rsync -Cavz --delete root@tbh.lerctr.org:/etc/ \
                                     /vault/backup/TBH/etc/
/usr/local/bin/rsync -Cavz --delete root@tbh.lerctr.org:/home/ \
                                     /vault/backup/TBH/home/
#/usr/local/bin/rsync -Cavz --delete root@tbh.lerctr.org:/usr/local/pgsql/backups/ \
#                                    /vault/backup/TBH/pgsql/
/usr/local/bin/rsync -Cavz --delete root@tbh.lerctr.org:/var/named/ \
                                     /vault/backup/TBH/named/


It seems to move and be at a random spot in the file.

Then it will move to a different file.

Ideas?

Source is 8.2-STABLE, and the Destination/controller is 9.0-BETA3.


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 512-248-2683                 E-Mail: ler@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893



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