Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: Drufazz on March 06, 2008, 12:13:16 PM
-
Hi all,
I've been trying to get sysmon to install following the instructions on http://wiki.contribs.org/Sysmon.
I painstakingly typed in:
wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=317"
wget "ftp://fr2.rpmfind.net/linux/dag/redhat/el4/en/i386/dag/RPMS/perl-rrdtool-1.0.50-3.el4.rf.i386.rpm"
wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=300"
Which seemed to work (didn't see anything that looked like an error message)
Then I typed in:
yum localinstall rrdtool-1.0.50-3.el4.rf.i386.rpm perl-rrdtool-1.0.50-3.el4.rf.i386.rpm smeserver-sysmon-6.0-2.noarch.rpm
Which give me a couple of error messages:
"error: missing dependancy: rrdtool= 1.0.50 for package perl-rrdtool" and
"cannot open file semserver-sysmon-6.02-2.noarch.rpm"
Can anyone tell me what's happening and what I might have done wrong ?
I'm a linux newbie and really don't understand too well how it works so I don't know how to troubleshoot it.
Any help appreciated.
Cheers,
-
Hello,
Try to install module one by one.
yum localinstall rrdtool-1.0.50-3.el4.rf.i386.rpm
then
yum localinstall perl-rrdtool-1.0.50-3.el4.rf.i386.rpm
and to finish
yum localinstall smeserver-sysmon-6.0-2.noarch.rpm
Regards,
MasterSleepy.
-
Thanks for the reply Sleepy,
I still can't get it to work :(
When I type just the first one, "yum localinstall rrdtool-1.0.50-3.el4.rf.i386.rpm"
it tells me "cannot open file: skipping"
It's definately downloaded it. Do I need to change to a download directory or something ?
Cheers,
-
Hmmm .. just noticed that when I download with
"wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=317"
It saves it as "index.php?name=CmodsDownload.1"
?
If i download it from one of the windows computers it saves it as the normal file name.
Cheers,
-
That's strange.
Try to download it from a web navigator and the transfert it on your sme after.
Regs,
MasterSleepy.