Re: [Enigmail] gpgv

2018-05-31 Thread Werner Koch
On Thu, 31 May 2018 21:07, o.e.ek...@gmail.com said:

> With netstat I see that dirmngr.exe connects to https://cvs.gnupg.org:443/

Yeah, that is the canonical name for the IP addressed used for
https://versions.gnupg.org.  Dirmngr downloads two files with the
current version numbers asn a signature for the former.  This is done at
random intervals.

So it seems things are working now but somthing is fishy with the
firewall, network setup?  If that happens again you can enable more
logging by putting

--8<---cut here---start->8---
log-file /somewhere/on/your/windowsbox/dirmngr.log
verbose
debug ipc,network,dns
--8<---cut here---end--->8---

into the dirmngr.conf file (in the homedirectory ("gpg --version" shows
it), and restart dirmngr.

To force an actual download of the files you need to use

  loadswdb --force

at the gpg-connect-agent command line.


Salam-Shalom,

   Werner

-- 
#  Please read:  Daniel Ellsberg - The Doomsday Machine  #
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


pgpq_hMQ1XkFf.pgp
Description: PGP signature
___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-05-31 Thread Werner Koch
On Thu, 31 May 2018 20:00, o.e.ek...@gmail.com said:

> I just noticed  a gpgv window, so I decided to try above commands.
> gpg-connect-agent seems to hang however.

Chek whether the dirmngr process is already running.  If that is the
case kill it and run 

  gpg-connect-agent --dirmngr --verbose

It should tell you that it is trying to start dirmngr and you might see
the reason for a problem.  Watch out for firewall warnings; the GnuPG
components use TCP connections to localhost to emaulate Unix
localsockets.  The Windows firewall and other software may want to block
them.


Shalom-Salam,

   Werner

-- 
#  Please read:  Daniel Ellsberg - The Doomsday Machine  #
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


pgpDOYUAtBrYk.pgp
Description: PGP signature
___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-04-22 Thread Werner Koch
On Fri, 20 Apr 2018 05:16, a...@pep-security.net said:

> C:\>gpgconf --query-swdb
> usage: gpgconf --query-swdb NAME [VERSION]

Use 

  gpgconf --query-swdb gnupg

> C:\>gpg-connect-agent --dirmngr 'loadswdb --force' /bye

Windows does not support ' as quote.  Thus use

   gpg-connect-agent --dirmngr "loadswdb --force" /bye

or just 

   gpg-connect-agent --dirmngr

and enter the command on the command line.  FWIW: Using

  help loadswdb

gives some info.  You leave the command line mode with "bye".


Shalom-Salam,

   Werner

-- 
#  Please read:  Daniel Ellsberg - The Doomsday Machine  #
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


pgpr3MVvwlbYt.pgp
Description: PGP signature
___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-04-19 Thread Andy Weber
They exists but give kind of syntax errors. In the meantime I closed the
gpgv.exe console (annoying on your primary workhorse) so I would
probably have to check how these commands behave when the gpgv.exe pops
up next time.

C:\>gpgconf --query-swdb
usage: gpgconf --query-swdb NAME [VERSION]

C:\>gpg-connect-agent --dirmngr 'loadswdb --force' /bye
gpg-connect-agent: Hinweis: `--force'' wird nicht als Option betrachtet
ERR 167772435 Unbekanntes IPC Kommando 
ERR 167772435 Unbekanntes IPC Kommando 


p≡p Security SA / Andy Weber / a...@pep-security.net
PGP: 6C43 6A16 8523 0758 D601 91E4 912A BD60 8814 9C3C

On 20.04.2018 02:59, Daniel Kahn Gillmor wrote:
> On Thu 2018-04-19 23:54:40 +0200, Andy Weber wrote:
>> The process seems to be spawned by dirmngr.exe, ptree looks like this:
>>
>> + "C:\Program Files (x86)\GnuPG\bin\dirmngr.exe" --daemon --homedir
>> C:/Users//AppData/Roaming/gnupg
>>     + dirmngr.exe (Suspended and fails to resume)
>>     + "C:\Program Files (x86)\GnuPG\bin\gpgv.exe"
>> --enable-special-filenames --status-fd=2 --keyring "C:\Program Files
>> (x86)\GnuPG\share\gnupg\distsigkey.gpg" -- -&1072 -
>>     + \??\C:\WINDOWS\system32\conhost.exe 0x4
> if it's dirmngr invoking gpgv, then it's likely being triggered by
> dirmngr's attempt to check that the latest version of gpg is available.
>
> Can you run the following commands from cmd.exe successfully?
>
> gpgconf --query-swdb
> gpg-connect-agent --dirmngr 'loadswdb --force' /bye
>
> that might help you to debug the problem a bit more directly than
> dealing with enigmail in the loop.
>
> --dkg



0x912ABD6088149C3C.asc
Description: application/pgp-keys
___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-04-19 Thread Daniel Kahn Gillmor
On Thu 2018-04-19 23:54:40 +0200, Andy Weber wrote:
> The process seems to be spawned by dirmngr.exe, ptree looks like this:
>
> + "C:\Program Files (x86)\GnuPG\bin\dirmngr.exe" --daemon --homedir
> C:/Users//AppData/Roaming/gnupg
>     + dirmngr.exe (Suspended and fails to resume)
>     + "C:\Program Files (x86)\GnuPG\bin\gpgv.exe"
> --enable-special-filenames --status-fd=2 --keyring "C:\Program Files
> (x86)\GnuPG\share\gnupg\distsigkey.gpg" -- -&1072 -
>     + \??\C:\WINDOWS\system32\conhost.exe 0x4

if it's dirmngr invoking gpgv, then it's likely being triggered by
dirmngr's attempt to check that the latest version of gpg is available.

Can you run the following commands from cmd.exe successfully?

gpgconf --query-swdb
gpg-connect-agent --dirmngr 'loadswdb --force' /bye

that might help you to debug the problem a bit more directly than
dealing with enigmail in the loop.

--dkg

___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-04-19 Thread Andy Weber
Hi Enigmailers,

So I saw the issue below happen on my installation (TB 52.7.0, GPG
2.2.4, Enigmail 2.0.2 (20180411-1619), forced Enigmail mode) now for the
3rd time since the first 2.0 release. It showd up again out of nowhere
since I wasn't even actively using TB at that time. So here's some digging:

The process seems to be spawned by dirmngr.exe, ptree looks like this:

+ "C:\Program Files (x86)\GnuPG\bin\dirmngr.exe" --daemon --homedir
C:/Users//AppData/Roaming/gnupg
    + dirmngr.exe (Suspended and fails to resume)
    + "C:\Program Files (x86)\GnuPG\bin\gpgv.exe"
--enable-special-filenames --status-fd=2 --keyring "C:\Program Files
(x86)\GnuPG\share\gnupg\distsigkey.gpg" -- -&1072 -
    + \??\C:\WINDOWS\system32\conhost.exe 0x4

Thunderbird then also has two stuck gpg.exe subprocesses:

+ "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe"
    + "C:\Program Files (x86)\GnuPG\bin\gpg.exe" --charset utf-8
--display-charset utf-8 --no-auto-check-trustdb --batch --no-tty
--status-fd 2 --keyserver hkps.pool.sks-keyservers.net --recv-keys 
    + \??\C:\WINDOWS\system32\conhost.exe 0x4 (no visible DOS box
for this one)
    + "C:\Program Files (x86)\GnuPG\bin\gpg.exe" --charset utf-8
--display-charset utf-8 --no-auto-check-trustdb --batch --no-tty
--status-fd 2 --keyserver-options auto-key-retrieve --keyserver
pool.sks-keyservers.net --sender  --verify
C:\\UsersAppData\\Local\\Temp\\data-28.sig -
    + \??\C:\WINDOWS\system32\conhost.exe 0x4 (no visible DOS box
for this one)

Executing either command in a shell in parallel to TB's just hangs
indefinitely until I kill the outer dirmngr.exe and all it's
descendants. After that the two gpg.exe subprocesses of TB also finish
up within seconds.

Hope that helps in circling the culprit. It kind of looks like Onno
Ekker was right: "Maybe it's got something to do with updating the keys
in the keyring".


p≡p Security SA / Andy Weber / a...@pep-security.net
PGP: 6C43 6A16 8523 0758 D601 91E4 912A BD60 8814 9C3C

*Jim Dever* jdever at triad.rr.comwrote
/Mon
Apr 9 09:46:15 CEST 2018:/

Hi,

My first time posting here and I'm not sure if this is an Enigmail
problem or a gpg problem but ever since Enigmail upgraded itself to v2.0
(and now to v2.0.1) I notice that every once in a while (maybe about a
week interval) I see a copy of gpgv.exe running in the task bar. I
clicked on it and it's just a blank screen with the cursor in the top
left hand corner.  No text at all except for the normal window headers.
It just sits there for hours.

So I guess my question is what's it trying to do?  Is it needed?  Can I
turn it off?  I'm in need of an education.

I'm running Windows 7 with GnuPG 2.2.4. The version you get with GPG4WIN.

If anyone can point me in the right direction I'd appreciate it.

Thanks!

Jim



0x912ABD6088149C3C.asc
Description: application/pgp-keys
___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-04-09 Thread Jim Dever
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Thanks for the reply.

Weird. Wonder what is doing it then.

Jim

On 4/9/2018 4:14 AM, Patrick Brunschwig wrote:
> There is no single call to gpgv in Enigmail. Enigmail would only 
> call gpg.exe. Gpgv can only be used to verify signatures.
> 
-BEGIN PGP SIGNATURE-

iF0EAREKAB0WIQTZcfGsqd6JTnoNv3jKAojyAGkZLgUCWssrWAAKCRDKAojyAGkZ
Lqr3AJsFf5XvblxGmeAlx9B1lMKUqIbrQQCfeIHmf9lKPyYrhy/SuONFlOL65aQ=
=wONh
-END PGP SIGNATURE-

___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-04-09 Thread Jim Dever
At least now I know I'm not the only one.  Thanks!

Jim


On 4/9/2018 3:50 AM, Onno Ekker wrote:
> I've noticed the same thing on Windows 10. Haven't found what caused it
> either, it seems a bit random… Maybe it's got something to do with
> updating keys in the keyring, since that also happens randomly?

___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-04-09 Thread Patrick Brunschwig
There is no single call to gpgv in Enigmail. Enigmail would only call
gpg.exe. Gpgv can only be used to verify signatures.

-Patrick

On 09.04.2018 09:50, Onno Ekker wrote:
> I've noticed the same thing on Windows 10. Haven't found what caused it
> either, it seems a bit random… Maybe it's got something to do with
> updating keys in the keyring, since that also happens randomly?
> 
> On Mon, Apr 9, 2018 at 9:46 AM, Jim Dever  > wrote:
> 
> 
> Hi,
> 
> My first time posting here and I'm not sure if this is an Enigmail
> problem or a gpg problem but ever since Enigmail upgraded itself to v2.0
> (and now to v2.0.1) I notice that every once in a while (maybe about a
> week interval) I see a copy of gpgv.exe running in the task bar. I
> clicked on it and it's just a blank screen with the cursor in the top
> left hand corner.  No text at all except for the normal window headers.
> It just sits there for hours.
> 
> So I guess my question is what's it trying to do?  Is it needed?  Can I
> turn it off?  I'm in need of an education.
> 
> I'm running Windows 7 with GnuPG 2.2.4. The version you get with
> GPG4WIN.
> 
> If anyone can point me in the right direction I'd appreciate it.
> 
> Thanks!
> 
> Jim
> 
> ___
> enigmail-users mailing list
> enigmail-users@enigmail.net 
> To unsubscribe or make changes to your subscription click here:
> https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net
> 
> 
> 
> 
> 
> ___
> enigmail-users mailing list
> enigmail-users@enigmail.net
> To unsubscribe or make changes to your subscription click here:
> https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net
> 



signature.asc
Description: OpenPGP digital signature
___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net


Re: [Enigmail] gpgv

2018-04-09 Thread Onno Ekker
I've noticed the same thing on Windows 10. Haven't found what caused it
either, it seems a bit random… Maybe it's got something to do with updating
keys in the keyring, since that also happens randomly?

On Mon, Apr 9, 2018 at 9:46 AM, Jim Dever  wrote:

>
> Hi,
>
> My first time posting here and I'm not sure if this is an Enigmail
> problem or a gpg problem but ever since Enigmail upgraded itself to v2.0
> (and now to v2.0.1) I notice that every once in a while (maybe about a
> week interval) I see a copy of gpgv.exe running in the task bar. I
> clicked on it and it's just a blank screen with the cursor in the top
> left hand corner.  No text at all except for the normal window headers.
> It just sits there for hours.
>
> So I guess my question is what's it trying to do?  Is it needed?  Can I
> turn it off?  I'm in need of an education.
>
> I'm running Windows 7 with GnuPG 2.2.4. The version you get with GPG4WIN.
>
> If anyone can point me in the right direction I'd appreciate it.
>
> Thanks!
>
> Jim
>
> ___
> enigmail-users mailing list
> enigmail-users@enigmail.net
> To unsubscribe or make changes to your subscription click here:
> https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net
>
___
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net