Results 1 to 2 of 2

Thread: How to run iperf as daemon?

  1. #1
    Join Date
    Sep 2007
    Location
    czech republic
    Posts
    182

    How to run iperf as daemon?

    1) How to run iperf as daemon?
    i use
    Code:
    iperf -s -D
    but it's very unpredictable, unstable
    iperf depends on libuclibc++
    in console runs well
    2) Can some user of RT-N16 (or other 2.6 based) attach compiled (binary) iperf for me pls.
    RT-N13u dd-wrt | Toshiba 2.5" 160GB | pxe boot server

  2. #2
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Unless you mention where you get iperf, I assume Optware.

    iperf strongly depends on libuclibc++ and don't use any 2.6 specific syscalls. It can be easy compiled by our toolchain:
    Code:
    ./configure --host=mipsel-linux --prefix=/opt ac_cv_func_malloc_0_nonnull=yes
    make
    I can attach ready binary which requires libstdc++.so.6 & uClibc 0.9.30 from wl500g googlecode toolchain, but since Optware uses same library names, you have to provide proper library paths with LD_LIBRARY_PATH or /etc/ld.so.conf for binary (libstdc++.so.6 should be taken from hndtools-mipsel-uclibc-4.3.5-1.tar.bz2).

Similar Threads

  1. what ipkg's do you run?
    By etheric in forum WL-700g Firmware Discussion
    Replies: 2
    Last Post: 19-04-2008, 20:17
  2. Iperf not found
    By Anttu in forum WL-500gP Q&A
    Replies: 2
    Last Post: 05-04-2008, 19:16
  3. How to run pppoe and dyndns
    By hugo in forum WL-HDD Q&A
    Replies: 4
    Last Post: 05-01-2007, 22:04

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •