
wk at gnupg
May 9, 2009, 11:50 AM
Post #2 of 3
(597 views)
Permalink
|
|
Re: Feature Request: Parseable output if gpg waits for lock
[In reply to]
|
|
On Fri, 8 May 2009 17:01, patrick [at] mozilla-enigmail said: > Would it be possible to add a status message, such as > [GNUPG:] WAITFORLOCK <pid> In theory yes, but I don't like it. gpg2 already uses a better algorithm to detected stalled processes holding a lock. For gpg1 I implemented that algorithm a few days ago. I believe that this will solve the problem. The original problem was that gpg did not remove the lock file even it the process claiming to hold the process already died - It could be mounted on NFS and thus gpg had no chance to reliable detect a stalled process. The fix implemented stores the node name in the lockfile Salam-Shalom, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. _______________________________________________ Gnupg-devel mailing list Gnupg-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-devel
|