mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 09:25:48 +03:00
[GH-ISSUE #178] gpg: keyserver receive failed: No data #148
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clementramirez on GitHub (Feb 9, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/178
Hello everybody,
When I try to add kali linux repositories, I have a message like this :
Executing: /tmp/apt-key-gpghome.mxXJwBhq3s/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 gpg: keyserver receive failed: No dataCan you help me, i really want to have kali linux tool into my Ubuntu environment ;)
@anthonyleborgne commented on GitHub (Feb 11, 2019):
use wget -q -O - archive.kali.org/archive-key.asc | apt-key add
and sudo apt-get update
@clementramirez commented on GitHub (Feb 11, 2019):
Thank you Anthony, but I have another problem now, and i think it have some relation with the failed installation of katoolin. Since few day I cannot connect my laptop on my network, even if i try to plug-in with the RJ-45 cable. When I try to connect the the wifi, my compter can see my wifi network but when i try to connect to it, it just show "connecting" and few seconds later an error message !!
@anthonyleborgne commented on GitHub (Feb 12, 2019):
ok, you have solve this problem ?
@clementramirez commented on GitHub (Feb 12, 2019):
Not really, i cannot test your command line because i cannot access to internet. But yes It's another problem.
@felipelinuxbr commented on GitHub (Feb 13, 2019):
apt-key-gpghome
Em Sáb, 9 de fev de 2019 16:11, DiyVE <notifications@github.com escreveu:
@sakuyaslove commented on GitHub (Feb 14, 2019):
Ubuntu 18.04.2 LTS Fresh install updated apt-get installed and updated git and python 2.7 and pip
I get the same error.
@developpeur62 I used "use wget -q -O - archive.kali.org/archive-key.asc | apt-key add"
Received an OK message
Still get the following issue getting the repo:
Executing: /tmp/apt-key-gpghome.nQfL5ZOGok/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6
gpg: keyserver receive failed: No data
@sakuyaslove commented on GitHub (Feb 14, 2019):
I just tried it again and got this:
Executing: /tmp/apt-key-gpghome.VCcVuYIqHt/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6
gpg: key ED444FF07D8D0BF6: 2 duplicate signatures removed
gpg: key ED444FF07D8D0BF6: 161 signatures not checked due to missing keys
gpg: key ED444FF07D8D0BF6: "Kali Linux Repository devel@kali.org" 164 new signatures
gpg: Total number processed: 1
gpg: new signatures: 164
Maybe its just the pgp.mit.edu system?
@sakuyaslove commented on GitHub (Feb 14, 2019):
something was wrong with installing the categories so I deleted the repo and tried again and now I am getting the same error about No Data. Wondering if its the mit system
@anthonyleborgne commented on GitHub (Feb 15, 2019):
me, i have installed this project with:
example)
@anthonyleborgne commented on GitHub (Feb 15, 2019):
you use ubuntu ?@sakuyaslove
@sakuyaslove commented on GitHub (Feb 19, 2019):
@developpeur62 Yes I use Ubuntu, I did another fresh install of Ubuntu and was waiting to see what gets said on here. Do I need to try your wget method listed 4 days ago?
@anthonyleborgne commented on GitHub (Feb 19, 2019):
yes
@zzfabiozz commented on GitHub (Mar 11, 2019):
i got another error gpg: no valid OpenPGP data found
@OscarGonzalez97 commented on GitHub (Mar 13, 2019):
It works for you? I am with the same problem, and I don't know why.
I'm in Ubuntu 18.04.2 LTS
@zzfabiozz commented on GitHub (Mar 13, 2019):
@DGinUK commented on GitHub (Jul 25, 2019):
use this
https://github.com/Rajkumrdusad/Tool-X
@1337-ishaan commented on GitHub (Jul 7, 2021):
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ED444FF07D8D0BF6Try this out, works for me
@OpAmlee commented on GitHub (Dec 14, 2021):
ishaan that key worked for me. thank you