On Thu November 30 2006 09:57 am, Brian Durant wrote: > On 11/30/06, Alan Ianson <[EMAIL PROTECTED]> wrote: > > On Thu November 30 2006 09:16 am, Brian Durant wrote: > > > On 11/30/06, Florian Kulzer <[EMAIL PROTECTED]> wrote: > > > > On Thu, Nov 30, 2006 at 16:00:05 +0100, Brian Durant wrote: > > > > > On 11/30/06, Wulfy <[EMAIL PROTECTED]> wrote: > > > > > > > > [...] > > > > > > > > > >Is your sources.list entry like this?: > > > > > > > > > > > >deb > > > > > > http://ftp.sunet.se/pub/os/Linux/distributions/debian-multimedia/ > > > > > > etch main > > > > > > > > > > It is now ;-) and it seems to work, except for the error message > > > > > below: > > > > > > > > > > W: GPG error: http://ftp.sunet.se etch Release: The following > > > > > signatures couldn't be verified because the public key is not > > > > > available: NO_PUBKEY 07DC563D1F41B907 > > > > > > > > > > Where do I import the public key from??? I have been digging around > > > > > Sunet.se but can't seem to find it. > > > > > > > > The safest way to get Christian Marillat's key is to install the > > > > package "debian-keyring". Then you can export the key directly from > > > > the Debian keyring and feed it into apt-key: > > > > > > > > gpg --no-default-keyring --keyring > > > > /usr/share/keyrings/debian-keyring.gpg -a --export 07DC563D1F41B907 | > > > > sudo apt-key add - > > > > > > > > -- > > > > Regards, > > > > Florian > > > > > > Hi Florian, > > > > > > Here is the result: > > > > > > ~$ sudo gpg --no-default-keyring --keyring > > > /usr/share/keyrings/debian-keyring.gpg -a --export 07DC563D1F41B907 | > > > sudo apt-key add - > > > gpg: WARNING: unsafe ownership on configuration file > > > `/home/user/.gnupg/gpg.conf' > > > gpg: keyring `/usr/share/keyrings/debian-keyring.gpg' created > > > gpg: WARNING: nothing exported > > > gpg: no valid OpenPGP data found. > > > > > > I am a newbie to Linux, so I really don't understand any of the above. > > > Any ideas? > > > > That command needs to be run as root.. :) > > Thanks. Here is the output: > > # gpg --no-default-keyring --keyring > /usr/share/keyrings/debian-keyring.gpg -a --export 07DC563D1F41B907 | > sudo apt-key add - > gpg: directory `/root/.gnupg' created > gpg: new configuration file `/root/.gnupg/gpg.conf' created > gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active > during this run > gpg: keyring `/root/.gnupg/secring.gpg' created > gpg: WARNING: nothing exported > gpg: no valid OpenPGP data found. > > There still seems to be something fishy going on.
I added that key like this (as root).. # gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907 then again.. # gpg --armor --export 1F41B907 | apt-key add - The above is from memory but the faq has a few examples of how to add that key. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]