gpg: problem with the agent: Not implemented
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Déjà Dup |
Fix Released
|
High
|
Unassigned |
Bug Description
Using Gnome 3, gnupg 1.4.11 and gnupg2 2.0.14, duplicity 0.6.13 and deja-dup 18.1.1 on Ubuntu 11.04 64 bit. When selecting to encrypt backup, Deja Dup always fails saying Bad encryption password. Launching deja-dup with debug shows the following:
DUPLICITY: INFO 1
DUPLICITY: . GPG error detail: Traceback (most recent call last):
DUPLICITY: . File "/usr/bin/
DUPLICITY: . with_tempdir(main)
DUPLICITY: . File "/usr/bin/
DUPLICITY: . fn()
DUPLICITY: . File "/usr/bin/
DUPLICITY: . full_backup(
DUPLICITY: . File "/usr/bin/
DUPLICITY: . globals.backend)
DUPLICITY: . File "/usr/bin/
DUPLICITY: . globals.
DUPLICITY: . File "/usr/lib/
DUPLICITY: . file.close()
DUPLICITY: . File "/usr/lib/
DUPLICITY: . self.gpg_failed()
DUPLICITY: . File "/usr/lib/
DUPLICITY: . raise GPGError, msg
DUPLICITY: . GPGError: GPG Failed, see log below:
DUPLICITY: . ===== Begin GnuPG log =====
DUPLICITY: . gpg: problem with the agent: Not implemented
DUPLICITY: . ===== End GnuPG log =====
DUPLICITY: .
DUPLICITY: .
DUPLICITY: ERROR 31 GPGError
DUPLICITY: . GPGError: GPG Failed, see log below:
DUPLICITY: . ===== Begin GnuPG log =====
DUPLICITY: . gpg: problem with the agent: Not implemented
DUPLICITY: . ===== End GnuPG log =====
DUPLICITY: .
DUPLICITY: DEBUG 1
DUPLICITY: . Removing still remembered temporary file /home/dema1701/
DUPLICITY: DEBUG 1
DUPLICITY: . Removing still remembered temporary file /home/dema1701/
Related branches
Changed in deja-dup: | |
status: | Incomplete → New |
Changed in deja-dup: | |
status: | Fix Committed → Fix Released |
This was a problem on Fedora 13 a while ago. Something to do with seahorse-plugins. https:/ /bugzilla. redhat. com/show_ bug.cgi? id=622358
This also sounds similar to bug 681002 because it relates to problems with the gpg agent. That bug lists killing gnome-keyring- daemon as a workaround. Does that help?