duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] 0.5.04 & log error


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] 0.5.04 & log error
Date: Tue, 06 Jan 2009 09:34:13 -0600
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

address@hidden wrote:
> as there was no  reaction until now I just resend the attached message ...
> 
> also I have a temporary workaround:
> duplicity 0.5.03 runs flawless but with gpg.py of 0.5.05 to circumvent
> the gpg 'ctb 14' error ..
> 
> but for future versions I really want to solve the issue below .. any
> ideas?
> 
> regards ede
> 
> -- 
> 
>> there I go again...
>>
>> didn't do debian until now but tried on a  Suse 9.3 .. because these
>> days the gpg `ctb 14` issue appeared on this machine using duplicity...
>> surprise .. three tries and two different results, but unfortunately no
>> positive result :'(
>>
>> TRY 1:
>>
>> default distros python
>> Python 2.4 (#1, Oct 13 2006, 17:13:31)
>>
>> h759605:/ # _apps/duplicity-0.5.05/bin/duplicity --version
>> duplicity 0.5.05
>> Traceback (most recent call last):
>>   File "_apps/duplicity-0.5.05/bin/duplicity", line 580, in ?
>>     with_tempdir(main)
>>   File "_apps/duplicity-0.5.05/bin/duplicity", line 574, in with_tempdir
>>     fn()
>>   File "_apps/duplicity-0.5.05/bin/duplicity", line 501, in main
>>     action = commandline.ProcessCommandLine(sys.argv[1:])
>>   File "_apps/duplicity-0.5.05/bin/../duplicity/commandline.py", line
>> 510, in ProcessCommandLine
>>     args = parse_cmdline_options(cmdline_list)
>>   File "_apps/duplicity-0.5.05/bin/../duplicity/commandline.py", line
>> 284, in parse_cmdline_options
>>     sys.exit(0)
>> SystemExit: 0

This seems to be normal for Python 2.4 and does not traceback on 2.5.
I'm not sure what's causing it, but it only happens during the normal
sys.exit(0) call (exit, no errors).  This can be ignored.

>> TRY 2:
>>
>> tarball python 2.4.6 configure/make install
>> Python 2.4.6 (#3, Jan  3 2009, 22:04:07)
>>
>> h759605:/ # _apps/duplicity-0.5.05/bin/duplicity --version
>> duplicity 0.5.05
>> Traceback (most recent call last):
>>   File "_apps/duplicity-0.5.05/bin/duplicity", line 580, in ?
>>     with_tempdir(main)
>>   File "_apps/duplicity-0.5.05/bin/duplicity", line 574, in with_tempdir
>>     fn()
>>   File "_apps/duplicity-0.5.05/bin/duplicity", line 501, in main
>>     action = commandline.ProcessCommandLine(sys.argv[1:])
>>   File "_apps/duplicity-0.5.05/bin/../duplicity/commandline.py", line
>> 510, in ProcessCommandLine
>>     args = parse_cmdline_options(cmdline_list)
>>   File "_apps/duplicity-0.5.05/bin/../duplicity/commandline.py", line
>> 284, in parse_cmdline_options
>>     sys.exit(0)
>> SystemExit: 0

Same as above.

>> TRY 3:
>>
>> tarball python 2.5.4 configure/make install
>> Python 2.5.4 (r254:67916, Jan  3 2009, 22:35:26)
>>
>> h759605:/ # _apps/duplicity-0.5.05/bin/duplicity --version
>> /_apps/duplicity-0.5.05/bin/../duplicity/librsync.py:28: RuntimeWarning:
>> Python C API version mismatch for module _librsync: This Python has API
>> version 1013, module _librsync has version 1012.
>>   import _librsync, types, array
>> duplicity 0.5.05

This one probably can be ignored since its just an API level warning,
however, you might be able to clear it by going into the duplicity
directory above and issuing './compilec.py' as root.  This will rebuild
the _librsync.so module in place.

How did you install duplicity?

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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