From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia@riseup.net Subject: Re: No gpg keyservers available on GuixSD out-of-the-box Date: Mon, 04 Jan 2016 12:23:09 +0000 Message-ID: <5a0ee8cb769420a6b660e2d91c590e6b@riseup.net> References: <248e633448b6c92fc7a134fec5ccc2ac@riseup.net> <87wprwzw5v.fsf@gnu.org> <20151230103420.GB6614@debian.fritz.box> <63106df769447a6c6151e46c6ac9e4d1@riseup.net> <87si2jocwb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG4AS-00083d-R7 for help-guix@gnu.org; Mon, 04 Jan 2016 07:23:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG4AR-0007Q4-WA for help-guix@gnu.org; Mon, 04 Jan 2016 07:23:20 -0500 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: help-guix Cc: help-guix-bounces+swedebugia=riseup.net@gnu.org On 2016-01-01 19:21, swedebugia@riseup.net wrote: > On 2015-12-30 22:16, ludo@gnu.org wrote: >> Which version of GnuPG is it, per =E2=80=9Cgpg2 --version=E2=80=9D? > ~$ gpg2 --version > gpg (GnuPG) 2.1.10 > libgcrypt 1.6.3 I now tested with the 2.0 version and the result was that it only worked=20 when specifying the keyserver (pgp.mit.edu) on the commandline. So to sum it up (i'm on an i686 platform): (with default config-files) gpg 2.1.10 - keyservers are not reachable at all gpg 2.0.29 - keyservers are only reachable when using --keyserver=20 URL-to-keyserver on the commandline omplains about wrong keyserver URI=20 when not specifying --keyserver URL-to-keyserver). Can somebody please verify this?