Wed, Oct 27, 2010 at 01:44:10PM +0000, Clint Adams wrote: > > duplicity chokes on me with the traceback below and then continues > to spin in a FUTEX_WAIT_PRIVATE for days and days. > > Traceback (most recent call last): > File "/usr/bin/duplicity", line 1251, in <module> > with_tempdir(main) > File "/usr/bin/duplicity", line 1244, in with_tempdir > fn() > File "/usr/bin/duplicity", line 1222, in main > full_backup(col_stats) > File "/usr/bin/duplicity", line 416, in full_backup > globals.backend) > File "/usr/bin/duplicity", line 294, in write_multivol > globals.gpg_profile, globals.volsize) > File "/usr/lib/python2.6/dist-packages/duplicity/gpg.py", line 279, in > GPGWriteFile > data = block_iter.next(min(block_size, bytes_to_go)).data > File "/usr/lib/python2.6/dist-packages/duplicity/diffdir.py", line 505, in > next > result = self.process(self.input_iter.next(), size) > File "/usr/lib/python2.6/dist-packages/duplicity/diffdir.py", line 631, in > process > data, last_block = self.get_data_block(fp, size - 512) > File "/usr/lib/python2.6/dist-packages/duplicity/diffdir.py", line 658, in > get_data_block > buf = fp.read(read_size) > File "/usr/lib/python2.6/dist-packages/duplicity/diffdir.py", line 415, in > read > buf = self.infile.read(length) > File "/usr/lib/python2.6/dist-packages/duplicity/diffdir.py", line 384, in > read > buf = self.infile.read(length) > IOError: [Errno 22] Invalid argument > > It does this even if --no-encryption is given.
I believe the patch I submitted at : https://bugs.launchpad.net/duplicity/+bug/669294/+attachment/2053345/+files/gracefully.patch may help. Hope this helps. Best regards, -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

