Bug 1031403
| Summary: | [abrt] backintime-common-1.0.28-1.fc19: tools.py:511:keyring_supported:AttributeError: 'module' object has no attribute 'SecretServiceKeyring' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jacek Pawlyta <cunio> | ||||||
| Component: | backintime | Assignee: | Christopher Meng <i> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | germano.massullo, i, rpm | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/b07f648fd2880e240ad9cf2c859197e5121cab09 | ||||||||
| Whiteboard: | abrt_hash:e3eb26a7c5bd6e8c3b152bd8edcdb5f6e5abb531 | ||||||||
| Fixed In Version: | backintime-1.0.28-2.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-12-05 10:37:40 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 825206 [details]
File: backtrace
Created attachment 825207 [details]
File: environ
Will fix in Monday. backintime-1.0.28-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/backintime-1.0.28-2.fc19 backintime-1.0.28-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/backintime-1.0.28-2.fc20 Package backintime-1.0.28-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing backintime-1.0.28-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-22187/backintime-1.0.28-2.fc20 then log in and leave karma (feedback). backintime-1.0.28-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. backintime-1.0.28-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: automatic program start Version-Release number of selected component: backintime-common-1.0.28-1.fc19 Additional info: reporter: libreport-2.1.9 cmdline: python /usr/share/backintime/common/backintime.py --backup-job executable: /usr/share/backintime/common/backintime.py kernel: 3.12.0-0.rc6.git0.1.fc21.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: tools.py:511:keyring_supported:AttributeError: 'module' object has no attribute 'SecretServiceKeyring' Traceback (most recent call last): File "/usr/share/backintime/common/backintime.py", line 403, in <module> start_app() File "/usr/share/backintime/common/backintime.py", line 185, in start_app take_snapshot( cfg, False ) File "/usr/share/backintime/common/backintime.py", line 54, in take_snapshot snapshots.Snapshots( cfg ).take_snapshot( force ) File "/usr/share/backintime/common/snapshots.py", line 887, in take_snapshot hash_id = mount.Mount(cfg = self.config).mount() File "/usr/share/backintime/common/mount.py", line 52, in __init__ pw_cache = password.Password_Cache(self.config) File "/usr/share/backintime/common/password.py", line 252, in __init__ self.keyring_supported = tools.keyring_supported() File "/usr/share/backintime/common/tools.py", line 511, in keyring_supported backends = (keyring.backend.SecretServiceKeyring, AttributeError: 'module' object has no attribute 'SecretServiceKeyring' Local variables in innermost frame: