duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] duplicity fails on Debian (etch and lenny) - tempdi


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] duplicity fails on Debian (etch and lenny) - tempdir?
Date: Sun, 10 May 2009 08:47:02 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

One more question, which may answer it all... did you do a re-install of
duplicity when you upgraded from Python 2.4 to 2.5, or did you just copy
the package from one version to another?  A copy will cause problems
since the librsync module needs to be recompiled by setup.py.

...Thanks,
...Ken

Kenneth Loafman wrote:
> This sounds very repeatable, but a couple of questions first,
> 
> This happens identically on lenny and etch?
> 
> You got the duplicity tarball from duplicity's home?
> 
> Then I would like for you to run the same thing again, the same way,
> except add the -v9 option and save the entire log.  What I need from the
> log is the first 200 lines and the last 200 lines.
> 
> ...Thanks,
> ...Ken
> 
> Stefan Hoth wrote:
>> Hello, it's me again.
>>
>> I had to add that I'm using the ftp-backend to a server within the
>> internal network.
>>
>> My call is (using wrapper ftplicity 1.4.2):
>>
>> Output:
>> /usr/bin/duplicity  full  --verbosity 4 --encrypt-key XXXXXXX --sign-key
>> XXXXXXX --gpg-options=""  --full-if-older-than 1W  --volsize 25
>> --exclude-globbing-filelist /etc/ftplicity/fullserver/exclude /
>> ftp://address@hidden/backup/
>>
>> Any help would be great.
>>
>> Stefan
>>
>>
>> Stefan Hoth schrieb:
>>> 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
>>>
>>>
>>> _______________________________________________
>>> Duplicity-talk mailing list
>>> address@hidden
>>> http://lists.nongnu.org/mailman/listinfo/duplicity-talk
>>
>> _______________________________________________
>> Duplicity-talk mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/duplicity-talk
>>
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/duplicity-talk


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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