Koozali.org: home of the SME Server

help yum install iperf

Offline mgb

  • ****
  • 558
  • +0/-0
help yum install iperf
« on: July 24, 2009, 06:06:33 AM »
sme 7.4

http://wiki.contribs.org/Sysstat

yum install iperf --enablerepo=base
Excluding Packages from CentOS - updates
Finished
Parsing package install arguments
No Match for argument: iperf
Nothing to do
Thanks all for helping
Skype yosii2009

Offline bbialy

  • ***
  • 105
  • +0/-0
Re: help yum install iperf
« Reply #1 on: July 24, 2009, 01:13:55 PM »
there is no iperf in base repo

i'm using iperf and works perfectly:
How to install:

add DAG repo to your yum_repositories

Code: [Select]
/sbin/e-smith/db yum_repositories set dag repository \
Name 'Dag - EL4' \
BaseURL 'http://apt.sw.be/redhat/el4/en/$basearch/dag' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
Visible no \
Exclude freetype,htop,iptraf,rsync,syslinux \
status disabled

then
Code: [Select]
signal-event yum-modify
and finaly

Code: [Select]
yum install iperf --enablerepo=dag
and for the future if you are looking some rpm but you are not sure where it is or in which repo try (i was looking for iperf for you like this)

Code: [Select]
yum list iperf* --enablerepo=*

==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
.
.
.
Excluding Packages from CentOS - os
Finished
Available Packages
iperf.i386                               2.0.4-1.el4.rf         dag



Best
Bialy


Reading with understanding is the hardest thing IN THE WORLD

Offline mgb

  • ****
  • 558
  • +0/-0
Re: help yum install iperf
« Reply #2 on: July 26, 2009, 04:40:38 PM »
Thank You 
Thanks all for helping
Skype yosii2009

Offline mgb

  • ****
  • 558
  • +0/-0
Re: help yum install iperf
« Reply #3 on: July 26, 2009, 04:41:08 PM »
Thank You 
Thanks all for helping
Skype yosii2009