Re: A key doesn't get imported from one of the keyservers

2021-08-03 Thread Yuri Kanivetsky via Gnupg-users
Okay, then... All the keyservers have the key. But keys.openpgp.org doesn't let it get imported because the owner didn't consent to making his email address publicly known by verifying his email address. Which means that the owner doesn't care much about this, otherwise he would not publish the ke

A key doesn't get imported from one of the keyservers

2021-08-03 Thread Yuri Kanivetsky via Gnupg-users
Hi, The following two commands succeed: $ gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 $ gpg --keyserver hkp://pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 # sometimes But this one doesn't: $ gpg --keyserver keys.openpgp.org --re

gpg --delete-keys --yes asks for confirmation

2021-08-02 Thread Yuri Kanivetsky via Gnupg-users
Hi, ``` $ gpg --delete-keys --yes 7D2BAF1CF37B13E2069D6956105BD0E739499BDB gpg (GnuPG) 2.2.29; Copyright (C) 2021 Free Software Foundation, Inc. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. pub rsa4096/105BD0E739499BDB

Socket activation doesn't seem to work

2021-08-02 Thread Yuri Kanivetsky via Gnupg-users
Hi, >From what I can see socket activation doesn't work: ``` $ strace -s 1000 -fe execve,clone,connect gpg --search-key DF6FD971306037D9 execve("/usr/bin/gpg", ["gpg", "--search-key", "DF6FD971306037D9"], 0x7ffd5a2ff020 /* 66 vars */) = 0 connect(3, {sa_family=AF_UNIX, sun_path="/run/user/1000/gn

Re: ?: keys.gnupg.net: Host not found

2015-11-01 Thread Yuri Kanivetsky
Hi, Thanks for your replies. It's vagrant's dns proxy who's at fault here: https://www.virtualbox.org/ticket/14736 https://github.com/protobox/protobox/issues/159#issuecomment-152840998 Regards, Yuri ___ Gnupg-users mailing list Gnupg-users@gn

Re: ?: keys.gnupg.net: Host not found

2015-10-15 Thread Yuri Kanivetsky
Hi, I wanted to add, that I can't reproduce the issue with the test program alone. Only after making some gpg runs. Regards, Yuri ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: ?: keys.gnupg.net: Host not found

2015-10-11 Thread Yuri Kanivetsky
Hi, I was able to track it down to this line of code: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=common/http.c;h=c2cac169d222ad5f41d1a8e224dd4bbaa2d7912b;hb=311816f6cf9d411dba060603e3c5d01c72824645#l2264 Here getaddrinfo() returns -3 (EAI_AGAIN) in the VM, but not on the host mac

Re: ?: keys.gnupg.net: Host not found

2015-10-10 Thread Yuri Kanivetsky
> > Just a thought, but have you tried one of the geographical pools > ({eu,na,oc}.pool.sks-keyservers.net) instead of the general one? that > should result in better network response time and routing. > I just tried pool.sks-keyservers.net, and with this domain it works (in VM): $ gpg2 --key

Re: ?: keys.gnupg.net: Host not found

2015-10-10 Thread Yuri Kanivetsky
> > It is a pool. keys.gnupg.net is just an alias for the SKS server > pool[1], IIRC. I host a server in this pool and it is set to drop all > IPv4 ICMP packets, so will not respond to a ping even though the server > is online. It will respond to ICMPv6 pings however. > I am also NOT able to rep

Re: ?: keys.gnupg.net: Host not found

2015-10-08 Thread Yuri Kanivetsky
> So, the culprit must be gnupg. I meant "partly gnupg." Sorry for separate email. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: ?: keys.gnupg.net: Host not found

2015-10-08 Thread Yuri Kanivetsky
Hi, First, the domain name resolves to a bunch of IPs: $ dig +noall +answer keys.gnupg.net keys.gnupg.net. 62665 IN CNAME pool.sks-keyservers.net. pool.sks-keyservers.net. 60 IN A 209.135.211.141 pool.sks-keyservers.net. 60 IN A 223.2

?: keys.gnupg.net: Host not found

2015-10-06 Thread Yuri Kanivetsky
Hi, I can easily reproduce the issue on vagrant VMs (virtualbox, https://www.vagrantup.com/). At least on ubuntu/trusty64 vagrant box. And I was probably able to reproduce it on VM created manually, not sure about it. Didn't try much on host machines. $ gpg --keyserver hkp://keys.gnupg.net --