Received: from mail-yw1-x1130.google.com (mail-yw1-x1130.google.com [IPv6:2607:f8b0:4864:20::1130]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id BEF0B223809 for <~alpine/users@lists.alpinelinux.org>; Mon, 5 Jun 2023 18:33:59 +0000 (UTC) Received: by mail-yw1-x1130.google.com with SMTP id 00721157ae682-565eaf83853so56506757b3.3 for <~alpine/users@lists.alpinelinux.org>; Mon, 05 Jun 2023 11:33:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685990038; x=1688582038; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=gRdGDmHyiTuHutOvEkeYe7oTgqdtq3YrfdHfttrHlBc=; b=d5lqkWjVWDpah+D5DDrCENwPVGT5DBPxA08eJ7xCJYYcwzMS/fN5g8Cc4oJxoZ9jqo uO+9hPgGH9/bA+glDfLlUo42BFwusIZzK0tPEN2FOa8kLUBXUiumIo/2hedcFjnGUzKq sdJBSS1kR5KmypcfDp2mg7ET6GmPjfIGbQ5uXM7yw3+L/YbD0TKkl6n3YcdVpMWLHCeb IkbdvCDuEIbRlvy06P3x8bRMb84uGSTcGjmlWiFt6eZ3u3toBv+p/kmG8xJjIYYFR9Nc L7jdLZqpKJu8GDIBkXe0P0ydEmALCKYszLXs8VxJi3/Vve8o2PMDh7oSGVP7AptzE2uE t2rQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685990038; x=1688582038; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=gRdGDmHyiTuHutOvEkeYe7oTgqdtq3YrfdHfttrHlBc=; b=RDHXB6UrKOSmrqOf18fdrVwMeGAO9KJbKhTJg8BBz8lNqBARShtXmCgDwAAWzNXXSq FAkGe9q9wPRHxoFy26ObxJbdQZFLjnFStY4WAKL/muCFIko2EY8hl1rVMYLNUkt0oMvq mMUMGxu6woJFODUzqnj9mdb5e/RdrXeCDOO9gKcvwUyVBvSuQeV4NnOOKUfGkwArtzzt FDtRN3+BBEk5uiUgVyOtXmvYYLRKD4CIt6Z5z5qJGMyGKXBbZuE18elvN6nME6v5gRth 7PKD7IoBF8J6NYjpR+hofXqYHz6xK0zI7+ve26S1PSApuIv8YXGbDpZO1ZbChmhzdU9z M64A== X-Gm-Message-State: AC+VfDyd3I29dPMN+OUTkapTHUql84xXUjghseTOshgrroZL9LGFhxY5 zRgB1YpbbXDUFYUV7F+9TUNIzPLzGXh6C0WjZFt4koWVL132rIFz X-Google-Smtp-Source: ACHHUZ6dx/AAAzp59JYAOQHIEh8ZEmW4YuMTBOENUJm1ICu2ynVbgHfz563n+wdm3yo1HpOWZmi+TLoJ0tRhhGNt0KA= X-Received: by 2002:a81:69d5:0:b0:561:b595:100e with SMTP id e204-20020a8169d5000000b00561b595100emr10419209ywc.37.1685990038535; Mon, 05 Jun 2023 11:33:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Thomas Leplus Date: Mon, 5 Jun 2023 11:33:47 -0700 Message-ID: Subject: Re: Fwd: waiting for the keyboxd to come up To: ~alpine/users@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="00000000000057827e05fd662553" --00000000000057827e05fd662553 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Alice, I did not use my full script, just the command that I pasted, but I did run it inside from inside my base image. Now I run it from a vanilla alpine:3.18.0 image and it works. So something in my Dockerfile is breaking gnupg. I just need to figure out what but you've narrowed it down quite a bit. Thanks! On Mon, Jun 5, 2023 at 11:23=E2=80=AFAM alice wrote: > On Mon Jun 5, 2023 at 8:20 PM CEST, Thomas Leplus wrote: > > Hi, > > > > When I run the following command in an alpine:3.18.0 docker container[1= ] > it > > hangs: > > > > $ gpg --batch --verbose --keyserver keyserver.ubuntu.com --recv-keys > > 6B1B9BE54C155617 > > this exact thing verbatim works fine for me in 3.18 with just `gpg` added= . > perhaps the issue is somewhere else in that entire script you run.. > but if you reproduce it with just this, then not sure what it could be. > > > gpg: enabled compatibility flags: > > gpg: no running dirmngr - starting '/usr/bin/dirmngr' > > gpg: waiting for the dirmngr to come up ... (5s) > > gpg: connection to the dirmngr established > > gpg: data source: http://162.213.33.9:11371 > > gpg: armor header: Comment: Hostname: > > gpg: armor header: Version: Hockeypuck 2.1.0-222-g25248d4 > > gpg: key 6B1B9BE54C155617: number of dropped non-self-signatures: 2 > > gpg: pub rsa3072/6B1B9BE54C155617 2021-01-22 Thomas Leplus < > > thomas@leplus.org> > > gpg: no running keyboxd - starting '/usr/libexec/keyboxd' > > gpg: waiting for the keyboxd to come up ... (5s) > > > > Any suggestion would be appreciated. > > > > Tom > > > > [1] > > > https://github.com/leplusorg/docker-pgp-verify-jar/blob/main/pgp-verify-j= ar/Dockerfile > > --00000000000057827e05fd662553 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Alice,

I did not use my f= ull script,=20 just the command that I pasted, but I did run it inside from inside my=20 base image. Now I run it from a vanilla alpine:3.18.0 image and it=20 works. So something in my Dockerfile is breaking gnupg. I just need to=20 figure out what but you've narrowed it down quite a bit. Thanks!
<= /div>
O= n Mon, Jun 5, 2023 at 11:23=E2=80=AFAM alice <alice@ayaya.dev> wrote:
On Mon Jun 5, 2023 at 8:20 PM CEST, Thomas Leplus w= rote:
> Hi,
>
> When I run the following command in an alpine:3.18.0 docker container[= 1] it
> hangs:
>
> $ gpg --batch --verbose --keyserver keyserver.ubuntu.com --recv-= keys
> 6B1B9BE54C155617

this exact thing verbatim works fine for me in 3.18 with just `gpg` added.<= br> perhaps the issue is somewhere else in that entire script you run..
but if you reproduce it with just this, then not sure what it could be.

> gpg: enabled compatibility flags:
> gpg: no running dirmngr - starting '/usr/bin/dirmngr'
> gpg: waiting for the dirmngr to come up ... (5s)
> gpg: connection to the dirmngr established
> gpg: data source: http://162.213.33.9:11371
> gpg: armor header: Comment: Hostname:
> gpg: armor header: Version: Hockeypuck 2.1.0-222-g25248d4
> gpg: key 6B1B9BE54C155617: number of dropped non-self-signatures: 2 > gpg: pub=C2=A0 rsa3072/6B1B9BE54C155617 2021-01-22=C2=A0 Thomas Leplus= <
> thomas@leplus.o= rg>
> gpg: no running keyboxd - starting '/usr/libexec/keyboxd'
> gpg: waiting for the keyboxd to come up ... (5s)
>
> Any suggestion would be appreciated.
>
> Tom
>
> [1]
> https://g= ithub.com/leplusorg/docker-pgp-verify-jar/blob/main/pgp-verify-jar/Dockerfi= le

--00000000000057827e05fd662553--