The package has been synced.
** Changed in: iperf (Ubuntu)
Status: Triaged => Fix Released
--
Thread library bug for kernel >= 2.6.21
https://bugs.launchpad.net/bugs/156748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubun
Thank you for reporting this bug.
I've filed a sync request at bug 204948.
** Changed in: iperf (Ubuntu)
Importance: Undecided => Medium
Assignee: (unassigned) => Daniel Hahler (blueyed)
Status: New => Triaged
--
Thread library bug for kernel >= 2.6.21
https://bugs.launchpad.net/b
** Changed in: iperf (Debian)
Status: New => Fix Released
--
Thread library bug for kernel >= 2.6.21
https://bugs.launchpad.net/bugs/156748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@l
Bug has been fixed in Debian package version 2.0.2-4, can this be
imported into Ubuntu before the hardy release?
--
Thread library bug for kernel >= 2.6.21
https://bugs.launchpad.net/bugs/156748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
** Changed in: iperf (Debian)
Status: Unknown => New
--
Thread library bug for kernel >= 2.6.21
https://bugs.launchpad.net/bugs/156748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.
This is a pretty serious performance issue. I've attached a patch
against the original debian package to incorporate the Ingo Molnar fix
(see Antonio above). It has great effect on system usage during iperf
runs
[EMAIL PROTECTED]:~/tmp$ time iperf -V -c ping.lrz-muenchen.de
---
Same problem for me...
Solved with patch of Ingo Molnar from:
http://kerneltrap.org/Linux/Finding_Bugs_With_CFS
---
compat/Thread.c |3 ---
src/Reporter.c | 13 +
src/main.cpp|2 ++
3 files changed, 11 insertions(+), 7 deletions(-)
Index: iperf-2.0.2/compat/Thread.c
==