Hide Forgot
Description of problem: I've been using deja-dup for several months, now, and it has just started to fail. The GUI reports the following error: Traceback (most recent call last): File "/usr/bin/duplicity", line 1245, in <module> with_tempdir(main) File "/usr/bin/duplicity", line 1238, in with_tempdir fn() File "/usr/bin/duplicity", line 1143, in main globals.archive_dir).set_values() File "/usr/lib/python2.7/site-packages/duplicity/collections.py", line 692, in set_values backup_chains) File "/usr/lib/python2.7/site-packages/duplicity/collections.py", line 705, in set_matched_chain_pair sig_chains = sig_chains and self.get_sorted_chains(sig_chains) File "/usr/lib/python2.7/site-packages/duplicity/collections.py", line 918, in get_sorted_chains assert len(chain_list) == 2 AssertionError I also get the following error when executed from the CLI: ** (deja-dup:13153): DEBUG: DuplicityInstance.vala:559: duplicity (13157) exited with value 30 Version-Release number of selected component (if applicable): 16.1-2.fc14 How reproducible: Always Steps to Reproduce: 1. Begin backup 2. Backup process begins Actual results: Fail with error. Expected results: Successful backup. Additional info:
What's the version of duplicity that you have installed on your system? The latest version in Fedora 14 is https://admin.fedoraproject.org/updates/duplicity-0.6.11-1.fc14 I didn't notice any similar bug reported upstream and will file this when you provide the version info.
On a second look, this is similar to https://bugs.launchpad.net/deja-dup/+bug/714556 I would need all the information including the log file and list of backup files.
Related info https://bugs.launchpad.net/deja-dup/+bug/675403/comments/1
(In reply to comment #1) > What's the version of duplicity that you have installed on your system? The > latest version in Fedora 14 is My duplicity version is 0.6.11.
(In reply to comment #3) > Related info > > https://bugs.launchpad.net/deja-dup/+bug/675403/comments/1 I deleted my cache and am running deja-dup again. I'll let you know what happens.
Yep, deleting the cache makes everything work, again. Wonder what happened and why...
Mike, do you need more information?