Netstat reports errors when listing SCTP connections. Reproducible: Always Steps to Reproduce: 1. Run some applications that use SCTP (e.g.: ssh, openssl, freeswitch) 2. Type netstat --sctp Actual Results: Errors are displayed, as follows: netstat --sctp Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State sctp 0 0 1.2.3.4:5080 * LISTEN SCTP error in line: 2 sctp 0 0 *:22 * LISTEN sctp 0 0 2.3.4.5:5060 * LISTEN SCTP error in line: 5 sctp 0 0 3.4.5.6:5060 * LISTEN SCTP error in line: 1 Expected Results: Normal connection listing without error messages Functionality doesn`t seem to be affected. It appears to only be a cosmetic issue.
you must include emerge info as an attachment in all of your bug reports as well as listing the exact version of the package you're using emerge --info netstat
I believe this error is the SCTP/IPv6 parsing bug that was fixed in some of those Fedora patches I kludged in a while back. You might've put them upstream by now? If so, this might be fixed in the latest cut of net-tools.