duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] AssertionError: time not moving forward


From: edgar . soldin
Subject: Re: [Duplicity-talk] AssertionError: time not moving forward
Date: Wed, 01 Jun 2011 12:41:53 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

deleting
> ./usr/lib/python2.5/site-packages/duplicity-0.6.08b.egg-info
> ./usr/lib/python2.5/site-packages/duplicity
> ./usr/share/man/man1/duplicity.1
> ./usr/bin/duplicity
should do it ..ede/duply.net

On 01.06.2011 12:23, Andre Schütz wrote:
> I checked the folder and found the following duplicity directories:
> 
> ./usr/local/src/duplicity-0.6.08b
> ./usr/local/src/duplicity-0.6.08b/build/scripts-2.5/duplicity
> ./usr/local/src/duplicity-0.6.08b/build/lib.linux-x86_64-2.5/duplicity
> ./usr/local/src/duplicity-0.6.08b/duplicity.1
> ./usr/local/src/duplicity-0.6.08b/duplicity
> ./usr/local/src/duplicity-0.6.08b/po/eo/duplicity.mo
> ./usr/local/src/duplicity-0.6.08b/po/bg/duplicity.mo
> ./usr/local/src/duplicity-0.6.08b/po/zh_CN/duplicity.mo
> ./usr/local/src/duplicity-0.6.08b/po/duplicity.pot
> ./usr/local/src/duplicity-0.6.08b/po/es/duplicity.mo
> ./usr/local/src/duplicity-0.6.08b/po/io/duplicity.mo
> ./usr/local/src/duplicity-0.6.08b/po/en_GB/duplicity.mo
> ./usr/local/src/duplicity-0.6.08b/po/pt/duplicity.mo
> ./usr/lib/python2.5/site-packages/duplicity-0.6.08b.egg-info
> ./usr/lib/python2.5/site-packages/duplicity
> ./usr/share/man/man1/duplicity.1
> ./usr/share/doc/duplicity-0.6.08b
> ./usr/share/locale/eo/LC_MESSAGES/duplicity.mo
> ./usr/share/locale/bg/LC_MESSAGES/duplicity.mo
> ./usr/share/locale/zh_CN/LC_MESSAGES/duplicity.mo
> ./usr/share/locale/es/LC_MESSAGES/duplicity.mo
> ./usr/share/locale/io/LC_MESSAGES/duplicity.mo
> ./usr/share/locale/en_GB/LC_MESSAGES/duplicity.mo
> ./usr/share/locale/pt/LC_MESSAGES/duplicity.mo
> ./usr/bin/duplicity
> ./root/.cache/duplicity
> 
> Should I delete these files by hand and install the new version?
> 
> 
> On Wed, 01 Jun 2011 11:46:54 +0200
> address@hidden wrote:
> 
>> you should check the distros software tool (apt,yast) just to be sure...
>>
>> $PYTHONPATH or /usr/lib/python* , you can find a folder named duplicity 
>> (that's the libraries)
>> remove the above and the binaries (duplicity, rdiffdir) somewhere in /bin
>> there are also manpage and other datafiles, but that should not break the 
>> new duplicity if they are leftover.
>>
>> ..ede/duply.net
>>
>>
>> On 01.06.2011 11:09, Andre Schütz wrote:
>>> Hello,
>>>
>>> I do not know how the system was installed.
>>> This was done by my predecessor who configured
>>> the system and installed duplicity.
>>>
>>> I found the duplicity-0.6.08b.tar.gz. I think it
>>> was installed from the tar.gz.
>>>
>>> Andre
>>>
>>> On Wed, 01 Jun 2011 09:35:12 +0200
>>> address@hidden wrote:
>>>
>>>> depends on the way you installed it tar.gz or from distro?
>>>>
>>>> ede/duply.net
>>>>
>>>> On 01.06.2011 09:33, Andre Schütz wrote:
>>>>> Thanks for the fast reply,
>>>>>
>>>>> I will try the new version and report the results.
>>>>>
>>>>> Is there a description how to uninstall the current duplicity
>>>>> version?
>>>>>
>>>>> Thanks,
>>>>> Andre
>>>>>
>>>>> sudo apt-
>>>>>
>>>>> On Tue, 31 May 2011 14:30:00 +0200
>>>>> address@hidden wrote:
>>>>>
>>>>>> Please try 0.6.13. Changelog states
>>>>>>
>>>>>> http://duplicity.nongnu.org/CHANGELOG
>>>>>> Bugs closed in this release:
>>>>>> 579958     Assertion error "time not moving forward at appropriate pace"
>>>>>>
>>>>>> Uninstall the distros duplicity first and then
>>>>>>
>>>>>> # install needed packages first
>>>>>> python python-devel librsync-devel
>>>>>> # download & extract
>>>>>> wget http://.../duplicity-0.6.07.tar.gz
>>>>>> tar xvf duplicity-0.6.07.tar.gz
>>>>>> cd duplicity-0.6.07/
>>>>>> # install into PREFIX
>>>>>> python setup.py install
>>>>>>
>>>>>> except it's not 0.6.07 in your case .. good luck ede/duply.net
>>>>>>
>>>>>>
>>>>>> On 31.05.2011 14:26, Andre Schütz wrote:
>>>>>>> Hello,
>>>>>>>
>>>>>>> we are using duplicity for our incremental backup and since a few days, 
>>>>>>> we get the following error:
>>>>>>>
>>>>>>> Error:
>>>>>>> =======================================================
>>>>>>>
>>>>>>> Local and Remote metadata are synchronized, no sync needed.
>>>>>>> Last inc backup left a partial set, restarting.
>>>>>>> Last full backup date: Sun Nov  7 01:00:01 2010
>>>>>>> Traceback (most recent call last):
>>>>>>>   File "/usr/bin/duplicity", line 1239, in <module>
>>>>>>>     with_tempdir(main)
>>>>>>>   File "/usr/bin/duplicity", line 1232, in with_tempdir
>>>>>>>     fn()
>>>>>>>   File "/usr/bin/duplicity", line 1214, in main
>>>>>>>     incremental_backup(sig_chain)
>>>>>>>   File "/usr/bin/duplicity", line 474, in incremental_backup
>>>>>>>     assert dup_time.curtime != dup_time.prevtime, "time not moving 
>>>>>>> forward at appropriate pace - system clock issues?"
>>>>>>> AssertionError: time not moving forward at appropriate pace - system 
>>>>>>> clock issues?
>>>>>>>
>>>>>>> We use the following configuration:
>>>>>>>
>>>>>>> duplicity: Version 0.6.08b released March 11, 2010
>>>>>>> Operating System: Ubuntu 8.04.4 hardy
>>>>>>>
>>>>>>> The backup is stored in a Rackspace Cloud Files Container.
>>>>>>>
>>>>>>> We found another solution that described a similar error. The solution 
>>>>>>> was to delete the 
>>>>>>> .part files in the /root/.cache/duplicity local folder. We renamed the 
>>>>>>> .part files but the
>>>>>>> error was not fixed.
>>>>>>>
>>>>>>> Does anybody have an idea how to solve that problem?
>>>>>>>
>>>>>>> Many thanks,
>>>>>>> Andre Schütz
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Duplicity-talk mailing list
>>>>>>> address@hidden
>>>>>>> https://lists.nongnu.org/mailman/listinfo/duplicity-talk
>>>>>>
>>>>>> _______________________________________________
>>>>>> Duplicity-talk mailing list
>>>>>> address@hidden
>>>>>> https://lists.nongnu.org/mailman/listinfo/duplicity-talk
>>>>>
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Duplicity-talk mailing list
>>>> address@hidden
>>>> https://lists.nongnu.org/mailman/listinfo/duplicity-talk
>>>
>>>
>>
>> _______________________________________________
>> Duplicity-talk mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/duplicity-talk
> 
> 



reply via email to

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