duplicity-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-tracker] [bug #25293] IOError: [Errno 22] Invalid argument


From: Steven Potter
Subject: [Duplicity-tracker] [bug #25293] IOError: [Errno 22] Invalid argument
Date: Sun, 25 Jan 2009 20:05:17 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5

Follow-up Comment #1, bug #25293 (project duplicity):

I have run into the same problem.  I have a slightly different traceback. 
Possible from a different version of duplicity.  Here is the traceback I am
getting:

Traceback (most recent call last):
  File "/usr/local/bin/duplicity", line 583, in <module>
    with_tempdir(main)
  File "/usr/local/bin/duplicity", line 577, in with_tempdir
    fn()
  File "/usr/local/bin/duplicity", line 569, in main
    incremental_backup(sig_chain)
  File "/usr/local/bin/duplicity", line 271, in incremental_backup
    bytes_written = write_multivol("inc", tarblock_iter, globals.backend)
  File "/usr/local/bin/duplicity", line 148, in write_multivol
    globals.gpg_profile, globals.volsize)
  File "/usr/local/lib/python2.5/site-packages/duplicity/gpg.py", line 244,
in GPGWriteFile
    data = block_iter.next(bytes_to_go).data
  File "/usr/local/lib/python2.5/site-packages/duplicity/diffdir.py", line
465, in next
    result = self.process(self.input_iter.next(), size)
  File "/usr/local/lib/python2.5/site-packages/duplicity/diffdir.py", line
571, in process
    data, last_block = self.get_data_block(fp, size - 512)
  File "/usr/local/lib/python2.5/site-packages/duplicity/diffdir.py", line
596, in get_data_block
    buf = fp.read(read_size)
  File "/usr/local/lib/python2.5/site-packages/duplicity/diffdir.py", line
390, in read
    buf = self.infile.read(length)
  File "/usr/local/lib/python2.5/site-packages/duplicity/diffdir.py", line
361, in read
    buf = self.infile.read(length)
IOError: [Errno 22] Invalid argument


Is there any way to narrow down what file(s) are causing these problems?

I found reference in an old mailing list thread to what seems to be the same
problem.  

http://lists.gnu.org/archive/html/duplicity-talk/2008-05/msg00079.html

Does anyone know if this was ever resolved?

Any help would be appreciated.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25293>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]