libdvdcss in Breezy?

Sascha Morr sascha.morr at heidenwelt.de
Sam Okt 22 14:33:46 CDT 2005


Gerhard Gaußling schrieb:
  > 
http://www.mepislovers-wiki.org/index.php?title=Public_key_not_available_error
> 
> Dort ist zu lesen:
> 
> Public key not available error
> From Mepis Documentation Wiki
> 
> If you get this warning:
> 
> W: GPG error: ftp://ftp.nerim.net unstable Release: The following 
> signatures couldn't be verified 
> because the public key is not available: NO_PUBKEY 07DC563D1F41B907
> 
> or this one:
> 
> W: GPG error: ftp://ftp.nerim.net sid Release: The following signatures 
> couldn't be verified 
> because the public key is not available: NO_PUBKEY 07DC563D1F41B907
> 
>    1. open konsole, type "su" and root password.
>    2. gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907
>    3. gpg --armor --export 1F41B907 | apt-key add -
>    4. apt-get update 
> 
> If you have problems getting a key from wwwkeys.eu.pgp.net you can try 
> minsky.surfnet.nl instead.
> 
> If you have other sources in /etc/apt/sources.list you can get the key 
> for them in a similar manner, look for the key name in the error 
> message. 


Wobei dahingehend bei Ubuntu aus Sicherheitsgründen offenbar was anders 
als normal konfiguriert ist:

root at sommerland:~> gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907
gpg: WARNING: unsafe ownership on configuration file 
`/home/sascha/.gnupg/gpg.conf'
gpg: external program calls are disabled due to unsafe options file 
permissions
gpg: keyserver communications error: general error
gpg: keyserver receive failed: general error
root at sommerland:~> gpg --armor --export 1F41B907 | apt-key add -
gpg: WARNING: unsafe ownership on configuration file 
`/home/sascha/.gnupg/gpg.conf'
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
root at sommerland:~>

Grüße
Sascha