nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Duplicity UnboundLocalError: local variable 'local_manifest' referenced before assign

This is a discussion on Duplicity UnboundLocalError: local variable 'local_manifest' referenced before assign within the Networking, Firewalls and Security forums, part of the Mastering Servers category; Hi, I'm running Duplicity and getting error - UnboundLocalError: local variable 'local_manifest' referenced before assignment Here is error message Code: ...


Go Back   nixCraft Linux Forum > Mastering Servers > Networking, Firewalls and Security

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-08-2007, 03:15 PM
raj raj is offline
Contributors
User
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 146
Rep Power: 4
raj is on a distinguished road
Unhappy Duplicity UnboundLocalError: local variable 'local_manifest' referenced before assign

Hi,

I'm running Duplicity and getting error - UnboundLocalError: local variable 'local_manifest' referenced before assignment

Here is error message
Code:
Warning, found the following orphaned signature files:
duplicity-new-signatures.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.sigtar.gpg
Warning, found the following orphaned backup files:
[duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.manifest.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol1.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol2.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol3.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol4.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol5.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol6.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol7.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol8.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol9.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol10.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol11.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol12.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol13.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol14.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol15.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol16.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol17.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol18.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol19.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol20.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol21.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol22.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol23.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol24.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol25.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol26.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol27.difftar.gpg, duplicity-inc.2007-05-13T00:39:08-05:00.to.2007-05-13T06:38:33-05:00.vol28.difftar.gpg]
duplicity-inc.2007-06-07T18:39:27-05:00.to.2007-06-08T00:39:35-05:00.manifest.gpg                                                              100%  769     0.8KB/s   00:00    
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 373, in ?
    if __name__ == "__main__": main()
  File "/usr/bin/duplicity", line 362, in main
    check_last_manifest(col_stats)
  File "/usr/bin/duplicity", line 342, in check_last_manifest
    last_backup_set.check_manifests()
  File "/usr/lib64/python2.3/site-packages/duplicity/collections.py", line 128, in check_manifests
    if local_manifest: remote_manifest = local_manifest
UnboundLocalError: local variable 'local_manifest' referenced before assignment
This script was written by old admin and I've no idea how to fix it...???
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-09-2007, 05:56 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 910
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Look like you made change to gpg key, or may be you changed passphrase. Just provide correct encrypting key
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Hughes Net Modem Assign IP to Server Don Getting started tutorials 1 03-24-2008 11:46 PM
environmental variable myfoot CentOS / RHEL / Fedora 1 02-01-2008 06:14 AM
how do i assign an alias in rcconf with freebsd All about FreeBSD/OpenBSD/NetBSD 1 01-10-2006 06:21 PM
How to assign administrative right to others under Linux sweta Linux software 1 06-20-2005 03:20 PM
HTML variable nathan86 Linux software 3 03-23-2005 12:29 PM


All times are GMT +5.5. The time now is 04:52 PM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36