Munin-node Installation problem

discovery

New member
Joined
May 30, 2007
Messages
1
Hi, I am Installing munin using these steps:

1. On this Dir : /usr/src i have downloaded
wget ftp://rpmfind.net/linux/dag/redhat/e....rf.noarch.rpm

2. ON cd /etc/yum.repos.d and have a file rpmforge.repo with the following entries:
[rpmforge]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
enabled = 1
3. yum install /usr/src/munin-node-1.2.5-1.el5.rf.noarch.rpm

But its gives error

Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
rpmforge 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
Examining /usr/src/munin-node-1.2.5-1.el5.rf.noarch.rpm: munin-node - 1.2.5-1.el5.rf.noarch
Marking /usr/src/munin-node-1.2.5-1.el5.rf.noarch.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package munin-node.noarch 0:1.2.5-1.el5.rf set to be updated
--> Running transaction check
--> Processing Dependency: perl-Net-Server for package: munin-node
--> Processing Dependency: perl(Net::SNMP) for package: munin-node
--> Processing Dependency: perl(Net::Server::Fork) for package: munin-node
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package perl-Net-SNMP.noarch 0:5.2.0-1.2.el5.rf set to be updated
---> Package perl-Net-Server.noarch 0:0.96-1.el5.rf set to be updated
--> Running transaction check
--> Processing Dependency: perl(Crypt:ES) for package: perl-Net-SNMP
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package perl-Crypt-DES.x86_64 0:2.05-3.2.el5.rf set to be updated
--> Running transaction check

Dependencies Resolved

================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
munin-node noarch 1.2.5-1.el5.rf /usr/src/munin-node-1.2.5-1.el5.rf.noarch.rpm 479 k
Installing for dependencies:
perl-Crypt-DES x86_64 2.05-3.2.el5.rf rpmforge 37 k
perl-Net-SNMP noarch 5.2.0-1.2.el5.rf rpmforge 96 k
perl-Net-Server noarch 0.96-1.el5.rf rpmforge 154 k

Transaction Summary
================================================== ===========================
Install 4 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 767 k
Is this ok [y/N]: Y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 6b8d79e6


Public key for perl-Net-SNMP-5.2.0-1.2.el5.rf.noarch.rpm is not installed
 
This has nothing to do with DirectAdmin, and the thread has been moved to Off-Topic Discussion. It's possible you may get a better answer or answers on a forum devoted to Munin.

However the warning appears to be that you don't have a local key to authenticate the validity of what you're downloading.

Jeff
 
Back
Top