Bug 108126

Summary: [patch] Net-SNMP polls the wrong sysctl for the Total Memory
Product: Ports & Packages Reporter: Brad Davis <brd>
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 Brad Davis freebsd_committer freebsd_triage 2007-01-19 20:20:13 UTC
	Net-SNMP polls the wrong SYSCTL, HW_USERMEM instead of HW_PHYSMEM

Fix: Patch: files/patch-agent::mibgroup::ucd-snmp::memory_freebsd2.c
Comment 1 Brad Davis freebsd_committer freebsd_triage 2007-01-19 20:42:15 UTC
I forgot to mention that I opened a bug report upstream as well:

https://sourceforge.net/tracker/index.php?func=detail&aid=1639726&group_id=12694&atid=312694


Regards,
Brad Davis
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-20 11:01:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-03 13:00:23 UTC
kuriyama    2007-03-03 13:00:16 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/net-snmp    Makefile 
  Added files:
    net-mgmt/net-snmp/files patch-memory_freebsd2.c 
  Log:
  - Fix wrong syscall for Total Memory.
  
  PR:             ports/108126
  Submitted by:   brd
  
  Revision  Changes    Path
  1.139     +1 -1      ports/net-mgmt/net-snmp/Makefile
  1.6       +11 -0     ports/net-mgmt/net-snmp/files/patch-memory_freebsd2.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Jun Kuriyama freebsd_committer freebsd_triage 2007-03-03 13:00:25 UTC
State Changed
From-To: open->closed

Committed, thanks!