Package: rsync
Version: 2.6.9

On debian etch I experienced the following after the update from 2.6.8 to
2.6.9 at the release date at 20 Nov 2006
The command (see below) was working correctly wit 2.6.8, and the problem
startet with the update to 2.6.9

command:
-----------
rsync -DvvrHltupog --dry-run --stats --partial --delete --delete-excluded --
force /root/a/. /root/b/

output using rsync 2.6.9 (etch)
--------------------------------
[bla,bla]
total: matches=0  hash_hits=0  false_alarms=0 data=0

rsync[26024] (sender) heap statistics:
  arena:         137900   (bytes from sbrk)
  ordblks:            3   (chunks not in use)
  smblks:             1
  hblks:              2   (chunks from mmap)
  hblkhd:        401408   (bytes from mmap)
  allmem:        539308   (bytes from sbrk + mmap)
  usmblks:            0
  fsmblks:           72
  uordblks:       45188   (bytes used)
  fordblks:       92712   (bytes free)
  keepcost:       88528   (bytes in releasable chunk)
unknown message 4:1 [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(307)
[generator=2.6.9]
rsync: connection unexpectedly closed (626 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453)
[sender=2.6.9]


output using rsync 2.6.4 (sarge)
just for information how it bahaved normally :
--------------------------------
[bla,bla]
total: matches=0  tag_hits=0  false_alarms=0 data=0

rsync[25412] (sender) heap statistics:
  arena:         135352   (bytes from sbrk)
  ordblks:            2   (chunks not in use)
  smblks:             1
  hblks:              2   (chunks from mmap)
  hblkhd:        401408   (bytes from mmap)
  allmem:        536760   (bytes from sbrk + mmap)
  usmblks:            0
  fsmblks:           72
  uordblks:        9288   (bytes used)
  fordblks:      126064   (bytes free)
  keepcost:      121896   (bytes in releasable chunk)

Number of files: 87
Number of files transferred: 86
Total file size: 534824 bytes
Total transferred file size: 534824 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 1309
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 1847
Total bytes received: 542

rsync[25414] (server receiver) heap statistics:
  arena:         135352   (bytes from sbrk)
  ordblks:            1   (chunks not in use)
  smblks:             3
  hblks:              1   (chunks from mmap)
  hblkhd:        266240   (bytes from mmap)
  allmem:        401592   (bytes from sbrk + mmap)
  usmblks:            0
  fsmblks:          104
  uordblks:       17400   (bytes used)
  fordblks:      117952   (bytes free)
  keepcost:      117848   (bytes in releasable chunk)

rsync[25413] (server generator) heap statistics:
  arena:         135352   (bytes from sbrk)
  ordblks:            1   (chunks not in use)
  smblks:             1
  hblks:              1   (chunks from mmap)
  hblkhd:        266240   (bytes from mmap)
  allmem:        401592   (bytes from sbrk + mmap)
  usmblks:            0
  fsmblks:           16
  uordblks:       17472   (bytes used)
  fordblks:      117880   (bytes free)
  keepcost:      117864   (bytes in releasable chunk)


System Info:
-------------
System Debian GNU/Linux etch

The etch install is a standard install.

Kernel is 2.4.33.2 selfbuild, but it is not kernel specifiy, because the
problem does not exists on debian sarge(see above)

uname -a
Linux marco 2.4.33.2 #1 SMP Wed Aug 23 14:21:57 CEST 2006 i686 GNU/Linux

ls -l /lib/libc.so.6
lrwxrwxrwx 1 root root 13 2006-11-24 12:10 /lib/libc.so.6 -> libc-2.3.6.so

dpkg -s libc6 | grep ^Version
Version: 2.3.6.ds1-8

kind regards,
Marco Kammerer



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to