Changes between Version 10 and Version 11 of NetPerfExample
- Timestamp:
- Mar 31, 2008, 2:02:08 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetPerfExample
v10 v11 98 98 # Packager label 99 99 # 100 pbpackager netperf = "Bruno Cornec <bruno@project-builder.org>"100 pbpackager netperf = Bruno Cornec <bruno@project-builder.org> 101 101 # 102 102 … … 616 616 {{{ 617 617 $ pb -p netperf -r 2.2.4 cms2pkg 618 Project: netperf619 Action: cms2pkg620 Packages: netperf621 622 Management of netperf 2.4.4-1 (rev flat)623 Exporting /users/bruno/netperf/src/netperf-2.4.4 from DIR to /users/bruno/netperf/delivery/netperf-2.4.4... OK624 Generating NEWS file from /users/bruno/netperf/src/pbconf/netperf/pbcl625 618 [... build continues ...] 626 Wrote: /users/bruno/netperf/build/SRPMS/netperf-2.4.4-1.mdv2007.1.src.rpm 627 Wrote: /users/bruno/netperf/build/RPMS/x86_64/netperf-2.4.4-1.mdv2007.1.x86_64.rpm 628 Wrote: /users/bruno/netperf/build/RPMS/x86_64/netperf-debug-2.4.4-1.mdv2007.1.x86_64.rpm 629 Executing(%clean): /bin/sh -e /users/bruno/netperf/build/tmp/rpm-tmp.76745 630 + umask 022 631 + cd /users/bruno/netperf/build/BUILD 632 + cd netperf-2.4.4 633 + /bin/rm -rf /users/bruno/netperf/build/tmp/netperf-2.4.4-1.mdv2007.1-root-bruno 634 + exit 0 635 OK 636 Checking validity of rpms with rpmlint... E: netperf script-without-shellbang /usr/share/doc/netperf-2.4.4/examples/arr_script 637 E: netperf info-files-without-install-info-postin /usr/share/info/netperf.info.bz2 638 E: netperf info-files-without-install-info-postun /usr/share/info/netperf.info.bz2 639 W: netperf wrong-file-end-of-line-encoding /usr/share/doc/netperf-2.4.4/README.windows 640 E: netperf no-signature 641 E: netperf no-signature 642 OK 643 }}} 644 645 So seems much better. More verifications: 646 {{{ 647 $ sudo rpm -Uvh --force /users/bruno/netperf/build/RPMS/x86_64/netperf-2.4.4-1.mdv2007.1.x86_64.rpm 619 }}} 620 621 More verifications: 622 {{{ 623 $ sudo rpm -Uvh --force /users/bruno/project-builder/netperf/build/RPMS/x86_64/netperf-2.4.4-1.mdv2008.0.x86_64.rpm 624 648 625 PrĂ©paration... ########################################### [100%] 649 626 1:netperf ########################################### [100%] 650 $ rpm -ql netperf651 /usr/bin/netperf652 /usr/bin/netserver653 /usr/share/doc/netperf-2.4.4654 /usr/share/doc/netperf-2.4.4/AUTHORS655 /usr/share/doc/netperf-2.4.4/COPYING656 /usr/share/doc/netperf-2.4.4/ChangeLog657 /usr/share/doc/netperf-2.4.4/INSTALL658 /usr/share/doc/netperf-2.4.4/NEWS659 /usr/share/doc/netperf-2.4.4/README660 /usr/share/doc/netperf-2.4.4/README.aix661 /usr/share/doc/netperf-2.4.4/README.hpux662 /usr/share/doc/netperf-2.4.4/README.osx663 /usr/share/doc/netperf-2.4.4/README.ovms664 /usr/share/doc/netperf-2.4.4/README.solaris665 /usr/share/doc/netperf-2.4.4/README.windows666 /usr/share/doc/netperf-2.4.4/Release_Notes667 /usr/share/doc/netperf-2.4.4/examples668 /usr/share/doc/netperf-2.4.4/examples/Makefile669 /usr/share/doc/netperf-2.4.4/examples/Makefile.am670 /usr/share/doc/netperf-2.4.4/examples/Makefile.in671 /usr/share/doc/netperf-2.4.4/examples/arr_script672 /usr/share/doc/netperf-2.4.4/examples/packet_byte_script673 /usr/share/doc/netperf-2.4.4/examples/sctp_stream_script674 /usr/share/doc/netperf-2.4.4/examples/snapshot_script675 /usr/share/doc/netperf-2.4.4/examples/tcp_range_script676 /usr/share/doc/netperf-2.4.4/examples/tcp_rr_script677 /usr/share/doc/netperf-2.4.4/examples/tcp_stream_script678 /usr/share/doc/netperf-2.4.4/examples/udp_rr_script679 /usr/share/doc/netperf-2.4.4/examples/udp_stream_script680 /usr/share/info/netperf.info.bz2681 /usr/share/man/man1/netperf.1.bz2682 /usr/share/man/man1/netserver.1.bz2683 627 $ rpm -q --changelog netperf | head 684 * ven nov 16 2007 Bruno Cornec <bruno@project-builder.org> 2.4.4-1.mdv2007.1628 * dim mar 30 2008 Bruno Cornec <bruno@project-builder.org> 2.4.4-1.mdv2008.0 685 629 - Updated to 2.4.4 686 630 - The LOC_CPU and REM_CPU tests will report their respective beliefs … … 695 639 }}} 696 640 697 So we now have a much more correct rpm built, even if not everything is solve . The beauty of Project-Builder will now appear, as it's as easy to generate more RPMs for other distributions than it is for your native distribution.641 So we now have a much more correct rpm built, even if not everything is solved (In order to get a good NEWS file, we whould remove the empty one part of netperf). The beauty of Project-Builder will now appear, as it's as easy to generate more RPMs for other distributions than it is for your native distribution. 698 642 699 643 Imagine you want to build the same RPMs for the just issued Fedora 8, instead of your native distribution. First download the ISO image of your distribution and put it where you have space on your disk. Then call pb to help you create a new virtual machine for that distribution: 700 644 {{{ 701 $ pb -p netperf -r `pwd` -m fedora_8-i ~/Download/Fedora-8-i386-DVD.iso newvm645 $ pb -p netperf -r 2.4.4 -m fedora-8-i386 -i ~/Download/Fedora-8-i386-DVD.iso newvm 702 646 Project: nerperf 703 647 Action: newvm … … 710 654 Once your distribution is installed, stop the VM and relaunch it to finish the setup with: 711 655 {{{ 712 $ pb -p netperf -r `pwd` -m fedora_8launchvm656 $ pb -p netperf -r 2.4.4 -m fedora-8-i386 launchvm 713 657 Project: netperf 714 658 Action: launchvm … … 719 663 {{{ 720 664 # mkdir .ssh 721 # scp bruno@victoria2 .home.musique-ancienne.org:.ssh/id_dsa.pub .ssh//authorized_keys722 The authenticity of host 'victoria2 .home.musique-ancienne.org(192.168.8.28)' can't be established.665 # scp bruno@victoria2:.ssh/id_dsa.pub .ssh//authorized_keys 666 The authenticity of host 'victoria2 (192.168.8.28)' can't be established. 723 667 RSA key fingerprint is 8c:48:e7:a0:23:fe:81:c6:27:a2:d7:e1:7f:00:02:09. 724 668 Are you sure you want to continue connecting (yes/no)? yes