ideas on printing spec. chars. from HTML file to Samsung ML-1210 printer?

Ben Scott dragonhawk at gmail.com
Mon Oct 3 20:26:02 EDT 2005


On 10/3/05, lan4pal at newcomb.mv.com <lan4pal at newcomb.mv.com> wrote:
>     warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID
> 1ac70ce6

  That means that RPM doesn't have the public key installed to verify
the package signature.  When an RPM package is built, the packager can
sign it with their private key, allowing any evil modification to be
detected.

  You can add keys to RPM's keyring of trusted keys by using:

rpm --import /path/to/key-file

  You might start by checking your /usr/share/doc/fedora-release-4
directory for any files with names like "RPM-GPG-KEY" and importing
them.

  HTH,



More information about the gnhlug-discuss mailing list