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 rrdtool-perl-1.3.4-2.fc9.x86_64.rpm fedora | 2.4 kB 00:00 updates | 2.6 kB 00:00 Setting up Update Process Examining rrdtool-1.3.4-2.fc9.x86_64.rpm: rrdtool-1.3.4-2.fc9.x86_64 Marking rrdtool-1.3.4-2.fc9.x86_64.rpm as an update to rrdtool-1.3.0-1.fc9.x86_64 Examining rrdtool-perl-1.3.4-2.fc9.x86_64.rpm: rrdtool-perl-1.3.4-2.fc9.x86_64 Marking rrdtool-perl-1.3.4-2.fc9.x86_64.rpm as an update to rrdtool-perl-1.3.0-1.fc9.x86_64 Resolving Dependencies --> Running transaction check ---> Package rrdtool.x86_64 0:1.3.4-2.fc9 set to be updated ---> Package rrdtool-perl.x86_64 0:1.3.4-2.fc9 set to be updated --> Finished Dependency Resolution Dependencies Resolved ======================================================================== ===== Package Arch Version Repository Size ======================================================================== ===== Updating: rrdtool x86_64 1.3.4-2.fc9 rrdtool-1.3.4-2.fc9.x86_64.rpm 393 k rrdtool-perl x86_64 1.3.4-2.fc9 rrdtool-perl-1.3.4-2.fc9.x86_64.rpm 39 k Transaction Summary ======================================================================== ===== Install 0 Package(s) Update 2 Package(s) Remove 0 Package(s) Total download size: 432 k Is this ok [y/N]: y Downloading Packages: warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID df9b0ae9 Public key for rrdtool-perl-1.3.4-2.fc9.x86_64.rpm is not installed -----Original Message----- From: Karl Fischer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 5:26 PM To: Mersberger, Robert Cc: [email protected] Subject: Re: [rrd-users] rrdtool rpms ? Mersberger, Robert wrote: > This is most likely not the place for this but it is am rpm track and > it is something I am not familiar with it usage. > > I just attempted to run an update using yum and got the following > errors which means I must have something setup wrong. > Can anybody help me through this? > > Here is my out put. > [EMAIL PROTECTED] ~]# yum update rrdtool-1.3.4-2.fc9.x86_64.rpm > fedora | 2.4 kB > 00:00 > updates | 2.6 kB > 00:00 > Setting up Update Process > Examining rrdtool-1.3.4-2.fc9.x86_64.rpm: rrdtool-1.3.4-2.fc9.x86_64 > Marking rrdtool-1.3.4-2.fc9.x86_64.rpm as an update to > rrdtool-1.3.0-1.fc9.x86_64 > Resolving Dependencies > --> Running transaction check > --> Processing Dependency: rrdtool = 1.3.0-1.fc9 for package: > rrdtool-perl > ---> Package rrdtool.x86_64 0:1.3.4-2.fc9 set to be updated > --> Finished Dependency Resolution > rrdtool-perl-1.3.0-1.fc9.x86_64 from installed has depsolving problems > --> Missing Dependency: rrdtool = 1.3.0-1.fc9 is needed by package > rrdtool-perl-1.3.0-1.fc9.x86_64 (installed) > Error: Missing Dependency: rrdtool = 1.3.0-1.fc9 is needed by package > rrdtool-perl-1.3.0-1.fc9.x86_64 (installed) Robert, this is off-topic in this subject, you should have opened a new one ... Looks like you had installed rrdtool-1.3.0-1.fc9.x86_64 before, along with it's companion rrdtool-perl-1.3.0-1.fc9.x86_64 I assume you're trying to update just the rrdtool without the -perl component and that fails ... because of dependencies ... So if you don't need the -perl component, you'll have to remove that first. Or you have to include it in the update ... So either: rpm -e rrdtool rrdtool-perl yum install rrdtool-1.3.4-2.fc9.x86_64.rpm or yum update rrdtool-1.3.4-2.fc9.x86_64.rpm rrdtool-perl-1.3.4-2.fc9.x86_64.rpm should do the job. You may have to download the latter first ... hth - Karl Please consider the environment before printing this e-mail. CONFIDENTIAL NOTICE: This e-mail message and any attachment(s) (collectively, this 'Email') are intended only for the confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient named above or an agent responsible for delivering it to the intended recipient named above, you have received this Email in error. Please notify the sender immediately and permanently delete this Email and any copies thereof. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
