-
-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to run iperf3 on osv #305
Comments
This is needed to run iperf3. cloudius-systems#305 Signed-off-by: Asias He <[email protected]>
With getpeername and __h_errno_location implemented, we are able to run iperf3 now. But another issue occurred. [asias@muninn osv]$ sudo scripts/run.py -nv -c1 Server listening on 5201 Accepted connection from 192.168.122.1, port 53354 [asias@muninn iperf-3.0.3]$ iperf3 -c 192.168.122.89 (gdb) bt |
This is needed to run iperf3. #305 Signed-off-by: Asias He <[email protected]> Signed-off-by: Pekka Enberg <[email protected]>
We can definitely run iperf3 now on OSv at least as of cloudius-systems/osv-apps@1807b4d. Closing it. |
We are missing some symbols.
[asias@hjpc osv]$ scripts/check-libcfunc-avail.sh release apps/iperf3/libiperf.so.0.0.0
__h_errno_location not found
getpeername not found
system not found
sched_setaffinity not found
sendfile not found
hstrerror not found
[asias@hjpc osv]$ scripts/check-libcfunc-avail.sh release apps/iperf3/iperf3.so
daemon not found
The iperf3 module for osv is here: https://github.com/asias/osv-apps/tree/iperf3
The text was updated successfully, but these errors were encountered: