david wrote:

> da...@david:~$ sudo apt-get install ubuntu-keyring
> [sudo] password for david:
> da...@david:~$ sudo apt-get install ubuntu-keyring
> [sudo] password for david:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> ubuntu-keyring is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Ah, hang on, the key you're looking for A0DEA09F895F7630 is not
a regular Ubuntu key, but rather is this:

    gpg: key 895F7630: public key "Launchpad PPA for Rawstudio"

which is proably due to this part of your sources.list file:

    deb http://fileserver:3142/ppa.launchpad.net/rawstudio/ppa/ubuntu intrepid 
main
    deb http://fileserver:3142/ppa.launchpad.net/mscore-ubuntu/ppa/ubuntu 
intrepid main

The solution here is to grab the key using gpg:

   gpg --recv A0DEA09F895F7630

which resulted in the following output:

    gpg: requesting key 895F7630 from hkp server wwwkeys.pgp.net
    gpg: key 895F7630: public key "Launchpad PPA for Rawstudio" imported
    gpg: Total number processed: 1
    gpg:               imported: 1  (RSA: 1)

Then if you decide to trust the key do:

   gpg --export A0DEA09F895F7630 | sudo apt-get add -


HTH,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to