enigmail was working without any problems. Now after the last Ubuntu and thunderbird mail updates, it does not work anymore. I cannot even export my settings, I get an error doing so.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
-Ubuntu 14.04.LTS
-Regular updates from within Ubuntu
-Thunderbird v45.2
-enigmail installed as an addon
-when trying to send an email with signature I get: GnuPG cannot query your passphrase via pinentry.
-the mail has to be saved and cannot be sent.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
2016-07-27 04:04:05.998 [DEBUG] enigmail.js: Enigmail.setAgentPath: calling subprocess with '/usr/local/bin/gpg2'
2016-07-27 04:04:05.998 [CONSOLE] enigmail> /usr/local/bin/gpg2 --version --version --batch --no-tty --charset utf-8 --display-charset utf-8
2016-07-27 04:04:06.085 [DEBUG] enigmail> DONE
2016-07-27 04:04:06.085 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:06.085 [DEBUG] system.jsm: getUnixCharset
2016-07-27 04:04:06.095 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:06.096 [CONSOLE] gpg (GnuPG) 2.1.12
libgcrypt 1.7.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
In my case it was a problem for gpg-agent to connect via pcsc to the gpg smartcard (Yubikey) - installing apt-get install pcscd scdaemon gnupg2 pcsc-tools and restarting /reconnecting the agent found the keys on the card
Otherwise remove the ssb marked stubs from the keyring
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I exported my keys from enigmail on my Mint linux laptop to a pi4 and I keep getting this error, "GnuPG cannot query your passphrase via pinentry. This is a system setup or configuration error that prevents Enigmail from working properly and cannot be fixed automatically
2019-10-27 13:33:49.441 [DEBUG] gpgAgent.jsm: setAgentPath: calling subprocess with '/usr/bin/gpg'
2019-10-27 13:33:49.442 [CONSOLE] enigmail> /usr/bin/gpg --batch --no-tty --charset utf-8 --display-charset utf-8 --version --version
2019-10-27 13:33:51.584 [DEBUG] enigmail> DONE
2019-10-27 13:33:51.585 [DEBUG] system.jsm: determineSystemCharset
2019-10-27 13:33:51.585 [DEBUG] system.jsm: getUnixCharset
2019-10-27 13:33:51.589 [DEBUG] system.jsm: determineSystemCharset: charset='UTF-8'
2019-10-27 13:33:51.592 [CONSOLE] gpg (GnuPG) 2.2.12
libgcrypt 1.8.4
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
... and did you follow Olav's suggestion in this thread? Everything you can, and all questions we could ask to identify the problem and help you fix it are explained there.
I did and none of those apply to my situation. Search for the following text: parseErrorOutput: status message. You will probably find this message several times. Check what follows below.If the message contains "WARNING: The GNOME keyring manager hijacked the GnuPG agent", then follow the GnuPG guide to disable GNOME keyring.If the message says something like "no pinentry", "problem with the agent", "Invalid IPC response", "problem with gpg-agent" then there is something wrong with your gpg-agent and/or pinentry setup. Follow the guide below. I didnt have. the keyring or invalid ipcI did a search. Nothing .. After parse it says. or before. it says errorhandlingjsm. statusflags = 00400100. return with c.c.errorMsc.c.errorMsg
Alot of. status flag errors
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The log file does not contain any attempt to call gpg for signing or decryption. You first need to perform the action that fails, and then create the log file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did, but I cut alot of the log file out, because it had my keys in their. Do you want me to send you any part that doesnt have my keys in their or delete the keys, because I have them saved and then run it again?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your keys are not in the log. The log contains fingerprints of your keys, and maybe email addresses, but your keys as such certainly not. That is, if you clean any email addresses from the log, the log is perfectly fine for uploading.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you scan your log file, you'll see that it contains "gpg: public key decryption failed: No pinentry"
The troubleshooting guide tells you what to do in this case in (6): If the message says something like "no pinentry", "problem with the agent", "Invalid IPC response", "problem with gpg-agent" then there is something wrong with your gpg-agent and/or pinentry setup. Follow the guide below.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I execute the first script: this is what I get, with no window opening inside the terminal window.
pi@raspberrypi:~ $ pinentry <<EOT
SETDESC HELLO WORLD
CONFIRM
EOT
OK Pleased to meet you
OK
S ERROR curses.isatty 83918950
ERR 83918950 Inappropriate ioctl for device <pinentry></pinentry>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know your editor, but I think you can safely ignore that. I can't imagine any editor to know the parameters and the syntax of gpg config files.
So it's not a
a box that I dont have checked in the settings menu. I'm really new to linux and using a RPi4. Since I didnt have the window open up inside the terminal, that doesnt apply to my situation. I know I need to ck the conf file $HOME/.gnupg/gpg-agent.conf, but I dont know how to open it? I tried changing the directory but it said, no such directory. If it's done in a terminal, could I just please have the commands to open this conf and see if those entries are in ther? Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
enigmail was working without any problems. Now after the last Ubuntu and thunderbird mail updates, it does not work anymore. I cannot even export my settings, I get an error doing so.
With the information given, it's not possible to help you:
Last edit: Olav Seyfarth 2016-07-26
-Ubuntu 14.04.LTS
-Regular updates from within Ubuntu
-Thunderbird v45.2
-enigmail installed as an addon
-when trying to send an email with signature I get: GnuPG cannot query your passphrase via pinentry.
-the mail has to be saved and cannot be sent.
I attach the log:
Enigmail version 1.9.4
OS/CPU=Linux x86_64
Platform=X11
Non-default preference values:
keyCheckResult: {"expiredList":[],"lastCheck":1469531027746}
configuredVersion: 1.9.4
confirmBeforeSending: 2
advancedUser: true
encryptionModel: 1
2016-07-27 04:03:55.312 Mozilla Platform: Thunderbird 45.2.0
2016-07-27 04:03:55.312 [DEBUG] keyRing.jsm: EnigmailKeyRing.clearCache
2016-07-27 04:03:55.411 [DEBUG] mimeVerify.jsm: registerContentTypeHandler
2016-07-27 04:03:56.790 [DEBUG] enigmailMsgHdrViewOverlay.js: this.msgHdrViewLoad
2016-07-27 04:03:56.803 [DEBUG] enigmailMsgHdrViewOverlay.js: this.hdrViewLoad
2016-07-27 04:03:56.803 [DEBUG] enigmailMessengerOverlay.js: Startup
2016-07-27 04:03:56.804 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_print')
2016-07-27 04:03:56.804 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_printpreview')
2016-07-27 04:03:56.804 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_print')
2016-07-27 04:03:56.804 [DEBUG] enigmailMessengerOverlay.js: *** UNABLE to override id=button-print
2016-07-27 04:03:56.804 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=Enigmail.msg.msgPrint('cmd_print');
2016-07-27 04:03:56.805 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=Enigmail.msg.msgPrint('cmd_printpreview');
2016-07-27 04:03:56.805 [DEBUG] enigmailMessengerOverlay.js: overrideLayoutChange
2016-07-27 04:03:57.257 [DEBUG] enigmailMsgHdrViewOverlay.js: this.msgHdrViewHide
2016-07-27 04:03:57.284 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:03:57.329 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:03:57.336 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:03:57.501 [DEBUG] enigmailMessengerOverlay.js: messageFrameUnload
2016-07-27 04:03:57.501 [DEBUG] enigmailMessengerOverlay.js: messageCleanup
2016-07-27 04:03:57.502 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:01.565 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:01.573 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:01.579 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:01.586 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:01.601 [DEBUG] enigmailMessengerOverlay.js: messageFrameUnload
2016-07-27 04:04:01.601 [DEBUG] enigmailMessengerOverlay.js: messageCleanup
2016-07-27 04:04:01.601 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:05.953 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:05.957 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:05.966 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:05.971 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2016-07-27 04:04:05.996 [DEBUG] mimeDecrypt.js: PgpMimeHandler()
2016-07-27 04:04:05.997 [DEBUG] enigmail.js: svc = [xpconnect wrapped nsIEnigmail]
2016-07-27 04:04:05.997 [DEBUG] app.jsm: getVersion
2016-07-27 04:04:05.997 [DEBUG] app.jsm: installed version: 1.9.4
2016-07-27 04:04:05.997 [DEBUG] app.jsm: getVersion
2016-07-27 04:04:05.997 [DEBUG] app.jsm: installed version: 1.9.4
2016-07-27 04:04:05.997 [DEBUG] enigmail.js: Enigmail.initialize: START
2016-07-27 04:04:05.998 [DEBUG] enigmail.js: Enigmail.initialize: Ec.envList = DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-m100VkzXuV,DISPLAY=:0,GTK_IM_MODULE=ibus,HOME=/home/sd,LANG=en_US.UTF-8,LANGUAGE=en_US,LOGNAME=sd,PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games,PWD=/home/sd,QT_IM_MODULE=ibus,SHELL=/bin/bash,USER=sd,XAUTHORITY=/home/sd/.Xauthority,XMODIFIERS=@im=ibus
2016-07-27 04:04:05.998 [DEBUG] gpgAgent.jsm: resetGpgAgent
2016-07-27 04:04:05.998 [DEBUG] files.jsm: resolvePath: filePath=gpg2;gpg;gpg1
2016-07-27 04:04:05.998 [DEBUG] files.jsm: resolvePath: checking for /usr/local/sbin/gpg2
2016-07-27 04:04:05.998 [DEBUG] files.jsm: resolvePath: checking for /usr/local/bin/gpg2
2016-07-27 04:04:05.998 [CONSOLE] EnigmailAgentPath=/usr/local/bin/gpg2
2016-07-27 04:04:05.998 [DEBUG] enigmail.js: Enigmail.setAgentPath: calling subprocess with '/usr/local/bin/gpg2'
2016-07-27 04:04:05.998 [CONSOLE] enigmail> /usr/local/bin/gpg2 --version --version --batch --no-tty --charset utf-8 --display-charset utf-8
2016-07-27 04:04:06.085 [DEBUG] enigmail> DONE
2016-07-27 04:04:06.085 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:06.085 [DEBUG] system.jsm: getUnixCharset
2016-07-27 04:04:06.095 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:06.096 [CONSOLE] gpg (GnuPG) 2.1.12
libgcrypt 1.7.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB
2016-07-27 04:04:06.096 [DEBUG] enigmail.js: detected GnuPG version '2.1.12'
2016-07-27 04:04:06.096 [DEBUG] enigmail.js: Enigmail.setAgentPath: gpgconf found: yes
2016-07-27 04:04:06.096 [DEBUG] enigmail.js: detectGpgAgent
2016-07-27 04:04:06.096 [DEBUG] enigmail.js: detectGpgAgent: GPG_AGENT_INFO variable available
2016-07-27 04:04:06.096 [DEBUG] enigmail.js: detectGpgAgent: GPG_AGENT_INFO='/run/user/1000/keyring-uX6k5Y/gpg:0:1'
2016-07-27 04:04:06.096 [DEBUG] enigmail.js: Setting useAgent to true for gpg2 >= 2.0.16
2016-07-27 04:04:06.096 [DEBUG] enigmail.js: Enigmail.initialize: END
2016-07-27 04:04:06.096 [DEBUG] enigmailCommon.jsm: getService: 1.9.4
2016-07-27 04:04:06.096 [DEBUG] app.jsm: getVersion
2016-07-27 04:04:06.096 [DEBUG] app.jsm: installed version: 1.9.4
2016-07-27 04:04:06.097 [DEBUG] pgpmimeHandler.js: onStartRequest
2016-07-27 04:04:06.097 [DEBUG] mimeDecrypt.jsm: EnigmailMimeDecrypt()
2016-07-27 04:04:06.097 [DEBUG] mimeDecrypt.jsm: onStartRequest
2016-07-27 04:04:06.097 [DEBUG] mimeDecrypt.jsm: onStartRequest: uri='mailbox:///home/sd/.thunderbird/a5opyuvq.default/Mail/pop.aol.com/Drafts?number=1&header=filter&emitter=js'
2016-07-27 04:04:06.099 [DEBUG] mimeDecrypt.jsm: onStopRequest: detected incoming message processing
2016-07-27 04:04:06.446 [DEBUG] mimeDecrypt.js: PgpMimeHandler()
2016-07-27 04:04:06.447 [DEBUG] pgpmimeHandler.js: onStartRequest
2016-07-27 04:04:06.447 [DEBUG] mimeDecrypt.jsm: EnigmailMimeDecrypt()
2016-07-27 04:04:06.447 [DEBUG] mimeDecrypt.jsm: onStartRequest
2016-07-27 04:04:06.448 [DEBUG] enigmailCommon.jsm: decryptMessageStart: verifyOnly=false
2016-07-27 04:04:06.450 execution.jsm: execStart: command = /usr/local/bin/gpg2 --charset utf-8 --display-charset utf-8 --use-agent --batch --no-tty --status-fd 2 --max-output 351700 --decrypt, needPassphrase=true, domWindow=[object ChromeWindow], listener=[object Object]
2016-07-27 04:04:06.450 [CONSOLE] enigmail> /usr/local/bin/gpg2 --charset utf-8 --display-charset utf-8 --use-agent --batch --no-tty --status-fd 2 --max-output 351700 --decrypt
2016-07-27 04:04:06.458 [DEBUG] enigmail> DONE
2016-07-27 04:04:11.899 [DEBUG] enigmailCommon.jsm: decryptMessageEnd: uiFlags=8, verifyOnly=false, noOutput=false
2016-07-27 04:04:11.899 [DEBUG] enigmailCommon.jsm: decryptMessageEnd: stderrStr=
[GNUPG:] ENC_TO 3EA3BADF9BEE3E3D 1 0
gpg: encrypted with 4096-bit RSA key, ID XXXXXXXX, created 2016-06-19
"XXX@yahoo.com>"
gpg: public key decryption failed: No pinentry
[GNUPG:] ERROR pkdecrypt_failed 67108949
[GNUPG:] BEGIN_DECRYPTION
[GNUPG:] DECRYPTION_FAILED
gpg: decryption failed: No secret key
[GNUPG:] END_DECRYPTION
2016-07-27 04:04:11.899 [DEBUG] errorHandling.jsm: parseErrorOutputWith: status message:
[GNUPG:] ENC_TO 3EA3BADF9BEE3E3D 1 0
gpg: encrypted with 4096-bit RSA key, ID XXXXXXXX, created 2016-06-19
"XXX@yahoo.com>"
gpg: public key decryption failed: No pinentry
[GNUPG:] ERROR pkdecrypt_failed 67108949
[GNUPG:] BEGIN_DECRYPTION
[GNUPG:] DECRYPTION_FAILED
gpg: decryption failed: No secret key
[GNUPG:] END_DECRYPTION
2016-07-27 04:04:11.899 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:11.899 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:11.899 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:11.899 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:11.899 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:11.899 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:11.899 [DEBUG] errorHandling.jsm: parseErrorOutputWith: statusFlags = 00400000
2016-07-27 04:04:11.899 [DEBUG] errorHandling.jsm: parseErrorOutputWith: return with c.errorMsg = gpg: encrypted with 4096-bit RSA key, ID XXXXXXXX, created 2016-06-19
"XXX@yahoo.com>"
gpg: public key decryption failed: No pinentry
2016-07-27 04:04:11.900 [DEBUG] execution.jsm: EnigmailExecution.fixExitCode: agentType: gpg exitCode: 2 statusFlags 6291456
2016-07-27 04:04:25.513 [DEBUG] mimeDecrypt.jsm: displayStatus
2016-07-27 04:04:25.513 [DEBUG] mimeDecrypt.jsm: onStopRequest: process terminated
2016-07-27 04:04:25.772 [DEBUG] enigmailMsgComposeOverlay.js: _enigmail_composeWindowInit
2016-07-27 04:04:25.845 [DEBUG] enigmailMsgComposeOverlay.js: got load event
2016-07-27 04:04:25.845 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.composeStartup
2016-07-27 04:04:25.846 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.msgComposeReset
2016-07-27 04:04:25.846 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.setIdentityDefaults
2016-07-27 04:04:25.846 [DEBUG] funcs.jsm: getSignMsg: identity.key=id2
2016-07-27 04:04:25.846 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processAccountSpecificDefaultOptions
2016-07-27 04:04:25.846 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.focusChange: Enigmail.msg.determineSendFlags
2016-07-27 04:04:25.848 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processFinalState()
2016-07-27 04:04:25.848 [DEBUG] enigmailMsgComposeOverlay.js: encrypt=false encryptByRules=1 encFinally=0
2016-07-27 04:04:25.848 [DEBUG] encReason=
2016-07-27 04:04:25.848 [DEBUG] enigmailMsgComposeOverlay.js: signed=true signByRules=1 signFinally=1
2016-07-27 04:04:25.849 [DEBUG] signReason=enabled by default
2016-07-27 04:04:25.849 [DEBUG] enigmailMsgComposeOverlay.js: pgpmimeByRules=1 pgpmimeFinally=1
2016-07-27 04:04:25.849 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.updateStatusBar()
2016-07-27 04:04:25.849 [DEBUG] enigmailMsgComposeOverlay.js: encSymbol=inactiveNone encReasonStr=Encryption: OFF
2016-07-27 04:04:25.849 [DEBUG] enigmailMsgComposeOverlay.js: signSymbol=activeNone signReasonStr=Signing: ON (enabled by default)
2016-07-27 04:04:25.850 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processFinalState()
2016-07-27 04:04:25.850 [DEBUG] enigmailMsgComposeOverlay.js: encrypt=false encryptByRules=1 encFinally=0
2016-07-27 04:04:25.850 [DEBUG] encReason=
2016-07-27 04:04:25.850 [DEBUG] enigmailMsgComposeOverlay.js: signed=true signByRules=1 signFinally=1
2016-07-27 04:04:25.850 [DEBUG] signReason=enabled by default
2016-07-27 04:04:25.850 [DEBUG] enigmailMsgComposeOverlay.js: pgpmimeByRules=1 pgpmimeFinally=1
2016-07-27 04:04:25.850 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.updateStatusBar()
2016-07-27 04:04:25.850 [DEBUG] enigmailMsgComposeOverlay.js: encSymbol=inactiveNone encReasonStr=Encryption: OFF
2016-07-27 04:04:25.850 [DEBUG] enigmailMsgComposeOverlay.js: signSymbol=activeNone signReasonStr=Signing: ON (enabled by default)
2016-07-27 04:04:25.850 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.composeOpen
2016-07-27 04:04:25.851 [DEBUG] enigmailMessengerOverlay.js: Enigmail.msg.getMsgProperties:
2016-07-27 04:04:25.852 [DEBUG] uris.jsm: isEncryptedUri: uri=mailbox-message://XXX@pop.mail.yahoo.com/Drafts#3
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.removeAttachedKey:
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processFinalState()
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: encrypt=false encryptByRules=1 encFinally=0
2016-07-27 04:04:25.853 [DEBUG] encReason=
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: signed=true signByRules=1 signFinally=1
2016-07-27 04:04:25.853 [DEBUG] signReason=enabled by default
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: pgpmimeByRules=1 pgpmimeFinally=1
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.updateStatusBar()
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: encSymbol=inactiveNone encReasonStr=Encryption: OFF
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: signSymbol=activeNone signReasonStr=Signing: ON (enabled by default)
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processFinalState()
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: encrypt=false encryptByRules=1 encFinally=0
2016-07-27 04:04:25.853 [DEBUG] encReason=
2016-07-27 04:04:25.853 [DEBUG] enigmailMsgComposeOverlay.js: signed=true signByRules=1 signFinally=1
2016-07-27 04:04:25.853 [DEBUG] signReason=enabled by default
2016-07-27 04:04:25.854 [DEBUG] enigmailMsgComposeOverlay.js: pgpmimeByRules=1 pgpmimeFinally=1
2016-07-27 04:04:25.854 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.updateStatusBar()
2016-07-27 04:04:25.854 [DEBUG] enigmailMsgComposeOverlay.js: encSymbol=inactiveNone encReasonStr=Encryption: OFF
2016-07-27 04:04:25.854 [DEBUG] enigmailMsgComposeOverlay.js: signSymbol=activeNone signReasonStr=Signing: ON (enabled by default)
2016-07-27 04:04:25.914 [DEBUG] mimeDecrypt.js: PgpMimeHandler()
2016-07-27 04:04:25.915 [DEBUG] pgpmimeHandler.js: onStartRequest
2016-07-27 04:04:25.915 [DEBUG] mimeDecrypt.jsm: EnigmailMimeDecrypt()
2016-07-27 04:04:25.915 [DEBUG] mimeDecrypt.jsm: onStartRequest
2016-07-27 04:04:25.915 [DEBUG] mimeDecrypt.jsm: onStartRequest: uri='mailbox:///home/sd/.thunderbird/a5opyuvq.default/Mail/pop.mail.yahoo.com/Drafts?number=3&header=filter&emitter=js&examineEncryptedParts=true'
2016-07-27 04:04:25.916 [DEBUG] enigmailCommon.jsm: decryptMessageStart: verifyOnly=false
2016-07-27 04:04:25.917 execution.jsm: execStart: command = /usr/local/bin/gpg2 --charset utf-8 --display-charset utf-8 --use-agent --batch --no-tty --status-fd 2 --max-output 351700 --decrypt, needPassphrase=true, domWindow=[object ChromeWindow], listener=[object Object]
2016-07-27 04:04:25.917 [CONSOLE] enigmail> /usr/local/bin/gpg2 --charset utf-8 --display-charset utf-8 --use-agent --batch --no-tty --status-fd 2 --max-output 351700 --decrypt
2016-07-27 04:04:25.922 [DEBUG] enigmail> DONE
2016-07-27 04:04:25.952 [DEBUG] enigmailMsgComposeOverlay.js: ECSL.NotifyComposeFieldsReady
2016-07-27 04:04:25.965 [DEBUG] enigmailMsgComposeOverlay.js: EDSL.enigDocStateListener.NotifyDocumentStateChanged
2016-07-27 04:04:25.965 [DEBUG] enigmailMsgComposeOverlay.js: ECSL.ComposeBodyReady
2016-07-27 04:04:25.965 [DEBUG] enigmailMsgComposeOverlay.js: EDSL.ComposeBodyReady: isEmpty=true, isEditable=true
2016-07-27 04:04:25.965 [DEBUG] enigmailMsgComposeOverlay.js: EDSL.ComposeBodyReady: disableSmime=false
2016-07-27 04:04:25.969 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.fireSendFlags
2016-07-27 04:04:25.969 [DEBUG] enigmailCommon.jsm: dispatchEvent f=_sendFlagWrapper
2016-07-27 04:04:26.033 [DEBUG] enigmailCommon.jsm: dispatchEvent running mainEvent
2016-07-27 04:04:26.033 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.focusChange: Enigmail.msg.determineSendFlags
2016-07-27 04:04:26.036 [DEBUG] rules.jsm: mapAddrsToKeys(): emailAddrsStr="anonguide@vfemail.net" startDialogForMissingKeys=false
2016-07-27 04:04:26.036 [DEBUG] rules.jsm: getRulesData()
2016-07-27 04:04:26.036 [DEBUG] rules.jsm: getRulesFile()
2016-07-27 04:04:26.036 [DEBUG] found keys:
2016-07-27 04:04:26.036 [DEBUG] addresses without keys:
2016-07-27 04:04:26.037 [DEBUG] anonguide@vfemail.net
2016-07-27 04:04:26.037 [DEBUG] old returned value:
2016-07-27 04:04:26.037 [DEBUG]
2016-07-27 04:04:26.037 [DEBUG] =====> validKeysForAllRecipients()
2016-07-27 04:04:26.037 [DEBUG] enigmailMsgComposeHelper.js: validKeysForAllRecipients(): emailsOrKeys='anonguide@vfemail.net'
2016-07-27 04:04:26.037 [DEBUG] enigmailMsgComposeHelper.js: doValidKeysForAllRecipients(): emailsOrKeys='anonguide@vfemail.net'
2016-07-27 04:04:26.037 [DEBUG] enigmailMsgComposeHelper.js: doValidKeysForAllRecipients(): find keys with minTrustLevel="?"
2016-07-27 04:04:26.037 execution.jsm: EnigmailExecution.execCmd: subprocess = '/usr/local/bin/gpg2'
2016-07-27 04:04:26.037 [CONSOLE] enigmail> /usr/local/bin/gpg2 --charset utf-8 --display-charset utf-8 --use-agent --batch --no-tty --status-fd 2 --fixed-list-mode --with-colons --list-config
2016-07-27 04:04:26.066 [DEBUG] enigmail> DONE
2016-07-27 04:04:26.066 [DEBUG] execution.jsm: EnigmailExecution.execCmd: exitCode = 0
2016-07-27 04:04:26.066 [DEBUG] execution.jsm: EnigmailExecution.execCmd: errOutput =
2016-07-27 04:04:26.066 [DEBUG] errorHandling.jsm: parseErrorOutputWith: status message:
2016-07-27 04:04:26.066 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:26.066 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:26.067 [DEBUG] errorHandling.jsm: parseErrorOutputWith: statusFlags = 00000000
2016-07-27 04:04:26.067 [DEBUG] errorHandling.jsm: parseErrorOutputWith: return with c.errorMsg =
2016-07-27 04:04:26.067 [DEBUG] execution.jsm: EnigmailExecution.fixExitCode: agentType: gpg exitCode: 0 statusFlags undefined
2016-07-27 04:04:26.067 [CONSOLE]
2016-07-27 04:04:26.067 [DEBUG] keyRing.jsm: getValidKeyForRecipient(): emailAddr="anonguide@vfemail.net"
2016-07-27 04:04:26.067 [DEBUG] keyRing.jsm: loadKeyList()
2016-07-27 04:04:26.067 [DEBUG] keyRing.jsm: obtainKeyList
2016-07-27 04:04:26.067 execution.jsm: EnigmailExecution.execCmd: subprocess = '/usr/local/bin/gpg2'
2016-07-27 04:04:26.067 [CONSOLE] enigmail> /usr/local/bin/gpg2 --charset utf-8 --display-charset utf-8 --use-agent --batch --no-tty --status-fd 2 --with-fingerprint --fixed-list-mode --with-colons --list-keys
2016-07-27 04:04:26.083 [DEBUG] enigmail> DONE
2016-07-27 04:04:26.083 [DEBUG] execution.jsm: EnigmailExecution.execCmd: exitCode = 0
2016-07-27 04:04:26.083 [DEBUG] execution.jsm: EnigmailExecution.execCmd: errOutput =
2016-07-27 04:04:26.083 [DEBUG] errorHandling.jsm: parseErrorOutputWith: status message:
2016-07-27 04:04:26.083 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:26.083 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:26.083 [DEBUG] errorHandling.jsm: parseErrorOutputWith: statusFlags = 00000000
2016-07-27 04:04:26.083 [DEBUG] errorHandling.jsm: parseErrorOutputWith: return with c.errorMsg =
2016-07-27 04:04:26.083 [DEBUG] execution.jsm: EnigmailExecution.fixExitCode: agentType: gpg exitCode: 0 statusFlags undefined
2016-07-27 04:04:26.083 [CONSOLE]
2016-07-27 04:04:26.083 [DEBUG] keyRing.jsm: obtainKeyList
2016-07-27 04:04:26.083 execution.jsm: EnigmailExecution.execCmd: subprocess = '/usr/local/bin/gpg2'
2016-07-27 04:04:26.083 [CONSOLE] enigmail> /usr/local/bin/gpg2 --charset utf-8 --display-charset utf-8 --use-agent --batch --no-tty --status-fd 2 --with-fingerprint --fixed-list-mode --with-colons --list-secret-keys
2016-07-27 04:04:26.099 [DEBUG] enigmail> DONE
2016-07-27 04:04:26.099 [DEBUG] execution.jsm: EnigmailExecution.execCmd: exitCode = 0
2016-07-27 04:04:26.099 [DEBUG] execution.jsm: EnigmailExecution.execCmd: errOutput =
2016-07-27 04:04:26.099 [DEBUG] errorHandling.jsm: parseErrorOutputWith: status message:
2016-07-27 04:04:26.099 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:26.099 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:26.099 [DEBUG] errorHandling.jsm: parseErrorOutputWith: statusFlags = 00000000
2016-07-27 04:04:26.099 [DEBUG] errorHandling.jsm: parseErrorOutputWith: return with c.errorMsg =
2016-07-27 04:04:26.099 [DEBUG] execution.jsm: EnigmailExecution.fixExitCode: agentType: gpg exitCode: 0 statusFlags undefined
2016-07-27 04:04:26.099 [CONSOLE]
2016-07-27 04:04:26.099 [DEBUG] keyRing.jsm: createAndSortKeyList()
2016-07-27 04:04:26.101 [DEBUG] keyRing.jsm: getKeyById: 8086DF9E51DDE702
2016-07-27 04:04:26.101 [DEBUG] keyRing.jsm: getKeyById: 47EC7A9A26664D58
2016-07-27 04:04:26.101 [DEBUG] keyRing.jsm: getValidKeyForRecipient(): no key for 'XXX' found
2016-07-27 04:04:26.101 [DEBUG] keyRing.jsm: doValidKeysForAllRecipients(): return null (no single valid key found for="XXX" with minTrustLevel="?")
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeHelper.js: doValidKeysForAllRecipients(): return null (key missing)
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeHelper.js: validKeysForAllRecipients(): return 'null'
2016-07-27 04:04:26.101 [DEBUG] <=== validKeysForAllRecipients()
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processFinalState()
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeOverlay.js: encrypt=false encryptByRules=1 encFinally=0
2016-07-27 04:04:26.101 [DEBUG] encReason=
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeOverlay.js: signed=true signByRules=1 signFinally=1
2016-07-27 04:04:26.101 [DEBUG] signReason=enabled by default
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeOverlay.js: pgpmimeByRules=1 pgpmimeFinally=1
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.updateStatusBar()
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeOverlay.js: encSymbol=inactiveNone encReasonStr=Encryption: OFF
2016-07-27 04:04:26.101 [DEBUG] enigmailMsgComposeOverlay.js: signSymbol=activeNone signReasonStr=Signing: ON (enabled by default)
2016-07-27 04:04:26.101 [DEBUG] enigmailCommon.jsm: decryptMessageEnd: uiFlags=8, verifyOnly=false, noOutput=false
2016-07-27 04:04:26.102 [DEBUG] enigmailCommon.jsm: decryptMessageEnd: stderrStr=
[GNUPG:] ENC_TO 3EA3BADF9BEE3E3D 1 0
gpg: encrypted with 4096-bit RSA key, ID XXXXXXXX, created 2016-06-19
"XXX@yahoo.com>"
gpg: public key decryption failed: No pinentry
[GNUPG:] ERROR pkdecrypt_failed 67108949
[GNUPG:] BEGIN_DECRYPTION
[GNUPG:] DECRYPTION_FAILED
gpg: decryption failed: No secret key
[GNUPG:] END_DECRYPTION
2016-07-27 04:04:26.102 [DEBUG] errorHandling.jsm: parseErrorOutputWith: status message:
[GNUPG:] ENC_TO 3EA3BADF9BEE3E3D 1 0
gpg: encrypted with 4096-bit RSA key, ID XXXXXXXX, created 2016-06-19
"XXX@yahoo.com>"
gpg: public key decryption failed: No pinentry
[GNUPG:] ERROR pkdecrypt_failed 67108949
[GNUPG:] BEGIN_DECRYPTION
[GNUPG:] DECRYPTION_FAILED
gpg: decryption failed: No secret key
[GNUPG:] END_DECRYPTION
2016-07-27 04:04:26.102 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:26.102 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:26.102 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:26.102 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:26.102 [DEBUG] system.jsm: determineSystemCharset
2016-07-27 04:04:26.102 [DEBUG] system.jsm: determineSystemCharset: charset='iso-8859-1'
2016-07-27 04:04:26.102 [DEBUG] errorHandling.jsm: parseErrorOutputWith: statusFlags = 00400000
2016-07-27 04:04:26.102 [DEBUG] errorHandling.jsm: parseErrorOutputWith: return with c.errorMsg = gpg: encrypted with 4096-bit RSA key, ID XXXXXXXX, created 2016-06-19
"XXX@yahoo.com>"
gpg: public key decryption failed: No pinentry
2016-07-27 04:04:26.102 [DEBUG] execution.jsm: EnigmailExecution.fixExitCode: agentType: gpg exitCode: 2 statusFlags 6291456
2016-07-27 04:04:28.215 [DEBUG] mimeDecrypt.jsm: displayStatus
2016-07-27 04:04:28.215 [DEBUG] mimeDecrypt.jsm: onStopRequest: process terminated
2016-07-27 04:04:28.215 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.getMsgPropertiesCb
2016-07-27 04:04:28.215 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.getMsgPropertiesCb: draftStatus: N1111
2016-07-27 04:04:28.215 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.setFinalSendMode: sendMode=final-encryptDefault
2016-07-27 04:04:28.215 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processFinalState()
2016-07-27 04:04:28.215 [DEBUG] enigmailMsgComposeOverlay.js: encrypt=false encryptByRules=1 encFinally=0
2016-07-27 04:04:28.216 [DEBUG] encReason=
2016-07-27 04:04:28.216 [DEBUG] enigmailMsgComposeOverlay.js: signed=true signByRules=1 signFinally=1
2016-07-27 04:04:28.216 [DEBUG] signReason=enabled by default
2016-07-27 04:04:28.216 [DEBUG] enigmailMsgComposeOverlay.js: pgpmimeByRules=1 pgpmimeFinally=1
2016-07-27 04:04:28.216 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.updateStatusBar()
2016-07-27 04:04:28.216 [DEBUG] enigmailMsgComposeOverlay.js: encSymbol=inactiveNone encReasonStr=Encryption: OFF
2016-07-27 04:04:28.216 [DEBUG] enigmailMsgComposeOverlay.js: signSymbol=activeNone signReasonStr=Signing: ON (enabled by default)
2016-07-27 04:04:28.216 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.setFinalSendMode: sendMode=final-signDefault
2016-07-27 04:04:28.216 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processFinalState()
2016-07-27 04:04:28.217 [DEBUG] enigmailMsgComposeOverlay.js: encrypt=false encryptByRules=1 encFinally=0
2016-07-27 04:04:28.217 [DEBUG] encReason=
2016-07-27 04:04:28.217 [DEBUG] enigmailMsgComposeOverlay.js: signed=true signByRules=1 signFinally=1
2016-07-27 04:04:28.217 [DEBUG] signReason=enabled by default
2016-07-27 04:04:28.217 [DEBUG] enigmailMsgComposeOverlay.js: pgpmimeByRules=1 pgpmimeFinally=1
2016-07-27 04:04:28.217 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.updateStatusBar()
2016-07-27 04:04:28.217 [DEBUG] enigmailMsgComposeOverlay.js: encSymbol=inactiveNone encReasonStr=Encryption: OFF
2016-07-27 04:04:28.217 [DEBUG] enigmailMsgComposeOverlay.js: signSymbol=activeNone signReasonStr=Signing: ON (enabled by default)
2016-07-27 04:04:28.218 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.setFinalSendMode: sendMode=final-pgpmimeDefault
2016-07-27 04:04:28.218 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.processFinalState()
2016-07-27 04:04:28.218 [DEBUG] enigmailMsgComposeOverlay.js: encrypt=false encryptByRules=1 encFinally=0
2016-07-27 04:04:28.218 [DEBUG] encReason=
2016-07-27 04:04:28.218 [DEBUG] enigmailMsgComposeOverlay.js: signed=true signByRules=1 signFinally=1
2016-07-27 04:04:28.218 [DEBUG] signReason=enabled by default
2016-07-27 04:04:28.218 [DEBUG] enigmailMsgComposeOverlay.js: pgpmimeByRules=1 pgpmimeFinally=1
2016-07-27 04:04:28.218 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.updateStatusBar()
2016-07-27 04:04:28.218 [DEBUG] enigmailMsgComposeOverlay.js: encSymbol=inactiveNone encReasonStr=Encryption: OFF
2016-07-27 04:04:28.218 [DEBUG] enigmailMsgComposeOverlay.js: signSymbol=activeNone signReasonStr=Signing: ON (enabled by default)
2016-07-27 04:04:30.933 [DEBUG] enigmailMsgComposeOverlay.js: EDSL.enigDocStateListener.NotifyDocumentStateChanged
2016-07-27 04:04:30.934 [DEBUG] enigmailMsgComposeOverlay.js: EDSL.enigDocStateListener.NotifyDocumentStateChanged
2016-07-27 04:04:30.944 [DEBUG] enigmailMsgComposeOverlay.js: EDSL.enigDocStateListener.NotifyDocumentStateChanged
2016-07-27 04:04:30.948 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.msgComposeClose
2016-07-27 04:04:30.948 [DEBUG] enigmailMsgComposeOverlay.js: Enigmail.msg.msgComposeReset
2016-07-27 04:04:39.526 [DEBUG] enigmailMessengerOverlay.js: updateOptionsDisplay:
2016-07-27 04:04:39.526 [DEBUG] funcs.jsm: collapseAdvanced:
2016-07-27 04:04:41.642 [DEBUG] enigmailMessengerOverlay.js: updateOptionsDisplay:
2016-07-27 04:04:41.643 [DEBUG] funcs.jsm: collapseAdvanced:
2016-07-27 04:04:43.155 [DEBUG] enigmailMessengerOverlay.js: updateOptionsDisplay:
2016-07-27 04:04:43.155 [DEBUG] funcs.jsm: collapseAdvanced:
2016-07-27 04:04:45.222 [DEBUG] enigmailHelp.js: enigLoadPage
2016-07-27 04:04:45.223 [DEBUG] enigmailCommon.jsm: getFrame: name=contentFrame
Please follow the steps on Resolving issues with GnuPG 2.x and gpg-agent to narrow your issue.
In my case it was a problem for gpg-agent to connect via pcsc to the gpg smartcard (Yubikey) - installing apt-get install pcscd scdaemon gnupg2 pcsc-tools and restarting /reconnecting the agent found the keys on the card
Otherwise remove the ssb marked stubs from the keyring
I exported my keys from enigmail on my Mint linux laptop to a pi4 and I keep getting this error, "GnuPG cannot query your passphrase via pinentry. This is a system setup or configuration error that prevents Enigmail from working properly and cannot be fixed automatically
Enigmail version 2.0.12
OS/CPU=Linux armv7l
Platform=X11
Non-default preference values:
protectedHeaders: 2
advancedUser: true
configuredVersion: 2.0.12
dom.workers.maxPerDomain: 512
2019-10-27 13:33:08.236 Mozilla Platform: Thunderbird 60.8.0
2019-10-27 13:33:08.235 [DEBUG] keyRing.jsm: EnigmailKeyRing.clearCache
2019-10-27 13:33:08.493 [DEBUG] locale.jsm: loading stringBundle chrome://enigmail/locale/enigmail.properties?0.30634657750941163
2019-10-27 13:33:08.597 [DEBUG] core.jsm: startup()
2019-10-27 13:33:08.598 [DEBUG] prefs.jsm: setDefaultPrefs()
2019-10-27 13:33:08.606 [DEBUG] mimeVerify.jsm: registerContentTypeHandler
2019-10-27 13:33:08.607 [DEBUG] wksMimeHandler.jsm: registerContentTypeHandler()
2019-10-27 13:33:08.617 [DEBUG] filters.jsm: initNewMailListener()
2019-10-27 13:33:08.618 [DEBUG] pEpAdapter.jsm: initialize:
2019-10-27 13:33:08.618 [DEBUG] pEp.jsm: registered log handler
2019-10-27 13:33:08.618 [DEBUG] prefs.jsm: registerPrefObserver(juniorMode)
2019-10-27 13:33:10.542 [DEBUG] core.jsm: startup.continueStartup()
2019-10-27 13:33:10.600 [DEBUG] overlays.jsm: startup()
2019-10-27 13:33:10.602 [DEBUG] overlays.jsm: startup: found window: about:blank
2019-10-27 13:33:21.686 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/messenger.xul)
2019-10-27 13:33:21.689 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-27 13:33:21.689 [DEBUG] overlays.jsm: insertXul(columnOverlay.xul)
2019-10-27 13:33:26.385 [DEBUG] loaded: columnOverlay.xul
2019-10-27 13:33:26.393 [DEBUG] overlays.jsm: injectDOM: gonna stuff: columnOverlay.xul into: chrome://messenger/content/messenger.xul
2019-10-27 13:33:26.408 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-27 13:33:26.409 [DEBUG] overlays.jsm: insertXul(messengerOverlay-tbird.xul)
2019-10-27 13:33:26.853 [DEBUG] loaded: messengerOverlay-tbird.xul
2019-10-27 13:33:26.855 [DEBUG] overlays.jsm: injectDOM: gonna stuff: messengerOverlay-tbird.xul into: chrome://messenger/content/messenger.xul
2019-10-27 13:33:26.867 [DEBUG] overlays.jsm: adding button 'button-enigmail-decrypt to mail-bar3'
2019-10-27 13:33:26.878 [DEBUG] overlays.jsm: loadOverlay(2)
2019-10-27 13:33:26.879 [DEBUG] overlays.jsm: loadOverlay: skipping messengerOverlay-sm.xul
2019-10-27 13:33:26.880 [DEBUG] overlays.jsm: loadOverlay(3)
2019-10-27 13:33:26.880 [DEBUG] overlays.jsm: insertXul(enigmailMessengerOverlay.xul)
2019-10-27 13:33:27.063 [DEBUG] loaded: enigmailMessengerOverlay.xul
2019-10-27 13:33:27.066 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailMessengerOverlay.xul into: chrome://messenger/content/messenger.xul
2019-10-27 13:33:27.179 [DEBUG] overlays.jsm: loadCss(chrome://enigmail/skin/enigmail.css)
2019-10-27 13:33:27.301 [DEBUG] overlays.jsm: loadOverlay(4)
2019-10-27 13:33:27.301 [DEBUG] overlays.jsm: insertXul(enigmailMsgHdrViewOverlay.xul)
2019-10-27 13:33:27.912 [DEBUG] loaded: enigmailMsgHdrViewOverlay.xul
2019-10-27 13:33:27.914 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailMsgHdrViewOverlay.xul into: chrome://messenger/content/messenger.xul
2019-10-27 13:33:27.933 [DEBUG] overlays.jsm: loadOverlay(5)
2019-10-27 13:33:27.933 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-27 13:33:27.937 [DEBUG] enigmailMessengerOverlay.js: Startup
2019-10-27 13:33:27.938 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute Enigmail.msg.viewSecurityInfo(null, true);: oldValue=
2019-10-27 13:33:27.940 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_print')
2019-10-27 13:33:27.940 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_printpreview')
2019-10-27 13:33:27.941 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_print')
2019-10-27 13:33:27.941 [DEBUG] enigmailMessengerOverlay.js: *** UNABLE to override id=button-print
2019-10-27 13:33:27.943 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=Enigmail.msg.msgPrint('cmd_print');
2019-10-27 13:33:27.944 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=Enigmail.msg.msgPrint('cmd_printpreview');
2019-10-27 13:33:27.948 [DEBUG] enigmailMsgHdrViewOverlay.js: this.hdrViewLoad
2019-10-27 13:33:27.949 [DEBUG] enigmailMsgHdrViewOverlay.js: this.msgHdrViewLoad
2019-10-27 13:33:27.949 [DEBUG] enigmailMsgHdrViewOverlay.js: _listener_onStartHeaders
2019-10-27 13:33:27.949 [DEBUG] windows.jsm: getFrame: name=messagepane
2019-10-27 13:33:27.950 [DEBUG] enigmailMsgHdrViewOverlay.js: setWindowCallback
2019-10-27 13:33:27.950 [DEBUG] enigmailMsgHdrViewOverlay.js: _listener_onEndHeaders
2019-10-27 13:33:27.950 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-27 13:33:34.782 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:35.278 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:35.456 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:39.045 [DEBUG] enigmailMessengerOverlay.js: messageFrameUnload
2019-10-27 13:33:39.045 [DEBUG] enigmailMessengerOverlay.js: messageCleanup
2019-10-27 13:33:39.045 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:39.061 [DEBUG] enigmailMsgHdrViewOverlay.js: this.messageUnload
2019-10-27 13:33:41.107 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:41.302 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:41.589 [DEBUG] enigmailMessengerOverlay.js: messageFrameUnload
2019-10-27 13:33:41.589 [DEBUG] enigmailMessengerOverlay.js: messageCleanup
2019-10-27 13:33:41.589 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:45.224 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:45.397 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:45.480 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:48.846 [DEBUG] enigmailMessengerOverlay.js: messageFrameUnload
2019-10-27 13:33:48.846 [DEBUG] enigmailMessengerOverlay.js: messageCleanup
2019-10-27 13:33:48.847 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:49.065 [DEBUG] enigmailMsgHdrViewOverlay.js: _listener_onStartHeaders
2019-10-27 13:33:49.068 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:49.070 [DEBUG] windows.jsm: getFrame: name=messagepane
2019-10-27 13:33:49.072 [DEBUG] enigmailMsgHdrViewOverlay.js: setWindowCallback
2019-10-27 13:33:49.414 [DEBUG] enigmailMsgHdrViewOverlay.js: _listener_onEndHeaders
2019-10-27 13:33:49.415 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-27 13:33:49.416 [DEBUG] pgpmimeHandler.js: PgpMimeHandler()
2019-10-27 13:33:49.421 [DEBUG] core.jsm: svc = [object Object]
2019-10-27 13:33:49.421 [DEBUG] app.jsm: getVersion
2019-10-27 13:33:49.421 [DEBUG] app.jsm: installed version: 2.0.12
2019-10-27 13:33:49.421 [DEBUG] app.jsm: getVersion
2019-10-27 13:33:49.422 [DEBUG] app.jsm: installed version: 2.0.12
2019-10-27 13:33:49.422 [DEBUG] core.jsm: Enigmail.initialize: START
2019-10-27 13:33:49.423 [DEBUG] core.jsm: Enigmail.initialize: Ec.envList = LC_ALL=C,LANG=C,DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,DISPLAY=:0.0,HOME=/home/pi,LOGNAME=pi,PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games,PWD=/home/pi,SHELL=/bin/bash,USER=pi,XAUTHORITY=/home/pi/.Xauthority
2019-10-27 13:33:49.424 [DEBUG] gpgAgent.jsm: setAgentPath()
2019-10-27 13:33:49.424 [DEBUG] gpgAgent.jsm: resetGpgAgent
2019-10-27 13:33:49.424 [DEBUG] gpgAgent.jsm: resolveGpgPath()
2019-10-27 13:33:49.424 [DEBUG] files.jsm: resolvePath: filePath=gpg2;gpg
2019-10-27 13:33:49.427 [DEBUG] files.jsm: resolvePath: checking for /usr/local/sbin/gpg2
2019-10-27 13:33:49.428 [DEBUG] files.jsm: resolvePath: checking for /usr/local/bin/gpg2
2019-10-27 13:33:49.429 [DEBUG] files.jsm: resolvePath: checking for /usr/sbin/gpg2
2019-10-27 13:33:49.430 [DEBUG] files.jsm: resolvePath: checking for /usr/bin/gpg2
2019-10-27 13:33:49.431 [DEBUG] files.jsm: resolvePath: checking for /sbin/gpg2
2019-10-27 13:33:49.432 [DEBUG] files.jsm: resolvePath: checking for /bin/gpg2
2019-10-27 13:33:49.435 [DEBUG] files.jsm: resolvePath: checking for /usr/local/games/gpg2
2019-10-27 13:33:49.437 [DEBUG] files.jsm: resolvePath: checking for /usr/games/gpg2
2019-10-27 13:33:49.437 [DEBUG] files.jsm: resolvePath: checking for /usr/local/sbin/gpg
2019-10-27 13:33:49.438 [DEBUG] files.jsm: resolvePath: checking for /usr/local/bin/gpg
2019-10-27 13:33:49.438 [DEBUG] files.jsm: resolvePath: checking for /usr/sbin/gpg
2019-10-27 13:33:49.438 [DEBUG] files.jsm: resolvePath: checking for /usr/bin/gpg
2019-10-27 13:33:49.439 [CONSOLE] EnigmailAgentPath=/usr/bin/gpg
2019-10-27 13:33:49.441 [DEBUG] gpgAgent.jsm: setAgentPath: calling subprocess with '/usr/bin/gpg'
2019-10-27 13:33:49.442 [CONSOLE] enigmail> /usr/bin/gpg --batch --no-tty --charset utf-8 --display-charset utf-8 --version --version
2019-10-27 13:33:51.584 [DEBUG] enigmail> DONE
2019-10-27 13:33:51.585 [DEBUG] system.jsm: determineSystemCharset
2019-10-27 13:33:51.585 [DEBUG] system.jsm: getUnixCharset
2019-10-27 13:33:51.589 [DEBUG] system.jsm: determineSystemCharset: charset='UTF-8'
2019-10-27 13:33:51.592 [CONSOLE] gpg (GnuPG) 2.2.12
libgcrypt 1.8.4
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
... and did you follow Olav's suggestion in this thread? Everything you can, and all questions we could ask to identify the problem and help you fix it are explained there.
I did and none of those apply to my situation. Search for the following text: parseErrorOutput: status message. You will probably find this message several times. Check what follows below.If the message contains "WARNING: The GNOME keyring manager hijacked the GnuPG agent", then follow the GnuPG guide to disable GNOME keyring.If the message says something like "no pinentry", "problem with the agent", "Invalid IPC response", "problem with gpg-agent" then there is something wrong with your gpg-agent and/or pinentry setup. Follow the guide below. I didnt have. the keyring or invalid ipcI did a search. Nothing .. After parse it says. or before. it says errorhandlingjsm. statusflags = 00400100. return with c.c.errorMsc.c.errorMsg
Alot of. status flag errors
The log file does not contain any attempt to call gpg for signing or decryption. You first need to perform the action that fails, and then create the log file.
I did, but I cut alot of the log file out, because it had my keys in their. Do you want me to send you any part that doesnt have my keys in their or delete the keys, because I have them saved and then run it again?
Your keys are not in the log. The log contains fingerprints of your keys, and maybe email addresses, but your keys as such certainly not. That is, if you clean any email addresses from the log, the log is perfectly fine for uploading.
Here it is:
Enigmail version 2.0.12
OS/CPU=Linux armv7l
Platform=X11
Non-default preference values:
keyCheckResult: {"expiredList":[],"lastCheck":1572395359010}
protectedHeaders: 2
advancedUser: true
configuredVersion: 2.0.12
dom.workers.maxPerDomain: 512
2019-10-29 17:27:34.673 Mozilla Platform: Thunderbird 60.8.0
2019-10-29 17:27:34.672 [DEBUG] keyRing.jsm: EnigmailKeyRing.clearCache
2019-10-29 17:27:34.951 [DEBUG] locale.jsm: loading stringBundle chrome://enigmail/locale/enigmail.properties?0.23288063324514452
2019-10-29 17:27:35.094 [DEBUG] core.jsm: startup()
2019-10-29 17:27:35.095 [DEBUG] prefs.jsm: setDefaultPrefs()
2019-10-29 17:27:35.099 [DEBUG] mimeVerify.jsm: registerContentTypeHandler
2019-10-29 17:27:35.100 [DEBUG] wksMimeHandler.jsm: registerContentTypeHandler()
2019-10-29 17:27:35.123 [DEBUG] filters.jsm: initNewMailListener()
2019-10-29 17:27:35.124 [DEBUG] pEpAdapter.jsm: initialize:
2019-10-29 17:27:35.125 [DEBUG] pEp.jsm: registered log handler
2019-10-29 17:27:35.125 [DEBUG] prefs.jsm: registerPrefObserver(juniorMode)
2019-10-29 17:27:37.894 [DEBUG] core.jsm: startup.continueStartup()
2019-10-29 17:27:37.954 [DEBUG] overlays.jsm: startup()
2019-10-29 17:27:37.971 [DEBUG] overlays.jsm: startup: found window: about:blank
2019-10-29 17:27:51.322 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/messenger.xul)
2019-10-29 17:27:51.324 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-29 17:27:51.324 [DEBUG] overlays.jsm: insertXul(columnOverlay.xul)
2019-10-29 17:27:56.550 [DEBUG] loaded: columnOverlay.xul
2019-10-29 17:27:56.556 [DEBUG] overlays.jsm: injectDOM: gonna stuff: columnOverlay.xul into: chrome://messenger/content/messenger.xul
2019-10-29 17:27:56.575 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-29 17:27:56.577 [DEBUG] overlays.jsm: insertXul(messengerOverlay-tbird.xul)
2019-10-29 17:27:57.089 [DEBUG] loaded: messengerOverlay-tbird.xul
2019-10-29 17:27:57.090 [DEBUG] overlays.jsm: injectDOM: gonna stuff: messengerOverlay-tbird.xul into: chrome://messenger/content/messenger.xul
2019-10-29 17:27:57.093 [DEBUG] overlays.jsm: adding button 'button-enigmail-decrypt to mail-bar3'
2019-10-29 17:27:57.095 [DEBUG] overlays.jsm: loadOverlay(2)
2019-10-29 17:27:57.095 [DEBUG] overlays.jsm: loadOverlay: skipping messengerOverlay-sm.xul
2019-10-29 17:27:57.096 [DEBUG] overlays.jsm: loadOverlay(3)
2019-10-29 17:27:57.096 [DEBUG] overlays.jsm: insertXul(enigmailMessengerOverlay.xul)
2019-10-29 17:27:57.550 [DEBUG] loaded: enigmailMessengerOverlay.xul
2019-10-29 17:27:57.554 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailMessengerOverlay.xul into: chrome://messenger/content/messenger.xul
2019-10-29 17:27:57.692 [DEBUG] overlays.jsm: loadCss(chrome://enigmail/skin/enigmail.css)
2019-10-29 17:27:57.819 [DEBUG] overlays.jsm: loadOverlay(4)
2019-10-29 17:27:57.819 [DEBUG] overlays.jsm: insertXul(enigmailMsgHdrViewOverlay.xul)
2019-10-29 17:27:58.864 [DEBUG] loaded: enigmailMsgHdrViewOverlay.xul
2019-10-29 17:27:58.866 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailMsgHdrViewOverlay.xul into: chrome://messenger/content/messenger.xul
2019-10-29 17:27:58.910 [DEBUG] overlays.jsm: loadOverlay(5)
2019-10-29 17:27:58.911 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-29 17:27:58.912 [DEBUG] enigmailMessengerOverlay.js: Startup
2019-10-29 17:27:58.912 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute Enigmail.msg.viewSecurityInfo(null, true);: oldValue=
2019-10-29 17:27:58.915 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_print')
2019-10-29 17:27:58.916 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_printpreview')
2019-10-29 17:27:58.918 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=goDoCommand('cmd_print')
2019-10-29 17:27:58.918 [DEBUG] enigmailMessengerOverlay.js: *** UNABLE to override id=button-print
2019-10-29 17:27:58.921 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=Enigmail.msg.msgPrint('cmd_print');
2019-10-29 17:27:58.924 [DEBUG] enigmailMessengerOverlay.js: overrideAttribute oncommand: oldValue=Enigmail.msg.msgPrint('cmd_printpreview');
2019-10-29 17:27:58.945 [DEBUG] enigmailMsgHdrViewOverlay.js: this.hdrViewLoad
2019-10-29 17:27:58.945 [DEBUG] enigmailMsgHdrViewOverlay.js: this.msgHdrViewLoad
2019-10-29 17:27:58.946 [DEBUG] enigmailMsgHdrViewOverlay.js: _listener_onStartHeaders
2019-10-29 17:27:58.949 [DEBUG] windows.jsm: getFrame: name=messagepane
2019-10-29 17:27:58.951 [DEBUG] enigmailMsgHdrViewOverlay.js: setWindowCallback
2019-10-29 17:27:58.951 [DEBUG] enigmailMsgHdrViewOverlay.js: _listener_onEndHeaders
2019-10-29 17:27:58.953 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-29 17:28:02.810 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:28:03.232 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:28:03.328 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:28:07.873 [DEBUG] app.jsm: getVersion
2019-10-29 17:28:07.874 [DEBUG] app.jsm: installed version: 2.0.12
2019-10-29 17:28:07.882 [DEBUG] core.jsm: svc = [object Object]
2019-10-29 17:28:07.883 [DEBUG] app.jsm: getVersion
2019-10-29 17:28:07.883 [DEBUG] app.jsm: installed version: 2.0.12
2019-10-29 17:28:07.884 [DEBUG] app.jsm: getVersion
2019-10-29 17:28:07.884 [DEBUG] app.jsm: installed version: 2.0.12
2019-10-29 17:28:07.884 [DEBUG] core.jsm: Enigmail.initialize: START
2019-10-29 17:28:07.889 [DEBUG] core.jsm: Enigmail.initialize: Ec.envList = LC_ALL=C,LANG=C,DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,DISPLAY=:0.0,HOME=/home/pi,LOGNAME=pi,PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games,PWD=/home/pi,SHELL=/bin/bash,USER=pi,XAUTHORITY=/home/pi/.Xauthority
2019-10-29 17:28:07.890 [DEBUG] gpgAgent.jsm: setAgentPath()
2019-10-29 17:28:07.891 [DEBUG] gpgAgent.jsm: resetGpgAgent
2019-10-29 17:28:07.892 [DEBUG] gpgAgent.jsm: resolveGpgPath()
2019-10-29 17:28:07.893 [DEBUG] files.jsm: resolvePath: filePath=gpg2;gpg
2019-10-29 17:28:07.898 [DEBUG] files.jsm: resolvePath: checking for /usr/local/sbin/gpg2
2019-10-29 17:28:07.898 [DEBUG] files.jsm: resolvePath: checking for /usr/local/bin/gpg2
2019-10-29 17:28:07.899 [DEBUG] files.jsm: resolvePath: checking for /usr/sbin/gpg2
2019-10-29 17:28:07.900 [DEBUG] files.jsm: resolvePath: checking for /usr/bin/gpg2
2019-10-29 17:28:07.902 [DEBUG] files.jsm: resolvePath: checking for /sbin/gpg2
2019-10-29 17:28:07.903 [DEBUG] files.jsm: resolvePath: checking for /bin/gpg2
2019-10-29 17:28:07.903 [DEBUG] files.jsm: resolvePath: checking for /usr/local/games/gpg2
2019-10-29 17:28:07.903 [DEBUG] files.jsm: resolvePath: checking for /usr/games/gpg2
2019-10-29 17:28:07.903 [DEBUG] files.jsm: resolvePath: checking for /usr/local/sbin/gpg
2019-10-29 17:28:07.904 [DEBUG] files.jsm: resolvePath: checking for /usr/local/bin/gpg
2019-10-29 17:28:07.904 [DEBUG] files.jsm: resolvePath: checking for /usr/sbin/gpg
2019-10-29 17:28:07.904 [DEBUG] files.jsm: resolvePath: checking for /usr/bin/gpg
2019-10-29 17:28:07.905 [CONSOLE] EnigmailAgentPath=/usr/bin/gpg
2019-10-29 17:28:07.907 [DEBUG] gpgAgent.jsm: setAgentPath: calling subprocess with '/usr/bin/gpg'
2019-10-29 17:28:07.908 [CONSOLE] enigmail> /usr/bin/gpg --batch --no-tty --charset utf-8 --display-charset utf-8 --version --version
2019-10-29 17:28:09.001 [DEBUG] enigmailMessengerOverlay.js: messageFrameUnload
2019-10-29 17:28:09.002 [DEBUG] enigmailMessengerOverlay.js: messageCleanup
2019-10-29 17:28:09.003 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:28:09.009 [DEBUG] enigmailMsgHdrViewOverlay.js: this.messageUnload
2019-10-29 17:28:12.784 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:28:12.925 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:28:13.265 [DEBUG] enigmailMessengerOverlay.js: messageFrameUnload
2019-10-29 17:28:13.265 [DEBUG] enigmailMessengerOverlay.js: messageCleanup
2019-10-29 17:28:13.266 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:28:14.838 [DEBUG] enigmail> DONE
2019-10-29 17:28:14.838 [DEBUG] system.jsm: determineSystemCharset
2019-10-29 17:28:14.839 [DEBUG] system.jsm: getUnixCharset
2019-10-29 17:28:14.843 [DEBUG] system.jsm: determineSystemCharset: charset='UTF-8'
2019-10-29 17:28:14.845 [CONSOLE] gpg (GnuPG) 2.2.12
libgcrypt 1.8.4
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <" original_font_attr="-1" original_line_height_attr="" style="">https://gnu.org/licenses/gpl.html>;
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: /home/pi/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
2019-10-29 17:28:14.849 [DEBUG] gpgAgent.jsm: detected GnuPG version '2.2.12'
2019-10-29 17:28:14.856 [DEBUG] gpgAgent.jsm: checkGpgHomeDir:
2019-10-29 17:28:14.856 [DEBUG] gpgAgent.jsm: getGpgHomeDir: calling subprocess with '/usr/bin/gpgconf'
2019-10-29 17:28:14.857 [CONSOLE] enigmail> /usr/bin/gpgconf --list-dirs
2019-10-29 17:28:16.053 [DEBUG] gpgAgent.jsm: checkGpgHomeDir: got homedir = '/home/pi/.gnupg'
2019-10-29 17:28:16.059 [DEBUG] gpgAgent.jsm: setAgentPath: gpgconf found: yes
2019-10-29 17:28:16.059 [DEBUG] gpgAgent.jsm: detectGpgAgent
2019-10-29 17:28:16.072 [DEBUG] gpgAgent.jsm: detectGpgAgent: GPG_AGENT_INFO variable available
2019-10-29 17:28:16.073 [DEBUG] gpgAgent.jsm: detectGpgAgent: GPG_AGENT_INFO='/run/user/1000/gnupg/S.gpg-agent:0:1'
2019-10-29 17:28:16.154 [DEBUG] keyRefreshService.jsm: Started
2019-10-29 17:28:16.156 [DEBUG] openpgp.jsm: initialize()
2019-10-29 17:28:16.310 [DEBUG] keyRing.jsm: loadKeyList( null)
2019-10-29 17:28:16.310 [DEBUG] keyRing.jsm: obtainKeyList
2019-10-29 17:28:16.311 execution.jsm: execStart: command = /usr/bin/gpg --charset utf-8 --display-charset utf-8 --no-auto-check-trustdb --batch --no-tty --no-verbose --status-fd 2 --with-fingerprint --fixed-list-mode --with-colons --list-keys, needPassphrase=false, domWindow=undefined, listener=[object Object]
2019-10-29 17:28:16.312 [CONSOLE] enigmail> /usr/bin/gpg --charset utf-8 --display-charset utf-8 --no-auto-check-trustdb --batch --no-tty --no-verbose --status-fd 2 --with-fingerprint --fixed-list-mode --with-colons --list-keys
2019-10-29 17:28:16.316 [DEBUG] enigmail> DONE
2019-10-29 17:28:16.716 [DEBUG] keyRing.jsm: loadKeyList: got pubkey lines: 58
2019-10-29 17:28:16.724 [DEBUG] keyRing.jsm: obtainKeyList
2019-10-29 17:28:16.727 execution.jsm: execStart: command = /usr/bin/gpg --charset utf-8 --display-charset utf-8 --no-auto-check-trustdb --batch --no-tty --no-verbose --status-fd 2 --with-fingerprint --fixed-list-mode --with-colons --list-secret-keys, needPassphrase=false, domWindow=undefined, listener=[object Object]
2019-10-29 17:28:16.728 [CONSOLE] enigmail> /usr/bin/gpg --charset utf-8 --display-charset utf-8 --no-auto-check-trustdb --batch --no-tty --no-verbose --status-fd 2 --with-fingerprint --fixed-list-mode --with-colons --list-secret-keys
2019-10-29 17:28:16.743 [DEBUG] enigmail> DONE
2019-10-29 17:28:18.325 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:28:18.409 [DEBUG] keyRing.jsm: loadKeyList: got seckey lines: 15
2019-10-29 17:28:18.409 [DEBUG] keyRing.jsm: createAndSortKeyList()
2019-10-29 17:28:18.996 [DEBUG] keyRing.jsm: getKeyById: ED3CC85681EB66BA
2019-10-29 17:28:18.999 [DEBUG] keyRing.jsm: getKeyById: 0E580B7A8B01630C
2019-10-29 17:28:19.001 [DEBUG] keyRing.jsm: runKeyUsabilityCheck()
2019-10-29 17:28:19.019 [DEBUG] keyRefreshService.jsm: Wait time = random number: 3249418602 % max time for refresh: 13090909
2019-10-29 17:28:19.020 [DEBUG] keyRefreshService.jsm: Time until next refresh in milliseconds: 2873170
2019-10-29 17:28:19.024 [DEBUG] core.jsm: Enigmail.initialize: END
2019-10-29 17:28:19.024 [DEBUG] core.jsm: getService: last used version: 2.0.12
2019-10-29 17:28:19.025 [DEBUG] app.jsm: getVersion
2019-10-29 17:28:19.025 [DEBUG] app.jsm: installed version: 2.0.12
2019-10-29 17:28:19.353 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/AccountManager.xul)
2019-10-29 17:28:19.353 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-29 17:28:19.353 [DEBUG] overlays.jsm: insertXul(accountManagerOverlay.xul)
2019-10-29 17:28:19.593 [DEBUG] loaded: accountManagerOverlay.xul
2019-10-29 17:28:19.596 [DEBUG] overlays.jsm: injectDOM: gonna stuff: accountManagerOverlay.xul into: chrome://messenger/content/AccountManager.xul
2019-10-29 17:28:19.602 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-29 17:28:19.602 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-29 17:28:19.605 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-29 17:28:33.904 [DEBUG] am-enigprefs.js: onPreInit()
2019-10-29 17:28:33.904 [DEBUG] overlays.jsm: insertXul(enigmailEditIdentity.xul)
2019-10-29 17:28:33.906 [DEBUG] am-enigprefs.js: onInit()
2019-10-29 17:28:33.923 [DEBUG] loaded: enigmailEditIdentity.xul
2019-10-29 17:28:33.925 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailEditIdentity.xul into: chrome://enigmail/content/am-enigprefs.xul
2019-10-29 17:28:34.011 [DEBUG] am-enigprefs.js: onPreInit: XUL inserted
2019-10-29 17:28:34.012 [DEBUG] am-enigprefs.js: performInit()
2019-10-29 17:28:34.014 [DEBUG] enigmailEditIdentity.js: onInit()
2019-10-29 17:28:34.015 [DEBUG] funcs.jsm: collapseAdvanced:
2019-10-29 17:28:44.308 [DEBUG] enigmailCommon.js: EnigInitCommon: id=enigmailAdvancedIdentityDlg
2019-10-29 17:28:47.514 [DEBUG] windows.js: openPrefWindow
2019-10-29 17:28:47.691 [DEBUG] enigmailCommon.js: EnigInitCommon: id=pref-enigmail
2019-10-29 17:28:48.125 [DEBUG] pref-enigmail.js: prefOnLoad()
2019-10-29 17:28:48.125 [DEBUG] pref-enigmail.js displayPrefs
2019-10-29 17:28:48.126 [DEBUG] pref-enigmail.js displayPrefs: agentPath=
2019-10-29 17:28:48.127 [DEBUG] pref-enigmail.js displayPrefs: keepSettingsForReply=true
2019-10-29 17:28:48.128 [DEBUG] pref-enigmail.js displayPrefs: wrapHtmlBeforeSend=true
2019-10-29 17:28:48.128 [DEBUG] pref-enigmail.js displayPrefs: doubleDashSeparator=true
2019-10-29 17:28:48.132 [DEBUG] pref-enigmail.js displayPrefs: acceptedKeys=1
2019-10-29 17:28:48.144 [DEBUG] pref-enigmail.js displayPrefs: keyserver=hkps://keys.openpgp.org, hkps://keys.mailvelope.com, hkps://hkps.pool.sks-keyservers.net
2019-10-29 17:28:48.149 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByRules=true
2019-10-29 17:28:48.150 [DEBUG] pref-enigmail.js displayPrefs: agentAdditionalParam=
2019-10-29 17:28:48.153 [DEBUG] pref-enigmail.js displayPrefs: advancedUser=true
2019-10-29 17:28:48.154 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyAlways=false
2019-10-29 17:28:48.154 [DEBUG] pref-enigmail.js displayPrefs: hushMailSupport=false
2019-10-29 17:28:48.165 [DEBUG] pref-enigmail.js displayPrefs: useDefaultComment=true
2019-10-29 17:28:48.166 [DEBUG] pref-enigmail.js displayPrefs: confirmBeforeSending=0
2019-10-29 17:28:48.166 [DEBUG] pref-enigmail.js displayPrefs: autoKeyServerSelection=true
2019-10-29 17:28:48.167 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyIfMissing=true
2019-10-29 17:28:48.170 [DEBUG] pref-enigmail.js displayPrefs: autoSendEncrypted=1
2019-10-29 17:28:48.174 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByEmailAddr=true
2019-10-29 17:28:48.175 [DEBUG] pref-enigmail.js displayPrefs: autoKeyRetrieve=
2019-10-29 17:28:48.176 [DEBUG] pref-enigmail.js displayPrefs: encryptionModel=0
2019-10-29 17:28:48.180 [DEBUG] gpgAgent.jsm: isAgentTypeGpgAgent:
2019-10-29 17:28:48.363 [DEBUG] gpgAgent.jsm: isAgentTypeGpgAgent: pid=23713
2019-10-29 17:28:48.363 [DEBUG] gpgAgent.jsm: isCmdGpgAgent:
2019-10-29 17:28:48.364 [DEBUG] files.jsm: resolvePath: filePath=ps
2019-10-29 17:28:48.364 [DEBUG] files.jsm: resolvePath: checking for /usr/local/sbin/ps
2019-10-29 17:28:48.364 [DEBUG] files.jsm: resolvePath: checking for /usr/local/bin/ps
2019-10-29 17:28:48.365 [DEBUG] files.jsm: resolvePath: checking for /usr/sbin/ps
2019-10-29 17:28:48.365 [DEBUG] files.jsm: resolvePath: checking for /usr/bin/ps
2019-10-29 17:28:48.365 [DEBUG] files.jsm: resolvePath: checking for /sbin/ps
2019-10-29 17:28:48.365 [DEBUG] files.jsm: resolvePath: checking for /bin/ps
2019-10-29 17:28:48.514 [DEBUG] gpgAgent.jsm: isCmdGpgAgent: got data: 'COMMAND
gpg-agent
'
2019-10-29 17:28:48.517 [DEBUG] gpgAgent.jsm: isCmdGpgAgent:
2019-10-29 17:28:48.518 [DEBUG] files.jsm: resolvePath: filePath=ps
2019-10-29 17:28:48.522 [DEBUG] files.jsm: resolvePath: checking for /usr/local/sbin/ps
2019-10-29 17:28:48.523 [DEBUG] files.jsm: resolvePath: checking for /usr/local/bin/ps
2019-10-29 17:28:48.524 [DEBUG] files.jsm: resolvePath: checking for /usr/sbin/ps
2019-10-29 17:28:48.528 [DEBUG] files.jsm: resolvePath: checking for /usr/bin/ps
2019-10-29 17:28:48.530 [DEBUG] files.jsm: resolvePath: checking for /sbin/ps
2019-10-29 17:28:48.532 [DEBUG] files.jsm: resolvePath: checking for /bin/ps
2019-10-29 17:28:48.941 [DEBUG] gpgAgent.jsm: isCmdGpgAgent: got data: 'COMMAND
gpg-agent
'
2019-10-29 17:28:48.941 [DEBUG] gpgAgent.jsm: getAgentMaxIdle:
2019-10-29 17:28:49.298 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Monitor:1:0:Options controlling the diagnostic output:0:0::::
2019-10-29 17:28:49.299 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: verbose:12:0:verbose:0:0::::
2019-10-29 17:28:49.299 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: quiet:8:0:be somewhat more quiet:0:0::::
2019-10-29 17:28:49.299 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Configuration:1:0:Options controlling the configuration:0:0::::
2019-10-29 17:28:49.300 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: disable-scdaemon:8:1:do not use the SCdaemon:0:0::::
2019-10-29 17:28:49.300 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: enable-ssh-support:0:0:enable ssh support:0:0::::
2019-10-29 17:28:49.300 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: ssh-fingerprint-digest:24:2:use ALGO to show ssh fingerprints:1:1:ALGO:"md5::
2019-10-29 17:28:49.300 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: enable-extended-key-format:8:3::0:0::::
2019-10-29 17:28:49.300 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Debug:1:1:Options useful for debugging:0:0::::
2019-10-29 17:28:49.300 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: debug-level:26:1:set the debugging level to LEVEL:1:1:LEVEL:"none::
2019-10-29 17:28:49.300 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: log-"expiredList":[],"lastCheck":1572395359010}
2019-10-29 17:29:19.017 [DEBUG] keyUsability.jsm: checkOwnertrust
2019-10-29 17:29:19.017 [DEBUG] keyUsability.jsm: keyOwnerTrustCheck()
2019-10-29 17:29:19.017 [DEBUG] keyUsability.jsm: getKeysSpecForIdentities()
2019-10-29 17:29:19.019 [DEBUG] keyUsability.jsm: getOwnerTrustForKeySpec()
2019-10-29 17:29:19.020 [DEBUG] keyRing.jsm: getKeyById: 0x0E580B7A8B01630C
2019-10-29 17:29:21.515 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/AccountManager.xul)
2019-10-29 17:29:21.516 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-29 17:29:21.516 [DEBUG] overlays.jsm: insertXul(accountManagerOverlay.xul)
2019-10-29 17:29:21.860 [DEBUG] loaded: accountManagerOverlay.xul
2019-10-29 17:29:21.861 [DEBUG] overlays.jsm: injectDOM: gonna stuff: accountManagerOverlay.xul into: chrome://messenger/content/AccountManager.xul
2019-10-29 17:29:21.862 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-29 17:29:21.863 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-29 17:29:21.864 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-29 17:30:25.896 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/am-identity-edit.xul)
2019-10-29 17:30:25.896 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-29 17:30:25.896 [DEBUG] overlays.jsm: insertXul(enigmailAmIdEditOverlay.xul)
2019-10-29 17:30:26.536 [DEBUG] loaded: enigmailAmIdEditOverlay.xul
2019-10-29 17:30:26.538 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailAmIdEditOverlay.xul into: chrome://messenger/content/am-identity-edit.xul
2019-10-29 17:30:26.553 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-29 17:30:26.554 [DEBUG] overlays.jsm: insertXul(enigmailEditIdentity.xul)
2019-10-29 17:30:26.640 [DEBUG] loaded: enigmailEditIdentity.xul
2019-10-29 17:30:26.642 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailEditIdentity.xul into: chrome://messenger/content/am-identity-edit.xul
2019-10-29 17:30:26.776 [DEBUG] overlays.jsm: loadOverlay(2)
2019-10-29 17:30:26.776 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-29 17:30:26.777 [DEBUG] enigmailEditIdentity.js: onLoadEditor()
2019-10-29 17:30:26.782 [DEBUG] enigmailEditIdentity.js: onInit()
2019-10-29 17:30:26.782 [DEBUG] funcs.jsm: collapseAdvanced:
2019-10-29 17:30:26.798 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-29 17:30:37.092 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/am-identity-edit.xul)
2019-10-29 17:30:37.093 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-29 17:30:37.094 [DEBUG] overlays.jsm: insertXul(enigmailAmIdEditOverlay.xul)
2019-10-29 17:30:37.840 [DEBUG] loaded: enigmailAmIdEditOverlay.xul
2019-10-29 17:30:37.841 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailAmIdEditOverlay.xul into: chrome://messenger/content/am-identity-edit.xul
2019-10-29 17:30:37.853 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-29 17:30:37.853 [DEBUG] overlays.jsm: insertXul(enigmailEditIdentity.xul)
2019-10-29 17:30:37.906 [DEBUG] loaded: enigmailEditIdentity.xul
2019-10-29 17:30:37.923 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailEditIdentity.xul into: chrome://messenger/content/am-identity-edit.xul
2019-10-29 17:30:38.062 [DEBUG] overlays.jsm: loadOverlay(2)
2019-10-29 17:30:38.063 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-29 17:30:38.063 [DEBUG] enigmailEditIdentity.js: onLoadEditor()
2019-10-29 17:30:38.071 [DEBUG] enigmailEditIdentity.js: onInit()
2019-10-29 17:30:38.072 [DEBUG] funcs.jsm: collapseAdvanced:
2019-10-29 17:30:38.087 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-29 17:31:04.177 [DEBUG] windows.js: openPrefWindow
2019-10-29 17:31:04.369 [DEBUG] enigmailCommon.js: EnigInitCommon: id=pref-enigmail
2019-10-29 17:31:04.790 [DEBUG] pref-enigmail.js: prefOnLoad()
2019-10-29 17:31:04.793 [DEBUG] pref-enigmail.js displayPrefs
2019-10-29 17:31:04.797 [DEBUG] pref-enigmail.js displayPrefs: agentPath=
2019-10-29 17:31:04.802 [DEBUG] pref-enigmail.js displayPrefs: keepSettingsForReply=true
2019-10-29 17:31:04.806 [DEBUG] pref-enigmail.js displayPrefs: wrapHtmlBeforeSend=true
2019-10-29 17:31:04.809 [DEBUG] pref-enigmail.js displayPrefs: doubleDashSeparator=true
2019-10-29 17:31:04.810 [DEBUG] pref-enigmail.js displayPrefs: acceptedKeys=1
2019-10-29 17:31:04.815 [DEBUG] pref-enigmail.js displayPrefs: keyserver=hkps://keys.openpgp.org, hkps://keys.mailvelope.com, hkps://hkps.pool.sks-keyservers.net
2019-10-29 17:31:04.818 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByRules=true
2019-10-29 17:31:04.819 [DEBUG] pref-enigmail.js displayPrefs: agentAdditionalParam=
2019-10-29 17:31:04.820 [DEBUG] pref-enigmail.js displayPrefs: advancedUser=true
2019-10-29 17:31:04.821 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyAlways=false
2019-10-29 17:31:04.821 [DEBUG] pref-enigmail.js displayPrefs: hushMailSupport=false
2019-10-29 17:31:04.821 [DEBUG] pref-enigmail.js displayPrefs: useDefaultComment=true
2019-10-29 17:31:04.822 [DEBUG] pref-enigmail.js displayPrefs: confirmBeforeSending=0
2019-10-29 17:31:04.822 [DEBUG] pref-enigmail.js displayPrefs: autoKeyServerSelection=true
2019-10-29 17:31:04.823 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyIfMissing=true
2019-10-29 17:31:04.823 [DEBUG] pref-enigmail.js displayPrefs: autoSendEncrypted=1
2019-10-29 17:31:04.823 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByEmailAddr=true
2019-10-29 17:31:04.824 [DEBUG] pref-enigmail.js displayPrefs: autoKeyRetrieve=
2019-10-29 17:31:04.824 [DEBUG] pref-enigmail.js displayPrefs: encryptionModel=0
2019-10-29 17:31:04.826 [DEBUG] gpgAgent.jsm: isAgentTypeGpgAgent:
2019-10-29 17:31:04.826 [DEBUG] gpgAgent.jsm: getAgentMaxIdle:
2019-10-29 17:31:04.953 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Monitor:1:0:Options controlling the diagnostic output:0:0::::
2019-10-29 17:31:04.953 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: verbose:12:0:verbose:0:0::::
2019-10-29 17:31:04.953 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: quiet:8:0:be somewhat more quiet:0:0::::
2019-10-29 17:31:04.953 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Configuration:1:0:Options controlling the configuration:0:0::::
2019-10-29 17:31:04.953 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: disable-scdaemon:8:1:do not use the SCdaemon:0:0::::
2019-10-29 17:31:04.954 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: enable-ssh-support:0:0:enable ssh support:0:0::::
2019-10-29 17:31:04.954 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: ssh-fingerprint-digest:24:2:use ALGO to show ssh fingerprints:1:1:ALGO:"md5::
2019-10-29 17:31:04.954 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: enable-extended-key-format:8:3::0:0::::
2019-10-29 17:31:04.954 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Debug:1:1:Options useful for debugging:0:0::::
2019-10-29 17:31:04.954 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: debug-level:26:1:set the debugging level to LEVEL:1:1:LEVEL:"none::
2019-10-29 17:31:04.954 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: log-"md5::
2019-10-29 17:31:07.911 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: enable-extended-key-format:8:3::0:0::::
2019-10-29 17:31:07.911 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Debug:1:1:Options useful for debugging:0:0::::
2019-10-29 17:31:07.911 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: debug-level:26:1:set the debugging level to LEVEL:1:1:LEVEL:"none::
2019-10-29 17:31:07.911 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: log-"md5::
2019-10-29 17:31:09.013 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: enable-extended-key-format:8:3::0:0::::
2019-10-29 17:31:09.013 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Debug:1:1:Options useful for debugging:0:0::::
2019-10-29 17:31:09.015 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: debug-level:26:1:set the debugging level to LEVEL:1:1:LEVEL:"none::
2019-10-29 17:31:09.015 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: log-"md5::
2019-10-29 17:36:04.003 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: enable-extended-key-format:8:3::0:0::::
2019-10-29 17:36:04.003 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Debug:1:1:Options useful for debugging:0:0::::
2019-10-29 17:36:04.003 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: debug-level:26:1:set the debugging level to LEVEL:1:1:LEVEL:"none::
2019-10-29 17:36:04.003 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: log-file:8:1:write server mode logs to FILE:32:1:FILE:::
2019-10-29 17:36:04.003 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: Security:1:0:Options controlling the security:0:0::::
2019-10-29 17:36:04.003 [DEBUG] gpgAgent.jsm: getAgentMaxIdle: line: default-cache-ttl:24:0:expire cached PINs after N seconds:3:3:N:600::
2019-10-29 17:36:04.005 [DEBUG] funcs.jsm: collapseAdvanced:
2019-10-29 17:36:04.005 [DEBUG] funcs.jsm: collapseAdvanced:
2019-10-29 17:36:04.007 [DEBUG] pref-enigmail.js: resetSendingPrefsConvenient()
2019-10-29 17:36:04.007 [DEBUG] prefs.jsm: setPref: encryptionModel, 0
2019-10-29 17:36:04.007 [DEBUG] prefs.jsm: setPref: keepSettingsForReply, true
2019-10-29 17:36:04.007 [DEBUG] prefs.jsm: setPref: acceptedKeys, 1
2019-10-29 17:36:04.008 [DEBUG] prefs.jsm: setPref: autoSendEncrypted, 1
2019-10-29 17:36:04.008 [DEBUG] prefs.jsm: setPref: confirmBeforeSending, 0
2019-10-29 17:36:04.008 [DEBUG] enigmailCommon.js: EnigDisplayRadioPref: acceptedKeys, 1
2019-10-29 17:36:04.008 [DEBUG] enigmailCommon.js: EnigDisplayRadioPref: autoSendEncrypted, 1
2019-10-29 17:36:04.009 [DEBUG] enigmailCommon.js: EnigDisplayRadioPref: confirmBeforeSending, 0
2019-10-29 17:36:04.010 [DEBUG] pref-enigmail.js displayPrefs
2019-10-29 17:36:04.014 [DEBUG] pref-enigmail.js displayPrefs: agentPath=
2019-10-29 17:36:04.015 [DEBUG] pref-enigmail.js displayPrefs: keepSettingsForReply=true
2019-10-29 17:36:04.016 [DEBUG] pref-enigmail.js displayPrefs: wrapHtmlBeforeSend=true
2019-10-29 17:36:04.018 [DEBUG] pref-enigmail.js displayPrefs: doubleDashSeparator=true
2019-10-29 17:36:04.020 [DEBUG] pref-enigmail.js displayPrefs: acceptedKeys=1
2019-10-29 17:36:04.024 [DEBUG] pref-enigmail.js displayPrefs: keyserver=hkps://keys.openpgp.org, hkps://keys.mailvelope.com, hkps://hkps.pool.sks-keyservers.net
2019-10-29 17:36:04.025 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByRules=true
2019-10-29 17:36:04.027 [DEBUG] pref-enigmail.js displayPrefs: agentAdditionalParam=
2019-10-29 17:36:04.028 [DEBUG] pref-enigmail.js displayPrefs: advancedUser=true
2019-10-29 17:36:04.028 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyAlways=false
2019-10-29 17:36:04.029 [DEBUG] pref-enigmail.js displayPrefs: hushMailSupport=false
2019-10-29 17:36:04.031 [DEBUG] pref-enigmail.js displayPrefs: useDefaultComment=true
2019-10-29 17:36:04.032 [DEBUG] pref-enigmail.js displayPrefs: confirmBeforeSending=0
2019-10-29 17:36:04.033 [DEBUG] pref-enigmail.js displayPrefs: autoKeyServerSelection=true
2019-10-29 17:36:04.034 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyIfMissing=true
2019-10-29 17:36:04.035 [DEBUG] pref-enigmail.js displayPrefs: autoSendEncrypted=1
2019-10-29 17:36:04.036 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByEmailAddr=true
2019-10-29 17:36:04.037 [DEBUG] pref-enigmail.js displayPrefs: autoKeyRetrieve=
2019-10-29 17:36:04.038 [DEBUG] pref-enigmail.js displayPrefs: encryptionModel=0
2019-10-29 17:36:30.628 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/AccountManager.xul)
2019-10-29 17:36:30.628 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-29 17:36:30.628 [DEBUG] overlays.jsm: insertXul(accountManagerOverlay.xul)
2019-10-29 17:36:30.766 [DEBUG] loaded: accountManagerOverlay.xul
2019-10-29 17:36:30.767 [DEBUG] overlays.jsm: injectDOM: gonna stuff: accountManagerOverlay.xul into: chrome://messenger/content/AccountManager.xul
2019-10-29 17:36:30.769 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-29 17:36:30.769 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-29 17:36:30.771 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-29 17:37:05.987 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:37:06.054 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:37:06.097 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:37:08.247 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:37:43.212 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/preferences/preferences.xul)
2019-10-29 17:37:43.213 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-29 17:37:43.213 [DEBUG] overlays.jsm: insertXul(enigmailPrivacyOverlay.xul)
2019-10-29 17:37:43.623 [DEBUG] loaded: enigmailPrivacyOverlay.xul
2019-10-29 17:37:43.623 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailPrivacyOverlay.xul into: chrome://messenger/content/preferences/preferences.xul
2019-10-29 17:37:43.638 [DEBUG] overlays.jsm: loadCss(chrome://enigmail/skin/enigmail.css)
2019-10-29 17:37:43.650 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-29 17:37:43.652 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-29 17:37:43.653 [DEBUG] enigmailPrivacyOverlay.js: initJuniorMode()
2019-10-29 17:37:43.660 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-29 17:37:43.988 [DEBUG] pEpAdapter: isPepAvailable()
2019-10-29 17:37:43.988 [DEBUG] pEpAdapter: getPepMiniDesktopAdapterBinaryFile()
2019-10-29 17:37:43.989 [DEBUG] files.jsm: resolvePath: filePath=pep-json-server
2019-10-29 17:37:43.989 [DEBUG] files.jsm: resolvePath: checking for /usr/local/sbin/pep-json-server
2019-10-29 17:37:43.990 [DEBUG] files.jsm: resolvePath: checking for /usr/local/bin/pep-json-server
2019-10-29 17:37:43.990 [DEBUG] files.jsm: resolvePath: checking for /usr/sbin/pep-json-server
2019-10-29 17:37:43.990 [DEBUG] files.jsm: resolvePath: checking for /usr/bin/pep-json-server
2019-10-29 17:37:43.990 [DEBUG] files.jsm: resolvePath: checking for /sbin/pep-json-server
2019-10-29 17:37:43.991 [DEBUG] files.jsm: resolvePath: checking for /bin/pep-json-server
2019-10-29 17:37:43.992 [DEBUG] files.jsm: resolvePath: checking for /usr/local/games/pep-json-server
2019-10-29 17:37:43.992 [DEBUG] files.jsm: resolvePath: checking for /usr/games/pep-json-server
2019-10-29 17:37:43.993 [DEBUG] files.jsm: resolvePath: filePath=pep-json-server
2019-10-29 17:37:43.993 [DEBUG] files.jsm: resolvePath: checking for /home/pi/.thunderbird/nazaed5v.default/pepmda/bin/pep-json-server
2019-10-29 17:37:44.062 [DEBUG] pEpAdapter.jsm: isPepAvailable: got version ''
2019-10-29 17:37:44.067 [DEBUG] pEp.jsm: setAdapterApiVersion(0.10.0)
2019-10-29 17:37:44.068 [DEBUG] pEpAdapter.jsm: isPepAvailable() = false
2019-10-29 17:38:05.232 [DEBUG] pEpAdapter.jsm: isPepAvailable() = false
2019-10-29 17:38:53.407 [DEBUG] enigmailMessengerOverlay.js: setAttachmentReveal
2019-10-29 17:39:20.321 [DEBUG] overlays.jsm: setupUI(chrome://messenger/content/addressbook/addressbook.xul)
2019-10-29 17:39:20.321 [DEBUG] overlays.jsm: loadOverlay(0)
2019-10-29 17:39:20.322 [DEBUG] overlays.jsm: insertXul(enigmailAbCardViewOverlay.xul)
2019-10-29 17:39:20.713 [DEBUG] loaded: enigmailAbCardViewOverlay.xul
2019-10-29 17:39:20.713 [DEBUG] overlays.jsm: injectDOM: gonna stuff: enigmailAbCardViewOverlay.xul into: chrome://messenger/content/addressbook/addressbook.xul
2019-10-29 17:39:20.716 [DEBUG] overlays.jsm: injectDOM: no target for vbox, not inserting
2019-10-29 17:39:20.716 [DEBUG] overlays.jsm: loadCss(chrome://enigmail/skin/enigmail.css)
2019-10-29 17:39:20.729 [DEBUG] overlays.jsm: loadOverlay(1)
2019-10-29 17:39:20.729 [DEBUG] overlays.jsm: loadOverlay: completed
2019-10-29 17:39:20.729 [DEBUG] overlays.jsm: loadOverlay: event completed
2019-10-29 17:39:34.642 [DEBUG] pref-enigmail.js: prefOnAccept
2019-10-29 17:39:34.644 [DEBUG] pref-enigmail.js displayPrefs
2019-10-29 17:39:34.646 [DEBUG] pref-enigmail.js displayPrefs: agentPath=
2019-10-29 17:39:34.647 [DEBUG] prefs.jsm: setPref: agentPath,
2019-10-29 17:39:34.647 [DEBUG] pref-enigmail.js displayPrefs: keepSettingsForReply=true
2019-10-29 17:39:34.647 [DEBUG] prefs.jsm: setPref: keepSettingsForReply, true
2019-10-29 17:39:34.647 [DEBUG] pref-enigmail.js displayPrefs: wrapHtmlBeforeSend=true
2019-10-29 17:39:34.648 [DEBUG] prefs.jsm: setPref: wrapHtmlBeforeSend, true
2019-10-29 17:39:34.648 [DEBUG] pref-enigmail.js displayPrefs: doubleDashSeparator=true
2019-10-29 17:39:34.649 [DEBUG] prefs.jsm: setPref: doubleDashSeparator, true
2019-10-29 17:39:34.649 [DEBUG] pref-enigmail.js displayPrefs: acceptedKeys=1
2019-10-29 17:39:34.649 [DEBUG] prefs.jsm: setPref: acceptedKeys, 01
2019-10-29 17:39:34.649 [DEBUG] pref-enigmail.js displayPrefs: keyserver=hkps://keys.openpgp.org, hkps://keys.mailvelope.com, hkps://hkps.pool.sks-keyservers.net
2019-10-29 17:39:34.649 [DEBUG] prefs.jsm: setPref: keyserver, hkps://keys.openpgp.org, hkps://keys.mailvelope.com, hkps://hkps.pool.sks-keyservers.net
2019-10-29 17:39:34.650 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByRules=true
2019-10-29 17:39:34.650 [DEBUG] prefs.jsm: setPref: assignKeysByRules, true
2019-10-29 17:39:34.650 [DEBUG] pref-enigmail.js displayPrefs: agentAdditionalParam=
2019-10-29 17:39:34.650 [DEBUG] prefs.jsm: setPref: agentAdditionalParam,
2019-10-29 17:39:34.650 [DEBUG] pref-enigmail.js displayPrefs: advancedUser=true
2019-10-29 17:39:34.651 [DEBUG] prefs.jsm: setPref: advancedUser, true
2019-10-29 17:39:34.651 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyAlways=false
2019-10-29 17:39:34.651 [DEBUG] prefs.jsm: setPref: assignKeysManuallyAlways, false
2019-10-29 17:39:34.651 [DEBUG] pref-enigmail.js displayPrefs: hushMailSupport=false
2019-10-29 17:39:34.651 [DEBUG] prefs.jsm: setPref: hushMailSupport, false
2019-10-29 17:39:34.652 [DEBUG] pref-enigmail.js displayPrefs: useDefaultComment=true
2019-10-29 17:39:34.652 [DEBUG] prefs.jsm: setPref: useDefaultComment, true
2019-10-29 17:39:34.652 [DEBUG] pref-enigmail.js displayPrefs: confirmBeforeSending=0
2019-10-29 17:39:34.653 [DEBUG] prefs.jsm: setPref: confirmBeforeSending, 00
2019-10-29 17:39:34.655 [DEBUG] pref-enigmail.js displayPrefs: autoKeyServerSelection=true
2019-10-29 17:39:34.655 [DEBUG] prefs.jsm: setPref: autoKeyServerSelection, true
2019-10-29 17:39:34.657 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyIfMissing=true
2019-10-29 17:39:34.658 [DEBUG] prefs.jsm: setPref: assignKeysManuallyIfMissing, true
2019-10-29 17:39:34.659 [DEBUG] pref-enigmail.js displayPrefs: autoSendEncrypted=1
2019-10-29 17:39:34.659 [DEBUG] prefs.jsm: setPref: autoSendEncrypted, 01
2019-10-29 17:39:34.660 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByEmailAddr=true
2019-10-29 17:39:34.660 [DEBUG] prefs.jsm: setPref: assignKeysByEmailAddr, true
2019-10-29 17:39:34.660 [DEBUG] pref-enigmail.js displayPrefs: autoKeyRetrieve=
2019-10-29 17:39:34.662 [DEBUG] prefs.jsm: setPref: autoKeyRetrieve,
2019-10-29 17:39:34.662 [DEBUG] pref-enigmail.js displayPrefs: encryptionModel=0
2019-10-29 17:39:34.664 [DEBUG] prefs.jsm: setPref: encryptionModel, 00
2019-10-29 17:39:34.665 [DEBUG] enigmailCommon.js: EnigConvertFromUnicode: utf-8
2019-10-29 17:39:34.665 [DEBUG] prefs.jsm: setPref: agentPath,
2019-10-29 17:39:34.666 [DEBUG] enigmailCommon.js: EnigConvertFromUnicode: utf-8
2019-10-29 17:39:34.667 [DEBUG] prefs.jsm: setPref: protectedSubjectText,
2019-10-29 17:39:34.667 [DEBUG] app.jsm: getVersion
2019-10-29 17:39:34.667 [DEBUG] app.jsm: installed version: 2.0.12
2019-10-29 17:39:34.668 [DEBUG] prefs.jsm: setPref: configuredVersion, 2.0.12
2019-10-29 17:39:34.668 [DEBUG] prefs.jsm: setPref: advancedUser, true
2019-10-29 17:39:34.668 [DEBUG] prefs.jsm: setPref: protectedHeaders, 2
2019-10-29 17:39:34.668 [DEBUG] prefs.jsm: savePrefs
2019-10-29 17:39:34.668 [DEBUG] gpgAgent.jsm: isAgentTypeGpgAgent:
2019-10-29 17:39:42.151 [DEBUG] pref-enigmail.js: prefOnAccept
2019-10-29 17:39:42.151 [DEBUG] pref-enigmail.js displayPrefs
2019-10-29 17:39:42.152 [DEBUG] pref-enigmail.js displayPrefs: agentPath=
2019-10-29 17:39:42.153 [DEBUG] prefs.jsm: setPref: agentPath,
2019-10-29 17:39:42.153 [DEBUG] pref-enigmail.js displayPrefs: keepSettingsForReply=true
2019-10-29 17:39:42.153 [DEBUG] prefs.jsm: setPref: keepSettingsForReply, true
2019-10-29 17:39:42.153 [DEBUG] pref-enigmail.js displayPrefs: wrapHtmlBeforeSend=true
2019-10-29 17:39:42.153 [DEBUG] prefs.jsm: setPref: wrapHtmlBeforeSend, true
2019-10-29 17:39:42.154 [DEBUG] pref-enigmail.js displayPrefs: doubleDashSeparator=true
2019-10-29 17:39:42.154 [DEBUG] prefs.jsm: setPref: doubleDashSeparator, true
2019-10-29 17:39:42.154 [DEBUG] pref-enigmail.js displayPrefs: acceptedKeys=1
2019-10-29 17:39:42.154 [DEBUG] prefs.jsm: setPref: acceptedKeys, 01
2019-10-29 17:39:42.155 [DEBUG] pref-enigmail.js displayPrefs: keyserver=hkps://keys.openpgp.org, hkps://keys.mailvelope.com, hkps://hkps.pool.sks-keyservers.net
2019-10-29 17:39:42.155 [DEBUG] prefs.jsm: setPref: keyserver, hkps://keys.openpgp.org, hkps://keys.mailvelope.com, hkps://hkps.pool.sks-keyservers.net
2019-10-29 17:39:42.156 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByRules=true
2019-10-29 17:39:42.156 [DEBUG] prefs.jsm: setPref: assignKeysByRules, true
2019-10-29 17:39:42.157 [DEBUG] pref-enigmail.js displayPrefs: agentAdditionalParam=
2019-10-29 17:39:42.157 [DEBUG] prefs.jsm: setPref: agentAdditionalParam,
2019-10-29 17:39:42.157 [DEBUG] pref-enigmail.js displayPrefs: advancedUser=true
2019-10-29 17:39:42.158 [DEBUG] prefs.jsm: setPref: advancedUser, true
2019-10-29 17:39:42.158 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyAlways=false
2019-10-29 17:39:42.158 [DEBUG] prefs.jsm: setPref: assignKeysManuallyAlways, false
2019-10-29 17:39:42.159 [DEBUG] pref-enigmail.js displayPrefs: hushMailSupport=false
2019-10-29 17:39:42.160 [DEBUG] prefs.jsm: setPref: hushMailSupport, false
2019-10-29 17:39:42.162 [DEBUG] pref-enigmail.js displayPrefs: useDefaultComment=true
2019-10-29 17:39:42.163 [DEBUG] prefs.jsm: setPref: useDefaultComment, true
2019-10-29 17:39:42.163 [DEBUG] pref-enigmail.js displayPrefs: confirmBeforeSending=0
2019-10-29 17:39:42.163 [DEBUG] prefs.jsm: setPref: confirmBeforeSending, 00
2019-10-29 17:39:42.168 [DEBUG] pref-enigmail.js displayPrefs: autoKeyServerSelection=true
2019-10-29 17:39:42.169 [DEBUG] prefs.jsm: setPref: autoKeyServerSelection, true
2019-10-29 17:39:42.170 [DEBUG] pref-enigmail.js displayPrefs: assignKeysManuallyIfMissing=true
2019-10-29 17:39:42.170 [DEBUG] prefs.jsm: setPref: assignKeysManuallyIfMissing, true
2019-10-29 17:39:42.171 [DEBUG] pref-enigmail.js displayPrefs: autoSendEncrypted=1
2019-10-29 17:39:42.171 [DEBUG] prefs.jsm: setPref: autoSendEncrypted, 01
2019-10-29 17:39:42.172 [DEBUG] pref-enigmail.js displayPrefs: assignKeysByEmailAddr=true
2019-10-29 17:39:42.172 [DEBUG] prefs.jsm: setPref: assignKeysByEmailAddr, true
2019-10-29 17:39:42.174 [DEBUG] pref-enigmail.js displayPrefs: autoKeyRetrieve=
2019-10-29 17:39:42.174 [DEBUG] prefs.jsm: setPref: autoKeyRetrieve,
2019-10-29 17:39:42.180 [DEBUG] pref-enigmail.js displayPrefs: encryptionModel=0
2019-10-29 17:39:42.181 [DEBUG] prefs.jsm: setPref: encryptionModel, 00
2019-10-29 17:39:42.182 [DEBUG] enigmailCommon.js: EnigConvertFromUnicode: utf-8
If you scan your log file, you'll see that it contains "gpg: public key decryption failed: No pinentry"
The troubleshooting guide tells you what to do in this case in (6): If the message says something like "no pinentry", "problem with the agent", "Invalid IPC response", "problem with gpg-agent" then there is something wrong with your gpg-agent and/or pinentry setup. Follow the guide below.
When I execute the first script: this is what I get, with no window opening inside the terminal window.
pi@raspberrypi:~ $ pinentry <<EOT
how do I get to the $HOME/ .gnupg/gpg-agent.conf? I tried to through the terminal and couldnt
Maybe that file doesn't exist. If the default values are OK, then that file is not needed.
It's a plain text file, you can use any editor to create/edit it.
I tried an editor and it came up all red
I don't know your editor, but I think you can safely ignore that. I can't imagine any editor to know the parameters and the syntax of gpg config files.
Would it be easier to just. uninstall enigmail and. reinstall?
No, that won't change anything. You have to fix the configuration of GnuPG, not Enigmail.
So it's not a
a box that I dont have checked in the settings menu. I'm really new to linux and using a RPi4. Since I didnt have the window open up inside the terminal, that doesnt apply to my situation. I know I need to ck the conf file $HOME/.gnupg/gpg-agent.conf, but I dont know how to open it? I tried changing the directory but it said, no such directory. If it's done in a terminal, could I just please have the commands to open this conf and see if those entries are in ther? Thank you!
Ok, then let's do this. Open a terminal window and type the following commands
What are the results of these two commands?
Last edit: Patrick Brunschwig 2019-11-01
No results because othing happened
OK. How about these: