Changes between Version 21 and Version 22 of WikiStart


Ignore:
Timestamp:
11/17/07 00:54:59 (6 years ago)
Author:
bruno
Comment:

check rpm

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v21 v22  
    319319 
    320320Much better. You have now your first useful result from pb :-) Congrats ! 
    321 Well wait ! It's not really useful because we started exactly from a tar file. Well it's not exactly the same tar file. This one adds Project-Buimder support: 
     321Well wait ! It's not really useful because we started exactly from a tar file. Well it's not exactly the same tar file. This one adds Project-Builder support: 
    322322{{{ 
    323323tar tvfz /users/bruno/netperf/delivery/netperf-2.4.4.tar.gz 
     
    591591}}} 
    592592So this time we have an RPM ! 
     593You can try to install it and check if it works: 
     594{{{ 
     595$ sudo urpmi /users/bruno/netperf/build/RPMS/x86_64/netperf-2.4.4-1.mdv2007.1.x86_64.rpm 
     596 
     597installation de netperf-2.4.4-1.mdv2007.1.x86_64.rpm depuis /users/bruno/netperf/build/RPMS/x86_64 
     598Préparation ...                  ########################################################################## 
     599      1/1: netperf               ########################################################################## 
     600$ sudo netserver 
     601Starting netserver at port 12865 
     602Starting netserver at hostname 0.0.0.0 port 12865 and family AF_UNSPEC 
     603$ sudo netperf 
     604TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to victoria2.home.musique-ancienne.org (127.0.0.1) port 0 AF_INET 
     605Recv   Send    Send 
     606Socket Socket  Message  Elapsed 
     607Size   Size    Size     Time     Throughput 
     608bytes  bytes   bytes    secs.    10^6bits/sec 
     609 
     610 87380  16384  16384    10.00    3665.59 
     611}}} 
     612 
     613So it seems to work. Check now the RPM: 
     614{{{ 
     615$ rpm -ql netperf 
     616/usr/bin/netperf 
     617/usr/bin/netserver 
     618/usr/share/doc/netperf-2.4.4 
     619/usr/share/doc/netperf-2.4.4/AUTHORS 
     620/usr/share/doc/netperf-2.4.4/COPYING 
     621/usr/share/doc/netperf-2.4.4/ChangeLog 
     622/usr/share/doc/netperf-2.4.4/INSTALL 
     623/usr/share/doc/netperf-2.4.4/NEWS 
     624/usr/share/doc/netperf-2.4.4/README 
     625/usr/share/info/netperf.info.bz2 
     626/usr/share/man/man1/netperf.1.bz2 
     627/usr/share/man/man1/netserver.1.bz2 
     628$ rpm -q --changelog netperf 
     629$  
    593630 
    594631= Example of use on LinuxCOE (more complex example) =