Bug 650981
| Summary: | traceback with S3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pete Zaitcev <zaitcev> |
| Component: | duplicity | Assignee: | Robert Scheck <redhat-bugzilla> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | redhat-bugzilla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | duplicity-0.6.11-1.el4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-11-18 21:38:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I downloaded an older build of duplicity from Koji, ran this: rpm -U --oldpackage tmp/duplicity-0.6.08b-1.fc13.x86_64.rpm Old package resolves the problem. May you please try duplicity-0.6.10-1 from updates-testing and let me know, whether the issue still exists? Thank you. duplicity-0.6.09-1.fc14.1 - bad duplicity-0.6.10-1.fc14 - ok If you want me to add karma, please tell me how. Bodhi is mysterious. Go to https://admin.fedoraproject.org/updates/duplicity-0.6.10-1.fc14 and login there with your FAS data. Click to "Add a comment", add a comment and select "Works for me" if it works for you or "Does not work", if it is broken or "Untested" if you didn't test the package at all. Hope I was able to clarify Bodhi a bit? duplicity-0.6.11-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/duplicity-0.6.11-1.fc14 duplicity-0.6.11-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/duplicity-0.6.11-1.fc13 duplicity-0.6.11-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/duplicity-0.6.11-1.el5 duplicity-0.6.11-1.el4 has been submitted as an update for Fedora EPEL 4. https://admin.fedoraproject.org/updates/duplicity-0.6.11-1.el4 duplicity-0.6.11-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. duplicity-0.6.11-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. duplicity-0.6.11-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. duplicity-0.6.11-1.el4 has been pushed to the Fedora EPEL 4 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: An attempt to back files to S3 end with an error: File "/usr/lib64/python2.6/site-packages/duplicity/backends/botobackend.py", line 138, in resetConnection self.conn = S3Connection(host=parsed_url.hostname) NameError: global name 'parsed_url' is not defined Version-Release number of selected component (if applicable): duplicity-0.6.09-1.fc13.x86_64 python-boto-1.9b-2.fc13.noarch How reproducible: Synchronous Steps to Reproduce: 1. run duplicity with target on S3 Actual results: Traceback, no backup done Expected results: Backup working Additional info: [zaitcev@lembas ~]$ AWS_SECRET_ACCESS_KEY=xxxxxxx AWS_ACCESS_KEY_ID=0000000000 duplicity --tempdir $HOME/tmp --include-globbing-filelist backups/niphredil.duplicity.list --exclude '.*' --exclude '*' . s3://s3.amazonaws.com/zaitcev.lan/backups/niphredil 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 1118, in main action = commandline.ProcessCommandLine(sys.argv[1:]) File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py", line 911, in ProcessCommandLine backup, local_pathname = set_backend(args[0], args[1]) File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py", line 806, in set_backend globals.backend = backend.get_backend(bend) File "/usr/lib64/python2.6/site-packages/duplicity/backend.py", line 153, in get_backend return _backends[pu.scheme](pu) File "/usr/lib64/python2.6/site-packages/duplicity/backends/botobackend.py", line 69, in __init__ self.resetConnection() File "/usr/lib64/python2.6/site-packages/duplicity/backends/botobackend.py", line 138, in resetConnection self.conn = S3Connection(host=parsed_url.hostname) NameError: global name 'parsed_url' is not defined