Bug 86572

Summary: net-snmp doesn't know how to fill in hrSWRunType
Product: Ports & Packages Reporter: wollman <wollman>
Component: Individual Port(s)Assignee: Jun Kuriyama <kuriyama>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description wollman 2005-09-26 03:50:15 UTC
hrSWRunType is an enumeration, which can be unknown (1), operatingSystem (2),
deviceDriver (3), or application (4).  Right now, net-snmp fills in every
process as "application", which is clearly wrong.  It should probably be
saying "unknown".  The enclosed patch gets the correct values; it is a
replacement for files/patch-hr_swrun.c in the port.  It has also been
submitted to the net-snmp project as patch #1304400.

I have arbitrarily decided that ithreads should map to deviceDriver and
all other system processes should map to operatingSystem.

How-To-Repeat: snmpget hrSWRunType.0
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-26 04:26:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer.
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2005-11-30 05:23:57 UTC
State Changed
From-To: open->closed

Committed, thanks!