Mailinglist Archive: opensuse-bugs (9716 mails)

< Previous Next >
[Bug 338358] New: rsync crashes when called with --acls option
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 1 Nov 2007 05:21:49 -0600 (MDT)
  • Message-id: <bug-338358-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=338358#c1144

Summary: rsync crashes when called with --acls option
Product: openSUSE 10.3
Version: Final
Platform: Other
OS/Version: openSUSE 10.3
Status: NEW
Severity: Major
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: ralf@xxxxxxxx
QAContact: qa@xxxxxxx
Found By: Customer


On OpenSuSE 10.3 rsync crashes reproducably when having to deal with acl's. I
can reproduce this problem on different systems with different hardware.

Under the same start condition rsync seems to fail at the very same position.
When I only rsync the part of the filesystem where the error occured the last
time rsync seems to be able to proceed. When I restart rsync after it breaks it
goes over the last error position and breaks at a later time.

Without -A it seems to work well.

Ralf

Log:
====
# # clean up destination
# rm -r ../../../../../storage-new/backup/gear/zf-brb/BOX4/PG-ABN-1/
# rsync -aHAX --numeric-ids --progress --delete .
./../../../../storage-new/backup/gear/zf-brb/BOX4/
..
PG-ABN-1/etc/init.d/ypbind
4947 100% 50.32kB/s 0:00:00 (xfer#1144, to-check=353932/356125)
..
PG-ABN-1/etc/init.d/rc5.d/S08nfsboot -> ../nfsboot
rsync: connection unexpectedly closed (32748 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453)
[sender=2.6.9]
#
# # clean up destination - to have same start condition
# rm -r ../../../../../storage-new/backup/gear/zf-brb/BOX4/PG-ABN-1/
# rsync -aHXA --numeric-ids --progress --delete .
./../../../../storage-new/backup/gear/zf-brb/BOX4/
..
PG-ABN-1/etc/init.d/ypbind
4947 100% 172.54kB/s 0:00:00 (xfer#1144, to-check=353932/356125)
..
PG-ABN-1/etc/init.d/rc5.d/S08nfsboot -> ../nfsboot
rsync: connection unexpectedly closed (32748 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453)
[sender=2.6.9]
#
# # clean up destination - to have same start condition - try different order
of options
# rm -r ../../../../../storage-new/backup/gear/zf-brb/BOX4/PG-ABN-1/
# rsync -aHXA --numeric-ids --progress --delete .
./../../../../storage-new/backup/gear/zf-brb/BOX4/
..
PG-ABN-1/etc/init.d/ypbind
4947 100% 4.29kB/s 0:00:01 (xfer#1144, to-check=353932/356125)
..
PG-ABN-1/etc/init.d/rc5.d/S08nfsboot -> ../nfsboot
rsync: connection unexpectedly closed (32748 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453)
[sender=2.6.9]
#
# # only sync /etc this time
# rm -r ../../../../../storage-new/backup/gear/zf-brb/BOX4/PG-ABN-1/etc/*
# cd PG-ABM-1/etc
# rsync -aHXA --numeric-ids --progress --delete .
./../../../../../../storage-n
ew/backup/gear/zf-brb/BOX4/PG-ABN-1/etc/
..
sent 21868952 bytes received 57592 bytes 2923539.20 bytes/sec
total size is 21641551 speedup is 0.99
# cd ../..
#
# # clean up destination - create a unfinished rsync
# rm -r ../../../../../storage-new/backup/gear/zf-brb/BOX4/PG-ABN-1/
# rsync -aHXA --numeric-ids --progress --delete .
./../../../../storage-new/backup/gear/zf-brb/BOX4/
..
PG-ABN-1/etc/init.d/ypbind
4947 100% 80.49kB/s 0:00:00 (xfer#1144, to-check=353932/356125)
..
PG-ABN-1/etc/init.d/rc5.d/S08nfsboot -> ../nfsboot
rsync: connection unexpectedly closed (32748 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453)
[sender=2.6.9]
#
# do not clean up - restart rsync
# rsync -aHXA --numeric-ids --progress --delete .
./../../../../storage-new/backup/gear/zf-brb/BOX4/
PG-ABN-1/opt/gnome/share/gimp/2.0/brushes/callig1.gbr
147 100% 0.15kB/s 0:00:00 (xfer#13531, to-check=337421/356125)
rsync: connection unexpectedly closed (315096 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453)
[sender=2.6.9]


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >