FS#22053 - [net-tools] Netstat fails on SNMP service
Attached to Project:
Arch Linux
Opened by Tim Besard (maleadt) - Saturday, 11 December 2010, 11:23 GMT
Last edited by Ronald van Haren (pressh) - Monday, 22 August 2011, 08:58 GMT
Opened by Tim Besard (maleadt) - Saturday, 11 December 2010, 11:23 GMT
Last edited by Ronald van Haren (pressh) - Monday, 22 August 2011, 08:58 GMT
|
Details
Description: running netstat results in an error parsing the
SNMP service: <<error parsing /proc/net/snmp:
Success>>
This seems to be a netstat issue, which has been fixed in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=131539 Additional info: * package version(s): net-tools 1.60-14 Steps to reproduce: [tim@serenity ~]$ sudo netstat -s [snip] error parsing /proc/net/snmp: Success |
This task depends upon
Closed by Ronald van Haren (pressh)
Monday, 22 August 2011, 08:58 GMT
Reason for closing: Fixed
Additional comments about closing: net-tools 1.60.20110819cvs-1
Monday, 22 August 2011, 08:58 GMT
Reason for closing: Fixed
Additional comments about closing: net-tools 1.60.20110819cvs-1
The idea on how to fix it came from Fedora. Also this bug is the same as https://bugs.archlinux.org/task/18957 which also includes a patch.
What is wrong with the current version is that an array size is not large enough for the amount of data it is wanting to put in it. The fix is to up the array from size 1024 to 2048