[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] Bad index order ?
From: |
Jan Hugo Prins |
Subject: |
[rdiff-backup-users] Bad index order ? |
Date: |
Sun, 23 Sep 2007 00:28:30 +0200 |
User-agent: |
Thunderbird 2.0.0.5 (X11/20070719) |
Is anyone familiar with this error. We get it since a few days on one of
our rdiff-backup repositories.
Besides that we see more problems with our rdiff-backup setup since we
moved to python 2.5 on F7.
Before we were using python 2.4 of FC5, without any problems. Are there
any known issues involving python 2.5 and rdiff-backup?
Thanks in advance,
Jan Hugo Prins
Error below:
Traceback (most recent call last):
File "/usr/bin/rdiff-backup", line 23, in <module>
rdiff_backup.Main.Main(sys.argv[1:])
File "/usr/lib/python2.5/site-packages/rdiff_backup/Main.py", line
285, in Main
take_action(rps)
File "/usr/lib/python2.5/site-packages/rdiff_backup/Main.py", line
255, in take_action
elif action == "backup": Backup(rps[0], rps[1])
File "/usr/lib/python2.5/site-packages/rdiff_backup/Main.py", line
305, in Backup
backup.Mirror_and_increment(rpin, rpout, incdir)
File "/usr/lib/python2.5/site-packages/rdiff_backup/backup.py", line
51, in Mirror_and_increment
DestS.patch_and_increment(dest_rpath, source_diffiter, inc_rpath)
File "/usr/lib/python2.5/site-packages/rdiff_backup/backup.py", line
229, in patch_and_increment
ITR(diff.index, diff)
File "/usr/lib/python2.5/site-packages/rdiff_backup/rorpiter.py", line
279, in __call__
assert 0, "Bad index order: %s >= %s" % (self.index, index)
AssertionError: Bad index order: ('moudekot', 'workspace',
'worldwideworker', 'wwworker-docroot', 'src', 'main', 'resources',
'doclib', 'upload-safe', '0', '50', '50937', 'lbAFCjSSOpRkvjs.rtf.txt')
>= ('moudekot', 'workspace', 'worldwideworker', 'wwworker-docroot',
'src', 'main', 'resources', 'doclib', 'upload-safe', '0', '50', '50937')
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/Backup/HomeDirs/Rdiff/home/betterbe/rdiff-backup-data/file_statistics.2007-09-22T00:05:03+02:00.data.gz',
mode 'wb' at 0xb7f53e30 0x86631ec>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/Backup/HomeDirs/Rdiff/home/betterbe/rdiff-backup-data/error_log.2007-09-22T00:05:03+02:00.data.gz',
mode 'wb' at 0x852a068 0x86602cc>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/Backup/HomeDirs/Rdiff/home/betterbe/rdiff-backup-data/mirror_metadata.2007-09-22T00:05:03+02:00.snapshot.gz',
mode 'wb' at 0x8512f08 0x86633ec>> ignored
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [rdiff-backup-users] Bad index order ?,
Jan Hugo Prins <=