Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: mgb 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
-
there is no iperf in base repo
i'm using iperf and works perfectly:
How to install:
add DAG repo to your yum_repositories
/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
signal-event yum-modify
and finaly
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)
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
-
Thank You
-
Thank You