duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] duplicity fails on Debian (etch and lenny) - tempdir?


From: Stefan Hoth
Subject: [Duplicity-talk] duplicity fails on Debian (etch and lenny) - tempdir?
Date: Sun, 10 May 2009 04:36:13 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Hello list,

my current version of duplicity stopped working a while ago. After
trying to upgrade python from 2.4 to 2.5 and some debugging I blamed it
on Debian Etch. Since I had planned to upgrade to Lenny anyway I didn't
waste more time on that issue.

So, after finally upgrading to Lenny a few minutes ago I was completly
bummed by the fact that the error still occured.

Since I don't have any more clue on how to fix this I turn to you guys.
Any help?

FYI: I now have duplicity 0.5.17 running on python 2.5.2-15 (Debian
Lenny package).

Here's the stacktrace:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 826, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 819, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 793, in main
    full_backup(col_stats)
  File "/usr/bin/duplicity", line 336, in full_backup
    bytes_written = write_multivol("full", tarblock_iter, globals.backend)
  File "/usr/bin/duplicity", line 232, in write_multivol
    globals.gpg_profile, globals.volsize)
  File "/usr/lib/python2.5/site-packages/duplicity/gpg.py", line 264, in
GPGWriteFile
    data = block_iter.next(bytes_to_go).data
  File "/usr/lib/python2.5/site-packages/duplicity/diffdir.py", line
471, in next
    result = self.process(self.input_iter.next(), size)
  File "/usr/lib/python2.5/site-packages/duplicity/diffdir.py", line
577, in process
    data, last_block = self.get_data_block(fp, size - 512)
  File "/usr/lib/python2.5/site-packages/duplicity/diffdir.py", line
602, in get_data_block
    buf = fp.read(read_size)
  File "/usr/lib/python2.5/site-packages/duplicity/diffdir.py", line
396, in read
    buf = self.infile.read(length)
  File "/usr/lib/python2.5/site-packages/duplicity/diffdir.py", line
367, in read
    buf = self.infile.read(length)
IOError: [Errno 22] Invalid argument


Thank you for your time,
Stevie




reply via email to

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