Nikita Eshkeev created HADOOP-19006:
---------------------------------------
Summary: no valid user IDs when importing KEYS in gpg
Key: HADOOP-19006
URL: https://issues.apache.org/jira/browse/HADOOP-19006
Project: Hadoop Common
Issue Type: Bug
Reporter: Nikita Eshkeev
h1. What I did
# Download the KEYS file: https://dlcdn.apache.org/hadoop/common/KEYS
# Import the KEYS file:
{{gpg --import KEYS}}
h1. What happened
There is the error while importing the KEYS file:
{{gpg: key B56E5591: no valid user IDs}}
h1. What is expected
No errors when importing the KEYS file
h1. Observation
The import definitely worked on October 18 2023, but now it doesn't
h1. Environment
h2. Operating System
{{$ cat /etc/os-release}}
{{NAME="Amazon Linux"}}
{{VERSION="2"}}
{{ID="amzn"}}
{{ID_LIKE="centos rhel fedora"}}
{{VERSION_ID="2"}}
{{PRETTY_NAME="Amazon Linux 2"}}
{{ANSI_COLOR="0;33"}}
{{CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"}}
h2. GPG Version
{{$ gpg --version}}
{{gpg (GnuPG) 2.0.22}}
{{libgcrypt 1.5.3}}
{{Copyright (C) 2013 Free Software Foundation, Inc.}}
{{License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>}}
{{This is free software: you are free to change and redistribute it.}}
{{There is NO WARRANTY, to the extent permitted by law.}}
{{Home: ~/.gnupg}}
{{Supported algorithms:}}
{{Pubkey: RSA, ?, ?, ELG, DSA}}
{{Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,}}
{{ CAMELLIA128, CAMELLIA192, CAMELLIA256}}
{{Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224}}
{{Compression: Uncompressed, ZIP, ZLIB, BZIP2}}
h2. SHA256 checksum of the KEYS file
{{$ sha256sum KEYS}}
{{807ad6cc5e1fdedf17884a8da9389549e72b9ad5b8e6fc5050382619c7a19ec6 KEYS}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]