-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gpg: keyserver receive failed: Server indicated a failure #307
Comments
need help |
The keyserver seems to be deprecated, you can change the line containing the keyserver in katoolin.py to another one, e.g. keys.openpgp.org the line to change is cmd1 = os.system("apt-key adv --keyserver ....") |
thank u |
Try the following one: key_servers=("ha.pool.sks-keyservers.net" \
"hkp://p80.pool.sks-keyservers.net:80" \
"keyserver.ubuntu.com" \
"hkp://keyserver.ubuntu.com:80" \
"pgp.mit.edu")
for key_server in ${key_servers[@]}; do
echo "[+] Start checking ${key_server}..."
gpg --keyserver "${key_server}" --recv-keys ED444FF07D8D0BF6 && break || echo "[+] Trying new server..."
done |
This worked. Thank you |
for katoolin3 do this and it will work:
|
Could someone please help me out? I am unable to make changes on the katoolin.py file to solve the server indicated a failure issue. |
guys can you please help me with this error in ubuntu 20.4 lts |
Use sudo nano /usr/bin/katoolin to make the changes |
WORKED |
Meus lindos para esse erro basta abrir o diretório como sudo nano /usr/bin/katoolin Um abraço amigos!!! OPA AMIGOO, SEXOOOOOOOOOO!!! |
i've made a fork that works if you did not managed to make it work. |
thanks!! |
Thanks, openpgp won that. :) |
thank u |
Thank You! |
What do you want to do ?> 1
Executing: /tmp/apt-key-gpghome.SSsJiMZKCr/gpg.1.sh --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6
gpg: keyserver receive failed: Server indicated a failure
The text was updated successfully, but these errors were encountered: