samba-bugs@samba.org
2006-Mar-15 21:51 UTC
DO NOT REPLY [Bug 3609] New: Bad behavior when there are IO errors on reading.
https://bugzilla.samba.org/show_bug.cgi?id=3609 Summary: Bad behavior when there are IO errors on reading. Product: rsync Version: 2.6.7 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: jhlj@statsbiblioteket.dk QAContact: rsync-qa@samba.org When reading a file with a bad block, rsync 2.6.7 goes in to a infinte loop, rereading the bad block. rsync 2.6.6 just fil in zeros. Which is worse! Bad data and no indication. The error is also i rsync 2.5.7 from RHEL 3. There are no error message in either case. The minimum requerement is an error message, and an error exit code. The best solution, would be to be able to select to skip changes from files with readerrors, and just continue with other files. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2006-Apr-08 16:40 UTC
DO NOT REPLY [Bug 3609] Bad behavior when there are IO errors on reading.
https://bugzilla.samba.org/show_bug.cgi?id=3609 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from wayned@samba.org 2006-04-08 11:39 MST ------- Rsync is not in an infinite loop, but it was not properly bumping the read position forward after a failed read so that it could try to read the remainder of the file. This is now fixed in CVS and also in the most recent "nightly" tar file. Thanks for the report! -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.