Double check that your network is active, do a ping on something that you know will work, likeping google.com
I did this and it failed
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com CB2F6C86F77B1CA9
gpg: requesting key F77B1CA9 from htp server keyserver.ubuntu.com
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
Any help much appreciated
Double check that your network is active, do a ping on something that you know will work, likeping google.com
EDIT: see below. In the meantime try the following.
Just try to do:
Much better than before.Code:gpg --keyserver keyserver.ubuntu.com --recv CB2F6C86F77B1CA9 gpg --export --armor CB2F6C86F77B1CA9 | apt-key add -
Might want to add a -c option for the number of packets to send as well.
Mods apologies for the double post. Please merge.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Great many thanks it worked!
Took usb key home and worked without the --adv option!
![]()
Hmm...
This solution:
gpg --keyserver keyserver.ubuntu.com --recv CB2F6C86F77B1CA9
gpg --export --armor CB2F6C86F77B1CA9 | apt-key add -
with minor modifications because I use a proxy server:
gpg --keyserver-option proxy-server=x.x.x.x:8080 keyserver.ubuntu.com --recv CB2F6C86F77B1CA9
gpg --export --armor CB2F6C86F77B1CA9 | apt-key add -
do not work for me:
- the error message that I receive is:
"
gpg: requesting key F77B1CA9 from hkp server keyserver.ubuntu.com
gpgkeys: key CB2F6C86F77B1CA9 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
"
Any ideas ?
Thank you and regards.