You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2021/06/25 14:28:00 UTC

[jira] [Commented] (BIGTOP-3562) Building Logstash is failing due to the unavailability of keyserver

    [ https://issues.apache.org/jira/browse/BIGTOP-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369498#comment-17369498 ] 

Kengo Seki commented on BIGTOP-3562:
------------------------------------

Though the above post says "pgp.mit.edu doesn't seem to have keys for RVM on it", that server seems to work to me.

{code}
$ gpg2 --keyserver hkp://pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
gpg: key 105BD0E739499BDB: public key "Piotr Kuczynski <pi...@gmail.com>" imported
gpg: key 3804BB82D39DC0E3: public key "Michal Papis (RVM signing) <mp...@gmail.com>" imported
gpg: Total number processed: 2
gpg:               imported: 2
{code}

> Building Logstash is failing due to the unavailability of keyserver
> -------------------------------------------------------------------
>
>                 Key: BIGTOP-3562
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3562
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Kengo Seki
>            Priority: Major
>
> Currently {{./gradlew logstash-pkg}} fails as follows.
> {code}
> $ ./gradlew logstash-pkg
> ...
> + gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
> gpg: requesting key D39DC0E3 from hkp server pool.sks-keyservers.net
> gpg: requesting key 39499BDB from hkp server pool.sks-keyservers.net
> gpgkeys: HTTP fetch error 6: Could not resolve host: pool.sks-keyservers.net; Unknown error
> gpgkeys: HTTP fetch error 6: Could not resolve host: pool.sks-keyservers.net; Unknown error
> gpg: no valid OpenPGP data found.
> gpg: Total number processed: 0
> error: Bad exit status from /var/tmp/rpm-tmp.iMNKnA (%build)
>     Bad exit status from /var/tmp/rpm-tmp.iMNKnA (%build)
> RPM build errors:
> > Task :logstash-rpm FAILED
> FAILURE: Build failed with an exception.
> {code}
> According to https://www.reddit.com/r/GnuPG/comments/o5tb6a/keyservers_are_gone/, pool.sks-keyservers.net is unavailable now.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)