显示问题
# cat /etc/debian_version
10.2
#
# uname -a
Linux <redacted> 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux
#
# dpkg -l | grep netperfmeter
ii netperfmeter 1.2.3-1+b1 amd64 Network Performance Meter
#
# netperfmeter 9000
Network Performance Meter - Version 1.0
---------------------------------------
Global Parameters:
- Runtime = until manual stop
- Active Node Name = Client
- Passive Node Name = Server
- Local Address(es) = (any)
- Logging Verbosity = 9
NOTE: Compiled with MPTCP support, but unable to initialize it: Operation not permitted!
NOTE: Your kernel does not provide DCCP support.
ERROR: Failed to configure DCCP service code on DCCP socket (DCCP_SOCKOPT_SERVIC
E option) - Bad file descriptor!
# 我并不是真的想要netperf,也不需要DCCP。
问题
netperfmeter (被动)?发布于 2020-04-21 15:52:57
网络测定仪的维护人员建议,这是一个非常古老的版本的网络测定仪。这个特定的错误已经解决了。https://github.com/dreibh/netperfmeter/issues/2
Debian需要将netperfmeter包更新为更新的版本。https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950271
我将使用UbuntuLTS和netperf;这是一个更最新的版本。https://packages.ubuntu.com/bionic/netperf
发布于 2020-03-18 08:45:30
要启用DCCP支持,您可以尝试
sudo modprobe dccphttps://unix.stackexchange.com/questions/557045
复制相似问题