The system is updated to wheezy with rsync 3.0.9-4. There are no
problems with this version of rsync. Everything works fine.
Best regards
Norbert Schulz
Am 30.12.2015 12:05, schrieb Paul Slootman:
I'm working through the old list of bug reports, so checking on the
status here...
On Fri 15 Apr 2011, Norbert Schulz wrote:
Package: rsync
Version: 3.0.7-2
Severity: normal
The connection closes unexpectedly. The computer on which rsync is
called brakes the hole network connection.
A restart is neccessary.
Following information is given:
Write failed: Broken pipe
rsync: connection unexpectedly closed (2183331 bytes received so far)
[receiver]
rsync error: error in rsync protocol data stream (code 12) at
io.c(601) [receiver=3.0.7]
rsync: connection unexpectedly closed (1984989 bytes received so far)
[generator]
rsync error: error in rsync protocol data stream (code 12) at
io.c(601) [generator=3.0.7]
After this the connection is closed.
This behaviour happends after an upgrade to squeeze.
Here are some more information that might be helpfull.
rsync is called with the following options:
rsync -avz --numeric-ids -e ssh --delete --delete-excluded \
--exclude-from="$EXCLUDES" \
$SERVER:/ $DATA_PATH/$SERVER/daily.0
There were issues when using compression.
These seem to have been resolved with rsync 3.1.1.
Can you confirm whether you still have these problems with 3.1.1, or if
disabling compression works?
Thanks,
Paul