[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] Regression errors
From: |
Bob Mead |
Subject: |
Re: [rdiff-backup-users] Regression errors |
Date: |
Thu, 02 Apr 2009 08:23:26 -0700 |
User-agent: |
Thunderbird 2.0.0.18 (X11/20081125) |
Bob Mead wrote:
I have re-added the -v7 options to my backup script, I will send the
output lines
These are the final lines in my backup.log, I'm hoping this is from the
last run on 3/31:
Previous backup seems to have failed, regressing destination now.
Regressing to Tue Mar 24 17:50:08 2009
Sending back exception CRC check failed of type exceptions.IOError:
File "/usr/lib/python2.4/site-packages/rdiff_backup/connection.py",
line 334, in answer_request
result = apply(eval(request.function_string), argument_list)
File "/usr/lib/python2.4/site-packages/rdiff_backup/regress.py", line
70, in Regress
for rf in iterate_meta_rfs(mirror_rp, inc_rpath): ITR(rf.index, rf)
File "/usr/lib/python2.4/site-packages/rdiff_backup/regress.py", line
162, in iterate_meta_rfs
for raw_rf, metadata_rorp in collated:
File "/usr/lib/python2.4/site-packages/rdiff_backup/rorpiter.py", line
100, in Collate2Iters
try: relem2 = riter2.next()
File "/usr/lib/python2.4/site-packages/rdiff_backup/metadata.py", line
255, in iterate
next_pos = self.get_next_pos()
File "/usr/lib/python2.4/site-packages/rdiff_backup/metadata.py", line
246, in get_next_pos
newbuf = self.fileobj.read(self.blocksize)
File "/usr/lib/python2.4/gzip.py", line 225, in read
self._read(readsize)
File "/usr/lib/python2.4/gzip.py", line 273, in _read
self._read_eof()
File "/usr/lib/python2.4/gzip.py", line 309, in _read_eof
raise IOError, "CRC check failed"
I changed the script to write to a new repository last night - that
process is still running. I forgot to delete the -v7 option so the new
backup.log is full of info. However, grep did not find any CRC errors
there yet.
Thanks,
~bob
Andrew Ferguson wrote:
On Mar 26, 2009, at 12:38 PM, Bob Mead wrote:
IOError: CRC check failed
Hi Bob,
Yes, as Maarten said, a failing CRC check can mean hardware failure.
Based on your traceback, I think that is probably what has happened.
When you run with -v5 or -v7, what lines does it output immediately
before it errors? In the future, please post those lines as well, so
as to provide context for the traceback.
best of luck,
Andrew
_______________________________________________
rdiff-backup-users mailing list at address@hidden
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
bmead.vcf
Description: Vcard
- Re: [rdiff-backup-users] Regression errors,
Bob Mead <=