Page MenuHome GnuPG
Feed Advanced Search

Oct 6 2020

aheinecke closed T5044: GpgOL does not parse signed mails as Resolved.

Hi Zetrick,

Oct 6 2020, 1:23 PM · gpgol, Bug Report, gpg4win
dokim created T5097: installing gnupg 2.2.23 via macOS brew fails without any errors.
Oct 6 2020, 11:42 AM · MacOS, Bug Report
gniibe added a comment to T5063: Use of some "SCD" command through extra socket.

Perhaps, don't allow automatic use of available card keys would be better:

diff --git a/agent/command.c b/agent/command.c
index 160979dae..b6286becf 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -2292,13 +2292,7 @@ cmd_scd (assuan_context_t ctx, char *line)
       if ((argc == 1 && !strcmp (argv[0], "SERIALNO"))
           || (argc == 2
               && !strcmp (argv[0], "GETINFO")
-              && !strcmp (argv[1], "version"))
-          || (argc == 2
-              && !strcmp (argv[0], "GETATTR")
-              && !strcmp (argv[1], "KEY-FPR"))
-          || (argc == 2
-              && !strcmp (argv[0], "KEYINFO")
-              && !strcmp (argv[1], "--list=encr")))
+              && !strcmp (argv[1], "version")))
         xfree (l);
       else
         {
Oct 6 2020, 7:17 AM · Bug Report

Oct 5 2020

gniibe closed T5064: Forwarded gpg ssh agent doesn't see smartcard ssh key, only (none) as Resolved.

This is due to access control for "extra" socket.
Fixed in T5062: gpg: error getting version from 'scdaemon': Forbidden.

Oct 5 2020, 7:01 AM · Bug Report
gniibe closed T5064: Forwarded gpg ssh agent doesn't see smartcard ssh key, only (none), a subtask of T5062: gpg: error getting version from 'scdaemon': Forbidden, as Resolved.
Oct 5 2020, 7:01 AM · Bug Report
gniibe added a parent task for T5064: Forwarded gpg ssh agent doesn't see smartcard ssh key, only (none): T5062: gpg: error getting version from 'scdaemon': Forbidden.
Oct 5 2020, 7:00 AM · Bug Report
gniibe added a subtask for T5062: gpg: error getting version from 'scdaemon': Forbidden: T5064: Forwarded gpg ssh agent doesn't see smartcard ssh key, only (none).
Oct 5 2020, 7:00 AM · Bug Report

Oct 4 2020

Portug added a comment to T4149: Kleopatra OpenPGP and GpgSM self test fail after installation on Windows 7.

Hi all, I have this issue in Win10 in correct installation. Si I am interested what can I do to repair this issue. GPG is working correctly, but Kleopatra's selfcheck show this issue. Thanks. Portug

Oct 4 2020, 5:04 PM · kleopatra, Bug Report, gpg4win
MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

OK I found a very interesting thing here, @werner and finally I can reproduce this problem:

Oct 4 2020, 4:19 PM · gnupg (gpg22), Bug Report
werner closed T5077: Unable to Creat OpenPGP new key pair, Unable to Connect to UIServer on startup. Creating a folder in my D drive as portable as Invalid.

That is a version of gpg4win which we don't support or even know about. Please ask at their support site. Sorry.

Oct 4 2020, 12:14 PM · Bug Report, gpg4win

Oct 3 2020

werner closed T5088: gpgme-1-13-1 test failure and errors and build errors as Resolved.
Oct 3 2020, 7:55 PM · gpgme, toolchain, Bug Report
werner added a comment to T5088: gpgme-1-13-1 test failure and errors and build errors.

Thanks for the report. Indeed, the convenient C99 feature of variable definition in a for statement does only work in recent gcc versions and thus it should not be used in GnuPG related code. (https://gnupg.org/faq/HACKING.html was out of sync with the version in gnupg's master repo which falsely stated that it is an allowed features.)

Oct 3 2020, 7:48 PM · gpgme, toolchain, Bug Report
werner removed projects from T5090: The name field of kleo's key gen wizard is falsely marked as optional: i18n, gpg4win.
Oct 3 2020, 7:23 PM · kleopatra, Bug Report
werner renamed T5090: The name field of kleo's key gen wizard is falsely marked as optional from Translation in all languages wrong to The name field of kleo's key gen wizard is falsely marked as optional.
Oct 3 2020, 7:22 PM · kleopatra, Bug Report
werner added a comment to T5090: The name field of kleo's key gen wizard is falsely marked as optional.

The name field is marked as optional but it is mandatory. This should be fixed.

Oct 3 2020, 7:20 PM · kleopatra, Bug Report
Denisov23 changed Version from Kleopatra OpenGPG 2.2.23 Gpg4win 3.1.13 to Kleopatra OpenGPG 2.2.23 Gpg4win 3.1.13 Win 10 on T5090: The name field of kleo's key gen wizard is falsely marked as optional.
Oct 3 2020, 4:08 PM · kleopatra, Bug Report
Denisov23 changed Version from Kleopatra OpenGPG 2.2.23 to Kleopatra OpenGPG 2.2.23 Gpg4win 3.1.13 on T5090: The name field of kleo's key gen wizard is falsely marked as optional.
Oct 3 2020, 4:07 PM · kleopatra, Bug Report
Denisov23 added projects to T5090: The name field of kleo's key gen wizard is falsely marked as optional: i18n, kleopatra.
Oct 3 2020, 12:38 PM · kleopatra, Bug Report
Denisov23 created T5090: The name field of kleo's key gen wizard is falsely marked as optional.
Oct 3 2020, 12:29 PM · kleopatra, Bug Report

Oct 2 2020

gostal added a comment to T5088: gpgme-1-13-1 test failure and errors and build errors.

Thinking that maybe the gcc version is too old I tried using instead CentOS gcc7 development environment (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) (which doesn't come out of the box). This was an educated guess as c99 is only partially supported in gcc-4.8.5. I have now successfully built:
libgpg-error-1.39
libassuan-2.5.3
gpgme-1.14.0
using gcc 7.3.1. All make check tests have passed.

Oct 2 2020, 3:02 PM · gpgme, toolchain, Bug Report
gostal added a comment to T5088: gpgme-1-13-1 test failure and errors and build errors.

The json problem can be overcome by changing the configure line to:

Oct 2 2020, 11:30 AM · gpgme, toolchain, Bug Report

Oct 1 2020

MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

Actually I don't use systemd unit to start gpg-agent (creating that service file in systemd and make it start automatically) but I run it manually within the script. Also the script has selfcheck not to run multiple gpg-agent like below:

Oct 1 2020, 9:32 PM · gnupg (gpg22), Bug Report
gostal created T5089: gnupg-2.2.20 build error.
Oct 1 2020, 5:35 PM · Not A Bug
gostal created T5088: gpgme-1-13-1 test failure and errors and build errors.
Oct 1 2020, 5:14 PM · gpgme, toolchain, Bug Report
faultylee added a comment to T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.

We encountered the same issue today, and below is the debug messages. It works as expected once we downgraded to 2.2.21. We're on Arch Linux.

Oct 1 2020, 3:36 PM · Restricted Project, gnupg, Bug Report
werner added a comment to T5087: Not possible to create a new key.

Version 2 is a bit too unspecific. Which version of what software are you using. Which OS?

Oct 1 2020, 2:58 PM · Bug Report, gpg4win
FJKoenig created T5087: Not possible to create a new key.
Oct 1 2020, 2:15 PM · Bug Report, gpg4win
gniibe changed the status of T5074: Leaking fd from Open to Testing.
Oct 1 2020, 4:21 AM · Restricted Project, gpgme, Bug Report
gniibe claimed T5074: Leaking fd.

Good catch. Thank you.

Oct 1 2020, 4:18 AM · Restricted Project, gpgme, Bug Report

Sep 30 2020

Denisov23 added a comment to T4675: Accented characters not displayed correctly.

Hi,
I corrected all the accents. I created a PR here https://github.com/gpg/gpg4win/pull/3

Sep 30 2020, 10:15 PM · i18n, Bug Report, gpg4win
jdhensel added a comment to T5082: Kleopatra crashed with qwindows.dll..

Any ideas? Is there any other info needed that could help move this along?

Sep 30 2020, 6:00 PM · kleopatra, gpg4win, Bug Report
werner added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

There is a conflict between the systemd based launching of gpg-agent and gpg's own launching of the agent. Further systemd seems to remove the /run/user/UID directory which unlinks gpg-agent's socket. gpg-agent's self-check notices this after a minute and termintates itself.

Sep 30 2020, 7:49 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.

I think that rG61aea64b3c17: scd: Fix the use case of verify_chv2 by CHECKPIN. fixes this issue.

Sep 30 2020, 4:04 AM · Restricted Project, gnupg, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

I observed that the card reader's going erroneous state when I removed a card during its communication.
In this state, it never reports the card removal by the interrupt transfer.
I applied rG920f258eb601: scd: Internal CCID driver: More fix for SPR532. for this problem.

Sep 30 2020, 4:01 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
dlbucy added a comment to T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.

Great, thank you @gniibe.

Sep 30 2020, 1:25 AM · Restricted Project, gnupg, Bug Report
gniibe triaged T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23 as High priority.

Thanks for your report.

Sep 30 2020, 1:20 AM · Restricted Project, gnupg, Bug Report
gniibe claimed T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.
Sep 30 2020, 1:19 AM · Restricted Project, gnupg, Bug Report
dlbucy created T5086: GnuPG fails to generate keys on-card in versions 2.2.22 and 2.2.23.
Sep 30 2020, 12:32 AM · Restricted Project, gnupg, Bug Report

Sep 29 2020

MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

Update found out the answer for this mystery but I need to know why from you guys:

Sep 29 2020, 12:43 PM · gnupg (gpg22), Bug Report

Sep 28 2020

CaveTheCave added a comment to T5069: Concurrent auto-start of gpg-agent by multiple gpg instances..

With all respect. Should I wait for a follow-up or I should consider this case as closed?

Sep 28 2020, 8:57 PM · Not A Bug, No Response, Info Needed, gnupg (gpg22), Windows, Bug Report
werner closed T1938: --list-sigs on a keybox is extremely slow as Resolved.

With 2.3 we add the keyboxd which uses sqlite (and thus indices) as database. This makes lookups much much faster and avoids problems with several processes accessing the pubring.kbx. If you want to try this you can do so with 2.3:

Sep 28 2020, 10:06 AM · gnupg, Bug Report
gniibe added a project to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2): Restricted Project.

The patch rG684a52dffa8b: scd: Change handling of SPR532 card reader. makes me happier. It is more stable.

Sep 28 2020, 6:37 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
turkja added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

This is also what I found out with my tests with the libvirt usb: removing and redirecting back the device got it working again.

Sep 28 2020, 5:58 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

Testing more, I managed to encounter failure with physical usb.
Once in this failure mode, I need to remove the card reader from USB and reinsert again.
I need to figure out a sequence to avoid this situation and to reset the card reader correctly.

Sep 28 2020, 4:53 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

I tested with physical usb, did multiple operations with external events (insert/remove/etc. for card). I haven't seen any problem (if so, I were doing more fixes), so far.

Sep 28 2020, 1:44 AM · Restricted Project, gnupg (gpg22), scd, Bug Report

Sep 26 2020

werner claimed T5084: Using GPGWin 3.1.13, Putty fails to load the private key from a YubiKey.

That code in gnupg has not been touched in a very long time so this may be caused by some side effect.

Sep 26 2020, 2:29 PM · gnupg, ssh, Bug Report, gpg4win
turkja added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

Ok. Tried to test this with master, but failed. I got it compiled and installed, and it actually detected the first removal after reboot/suspend/reader attach/whatever reason, but after that when I inserted the card back, it didn't function anymore. I suppose you also tried that? I mean that's the use case, I suppose: to be able to remove/insert the card reliably all day long.

Sep 26 2020, 2:03 PM · Restricted Project, gnupg (gpg22), scd, Bug Report

Sep 25 2020

ahuemmer updated the task description for T5084: Using GPGWin 3.1.13, Putty fails to load the private key from a YubiKey.
Sep 25 2020, 8:36 PM · gnupg, ssh, Bug Report, gpg4win
ahuemmer created T5084: Using GPGWin 3.1.13, Putty fails to load the private key from a YubiKey.
Sep 25 2020, 8:35 PM · gnupg, ssh, Bug Report, gpg4win
werner added projects to T5082: Kleopatra crashed with qwindows.dll.: gpg4win, kleopatra.
Sep 25 2020, 9:03 AM · kleopatra, gpg4win, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

Currently, yes. After some testing, I'll backport it to 2.2.

Sep 25 2020, 2:03 AM · Restricted Project, gnupg (gpg22), scd, Bug Report

Sep 24 2020

jdhensel created T5082: Kleopatra crashed with qwindows.dll..
Sep 24 2020, 10:56 PM · kleopatra, gpg4win, Bug Report
turkja added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

Nice, thanks! If I want to try this fix, should I just compile the master tree?

Sep 24 2020, 2:45 PM · Restricted Project, gnupg (gpg22), scd, Bug Report

Sep 22 2020

key created T5081: Cannot verify Signature of Electrum.
Sep 22 2020, 9:54 PM
werner triaged T5080: Gpg-agent gets confused when a homedir is moved as Normal priority.
Sep 22 2020, 4:32 PM · gnupg (gpg22), Bug Report
goeran updated the task description for T5080: Gpg-agent gets confused when a homedir is moved.
Sep 22 2020, 3:00 PM · gnupg (gpg22), Bug Report
goeran created T5080: Gpg-agent gets confused when a homedir is moved.
Sep 22 2020, 2:58 PM · gnupg (gpg22), Bug Report

Sep 21 2020

MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

Update: Using --use-standard-socket argument to run this does not work and gpg-agent still create new process. New findings:

Sep 21 2020, 3:22 PM · gnupg (gpg22), Bug Report
MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

Just to acknowledge here: I notice that the new gpg-agent random process respawn with an obsolete argument using --use-standard-socket. I will run my gpg daemon using this absolete argument to see if it can block this random process. [updated the script]

Sep 21 2020, 1:42 AM · gnupg (gpg22), Bug Report
MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 21 2020, 1:16 AM · gnupg (gpg22), Bug Report
MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

Thanks for your reply. I can confirm from my observation from the log this is a bug where I'm able to reproduce this every day. I will post this to mailing lists.

Sep 21 2020, 1:11 AM · gnupg (gpg22), Bug Report

Sep 20 2020

d716c added a comment to T5077: Unable to Creat OpenPGP new key pair, Unable to Connect to UIServer on startup. Creating a folder in my D drive as portable.

I tried using the portable version it wasnt portable apps, i used it the zip file option from this site, https://portapps.io/app/gnupg-portable/

Sep 20 2020, 11:46 PM · Bug Report, gpg4win
d716c added a comment to T5077: Unable to Creat OpenPGP new key pair, Unable to Connect to UIServer on startup. Creating a folder in my D drive as portable.

Sep 20 2020, 11:40 PM · Bug Report, gpg4win
d716c created T5077: Unable to Creat OpenPGP new key pair, Unable to Connect to UIServer on startup. Creating a folder in my D drive as portable.
Sep 20 2020, 11:39 PM · Bug Report, gpg4win
werner added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

FWIW: You may get a faster answer if you post to gnupg-users mailing lists. Bug reports are a tool to fix bugs and usually are only seen by a few developers.

Sep 20 2020, 7:39 PM · gnupg (gpg22), Bug Report
MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

I'm now able to kill the respawn process in the script (updated the script). But I need confirmation if this is a known bug ?

Sep 20 2020, 5:44 AM · gnupg (gpg22), Bug Report

Sep 19 2020

MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

I can create a script to manually kill the 2nd process, but can u guys confirm with me that this is a known bug ?

Sep 19 2020, 7:42 PM · gnupg (gpg22), Bug Report
MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

Just to let you know that , using --homedir option also has the same problem I noticed today. I got email each minute like this:

Sep 19 2020, 5:20 PM · gnupg (gpg22), Bug Report
MaXi32 added a comment to T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.

Ok let me update what I did next:

Sep 19 2020, 6:16 AM · gnupg (gpg22), Bug Report

Sep 18 2020

MaXi32 updated the task description for T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:31 PM · gnupg (gpg22), Bug Report
MaXi32 updated the task description for T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:24 PM · gnupg (gpg22), Bug Report
MaXi32 updated the task description for T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:24 PM · gnupg (gpg22), Bug Report
MaXi32 updated the task description for T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:17 PM · gnupg (gpg22), Bug Report
MaXi32 updated the task description for T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:12 PM · gnupg (gpg22), Bug Report
MaXi32 updated the task description for T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:11 PM · gnupg (gpg22), Bug Report
MaXi32 updated the task description for T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:10 PM · gnupg (gpg22), Bug Report
MaXi32 updated the task description for T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:10 PM · gnupg (gpg22), Bug Report
MaXi32 created T5076: [solved] gpg-agent respawn another process randomly and causes cached passphrase check failed / expired.
Sep 18 2020, 8:09 PM · gnupg (gpg22), Bug Report
mathieui created T5075: [python-gpgme] Traceback when running with python -OO.
Sep 18 2020, 5:11 PM · gpgme, Python, Bug Report
gniibe added a comment to T5062: gpg: error getting version from 'scdaemon': Forbidden.

Here are my test configurations.

Sep 18 2020, 10:15 AM · Bug Report
despair created T5074: Leaking fd.
Sep 18 2020, 8:29 AM · Restricted Project, gpgme, Bug Report
gniibe added a comment to T5062: gpg: error getting version from 'scdaemon': Forbidden.

I think that there is some misunderstanding how gpg-agent and scdaemon run.
In the normal configuration, those program run when you login to your desktop or it is invoked when used, then, after you logout, it dies.

Sep 18 2020, 5:01 AM · Bug Report
gniibe added a comment to T5062: gpg: error getting version from 'scdaemon': Forbidden.

For SSH, I don't think forwarding gpg-agent's socket (S.gpg-agent.ssh) is good idea; It complicates things unnecessarily. Simply use -A option of SSH, if possible.

Sep 18 2020, 3:58 AM · Bug Report
gniibe closed T5063: Use of some "SCD" command through extra socket, a subtask of T5062: gpg: error getting version from 'scdaemon': Forbidden, as Resolved.
Sep 18 2020, 3:55 AM · Bug Report
gniibe closed T5063: Use of some "SCD" command through extra socket as Resolved.
Sep 18 2020, 3:55 AM · Bug Report
gniibe added a comment to T5063: Use of some "SCD" command through extra socket.

Fixed in master.

Sep 18 2020, 3:52 AM · Bug Report
gniibe added a comment to T5063: Use of some "SCD" command through extra socket.

"SCD GETINFO card_list" is not needed actually. It was my misunderstanding.

Sep 18 2020, 3:51 AM · Bug Report

Sep 17 2020

GwenDragon added a project to T5073: Date output of GnuPG not in correct language format: gnupg (gpg22).
Sep 17 2020, 6:00 PM · gnupg (gpg22), Bug Report
GwenDragon created T5073: Date output of GnuPG not in correct language format.
Sep 17 2020, 5:37 PM · gnupg (gpg22), Bug Report
bernhard closed T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue as Resolved.

Last report more than two years ago.

Sep 17 2020, 1:50 PM · gpg4win, Bug Report
turkja added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

This is everything lsusb knows about the device:

Sep 17 2020, 8:28 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

And please report the output of lsusb -d 04e6:e003 for the information of the card reader.

Sep 17 2020, 8:27 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

@turkja Thanks for your information.
May I ask you one thing?
Please show me the usb VID:PID of your card reader.
Is it 04e6:e003?
You can examine a line of the output by lsusb.

Sep 17 2020, 8:23 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
turkja added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

Just wanted to add to my initial findings:

  • I was not using proprietary drivers (libscmccid.so.5.0.35), because the installer script fails to install on default CentOS 8 pcsc-lite. So the distribution pcsc-lite also doesn't have this issue.
  • Fastest way to test this condition is to just detach/attach the reader device.
  • Proprietary drivers doesn't support secure pin entry!
Sep 17 2020, 5:59 AM · Restricted Project, gnupg (gpg22), scd, Bug Report

Sep 16 2020

CaveTheCave added a comment to T5069: Concurrent auto-start of gpg-agent by multiple gpg instances..

Please note that:

  • There is a single user accessing the socket dir (which is the same as the homedir).
  • The socketdir (homedir) is not in a local directory. It is in another file system accessed via the SMB protocol, with a command such as:
gpg --homedir "//192.168.32.211/c$/gpghomedir" ...
Sep 16 2020, 8:33 PM · Not A Bug, No Response, Info Needed, gnupg (gpg22), Windows, Bug Report
CaveTheCave added a comment to T5069: Concurrent auto-start of gpg-agent by multiple gpg instances..

From the '&ovl' I assume that the lock file has been opened for overlapped IO.
Please see an extract from MSDN for the LockFileEx function:

Sep 16 2020, 5:03 PM · Not A Bug, No Response, Info Needed, gnupg (gpg22), Windows, Bug Report
glr created T5071: Doc fix: simple typos.
Sep 16 2020, 1:19 PM · Documentation, Bug Report
werner added a comment to T5069: Concurrent auto-start of gpg-agent by multiple gpg instances..

We need to figure out why the file locks seem not to work. gpg-agent processes whatch there own socket and terminate if that socket does not belong to them anymore.

Sep 16 2020, 8:10 AM · Not A Bug, No Response, Info Needed, gnupg (gpg22), Windows, Bug Report
gniibe claimed T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).
Sep 16 2020, 8:04 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
gniibe added a comment to T5065: scdaemon doesn't detect card removal after boot/resume (Identiv SPR332v2).

Thanks for sending.

Sep 16 2020, 8:01 AM · Restricted Project, gnupg (gpg22), scd, Bug Report