pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/44479: net/net-snmp (2010Q4) fails to access network statistic on NetBSD 5.1
>Number: 44479
>Category: pkg
>Synopsis: net/net-snmp (2010Q4) fails to access network statistic on
>NetBSD 5.1
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jan 28 16:10:01 +0000 2011
>Originator: Dr. Wolfgang Stukenbrock
>Release: NetBSD 5.1
>Organization:
Dr. Nagler & Company GmbH
>Environment:
System: NetBSD test-s0 4.0 NetBSD 4.0 (NSW-WS) #0: Tue Aug 17 17:28:09 CEST
2010 wgstuken@test-s0:/usr/src/sys/arch/amd64/compile/NSW-WS amd64
Architecture: x86_64
Machine: amd64
>Description:
In NetBSD (5.1) the ip/tcp/icmp/udp statistics are stored in
cpu-specific structures.
Accedently the snmpd assumes one global structure and does not find the
requried kernel symbols:
Jan 28 16:48:35 s0g7 snmpd[21660]: nlist err: neither ipstat nor _ipstat found.
Jan 28 16:48:35 s0g7 snmpd[21660]: nlist err: neither tcpstat nor _tcpstat
found.
Jan 28 16:48:35 s0g7 snmpd[21660]: nlist err: neither icmpstat nor _icmpstat
found.
Jan 28 16:48:35 s0g7 snmpd[21660]: nlist err: neither udpstat nor _udpstat
found.
For unknown reasons NETBSD_STATS_VIA_SYSCTL is not defined, so the
sysctl() interface for
netbsd is not used.
>How-To-Repeat:
Compile net/net-snmp on 5.1 and start it. You will see the error
messages on console.
>Fix:
Not known - sorry - no time to go deeper into this
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index