Robert, On Thu, 6 Nov 2008, Mersberger, Robert wrote:
> Thanks for Helping me out as I try to learn this new system. I > downloaded the rrdtool-perl and tried it again but got the message below > indicating public key missing. What did I forget to do? > [EMAIL PROTECTED] ~]# yum update rrdtool-1.3.4-2.fc9.x86_64.rpm [...] > Public key for rrdtool-perl-1.3.4-2.fc9.x86_64.rpm is not installed That seems to be a signed package, in which case you'll need to import the appropriate GPG key, which will likely be found where you got the RPM: rpm --import <KEY_FILE_HERE> Alternatively, just try using this command instead: rpm --nopgp -Uvh rrdtool-*.rpm If you have any further questions about RPM, I'd be glad to help, but it may be more appropriate to reply off the mailing list, as this is more of a RPM-related question at this point. Hope this helps, and take care. -- William R. Lorenz _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
