Topic: PPA help request

For whatever reason, the university's internet will not allow me to view PGP keys for PPAs; so I cant copy, paste the key for the crunchbangers PPA to a txt file then direct the package manager to the txt file. So, would one of you wonderful people please just copy/paste the key to a post so I can authenticate the crunchbangers PPA?

kthxbai!

Re: PPA help request

Run this to add the key for Crunchbangers PPA:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 93C2BC34
Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: PPA help request

Uh-ohs (and yes I'm connected to the internets sad  )

josh@m00se:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 93C2BC34
[sudo] password for josh: 
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 93C2BC34
gpg: requesting key 93C2BC34 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
josh@m00se:~$ 

Re: PPA help request

Try with the full key:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 6F89A9DB645E51D2D75103D4286E294493C2BC34
Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: PPA help request

Maybe the Ubuntu keyserver is down again?
http://www.webupd8.org/2009/11/what-to- … om-is.html

while ( ! ( succeed = try() ) );

Re: PPA help request

If its down, you could try the manual way:

Create a blank file, paste in this text, and save it:

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.0.10

mI0ESXyuWQEEALtXc9eel/l6rrMSjF0cvIpiHAbsAX0svo3QZiSmwMhF6WMODKinzF0Vdk6H
/I4tMwWx2u7VYZapdLlD9IFeiwW+VevdY/LWtrYJtE8c0jj7ka4EcJu/e1UgfhVhmXonDSNG
Hz1RqtI5dY4Hf7L1UrngEdut16VxSK00/ujYSQnlABEBAAG0H0xhdW5jaHBhZCBQUEEgZm9y
IENydW5jaEJhbmdlcnOItgQTAQIAIAUCSXyuWQIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheA
AAoJEChuKUSTwrw07uID/3SaUnGN05HcjWGOX4WXf6oAB/LOOXwpW9eTjnbLJmS0edsW8v+H
m7nE+39ciXpdW8c/2BxFqX+3BWo2V2Ug2uO240lxbTkfk9eSAqtdHrvUjYNDH2AasCBsGzb+
jszH61Bm2eqOYULMK1NyIwpHav5hNCKW1iFasFWPCk1RABb4
=i1ym
-----END PGP PUBLIC KEY BLOCK-----

Now open Synaptic and go to Settings > Repositories > Authentication (tab) > Import Key File... > select the file you made.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: PPA help request

anonymous wrote:

If its down, you could try the manual way:

Create a blank file, paste in this text, and save it:

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.0.10

mI0ESXyuWQEEALtXc9eel/l6rrMSjF0cvIpiHAbsAX0svo3QZiSmwMhF6WMODKinzF0Vdk6H
/I4tMwWx2u7VYZapdLlD9IFeiwW+VevdY/LWtrYJtE8c0jj7ka4EcJu/e1UgfhVhmXonDSNG
Hz1RqtI5dY4Hf7L1UrngEdut16VxSK00/ujYSQnlABEBAAG0H0xhdW5jaHBhZCBQUEEgZm9y
IENydW5jaEJhbmdlcnOItgQTAQIAIAUCSXyuWQIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheA
AAoJEChuKUSTwrw07uID/3SaUnGN05HcjWGOX4WXf6oAB/LOOXwpW9eTjnbLJmS0edsW8v+H
m7nE+39ciXpdW8c/2BxFqX+3BWo2V2Ug2uO240lxbTkfk9eSAqtdHrvUjYNDH2AasCBsGzb+
jszH61Bm2eqOYULMK1NyIwpHav5hNCKW1iFasFWPCk1RABb4
=i1ym
-----END PGP PUBLIC KEY BLOCK-----

Now open Synaptic and go to Settings > Repositories > Authentication (tab) > Import Key File... > select the file you made.

What I was asking for in the first place - keyserver works, just not behind the skool interwebs (which is where I spend most of my day) - thx anon!