Net-SNMP 5.4.1.pre3 - Need a fix for AIX support

2007-06-22 Thread Sukwoo Kang
Hello all, I tested 5.4.1.pre3 on AIX. This version still needs a fix for dlopen use on AIX. (AIX dlopen does not support lazy loading. When dlopen is called for a Net-SNMP library, there cannot be unresolved symbols. Otherwise, dlopen fails.) Followings are the build order of Net-SNMP library f

Re: row_prep() returning MFD_SKIP results in error

2007-06-22 Thread Need Help
Is it recommended I set the following along with the "processed" bit? "req->delegated = REQUEST_IS_NOT_DELEGATED" Robert Story <[EMAIL PROTECTED]> wrote: On Thu, 21 Jun 2007 05:39:53 -0700 (PDT) Need wrote: NH> So based on your response, it seems like I can set "processed = 1" in the "_objec

Re: Table2 sharing cache/container of Table1, so can I remove these routines?

2007-06-22 Thread Robert Story
On Thu, 21 Jun 2007 11:07:01 -0700 (PDT) Need wrote: NH> Also, since Table2 shares the cache from Table1, then I would assume there is no reason to set the "cache->timeout" and "cache->flags" values in the Table2_container_init() routine . is this correct? NH> NH> NH> Need Help <[EMAIL PROT

Re: row_prep() returning MFD_SKIP results in error

2007-06-22 Thread Robert Story
On Thu, 21 Jun 2007 05:39:53 -0700 (PDT) Need wrote: NH> So based on your response, it seems like I can set "processed = 1" in the "_object_lookup()" routine at the same time I set "req->requestvb->type = SNMP_NOSUCHINSTANCE".This seems to be a more general solution which you prefer. My che

Re: Subagent warnings produced (Implicit declaration of function)

2007-06-22 Thread Robert Story
On Thu, 21 Jun 2007 05:26:21 -0700 (PDT) Need wrote: NH> ocStbHostMib_subagent.c: In function `main': NH> ocStbHostMib_subagent.c:53: warning: implicit declaration of function `init_ocStbHostAVInterfaceTable' NH> ocStbHostMib_subagent.c:59: warning: implicit declaration of function `init_vacm_

Should row_prep() return error code when "some" row data can not be retrieved?

2007-06-22 Thread Need Help
Lets say I have four fields(columns) in a row. When the row_prep() routine is called I plan on calling four individual API routines (one for each field) to get the data to populate into the row. If the first two API calls return valid data, but the third API call has trouble getting the data,

RE: net-snmp on Solaris 9 (Sparc)

2007-06-22 Thread Bruce Shaw
Complete install instructions are in README.solaris. > I need help in installing net-snmp on Solaris 9 sparc servers. >The SUN servers have SUN snmp, but the SUN snmp is only snmp v1 complaint. >I have monitoring tool that uses snmpv2c to poll information from the SUN server, but the SUN server

Patch to net-snmp 5.2.3-7 (debian) to provide netlink-based link state trap generation

2007-06-22 Thread Michael Leslie
Greetings SNMP coders and users, Every once in a while someone complains about having to wait for the 60 second timer to elapse before getting their 'linkUpDownNotifications'. The attached patch causes snmpd to register with the linux RT-NETLINK facility in order to be notified of link state

net-snmp on Solaris 9 (Sparc)

2007-06-22 Thread Orlando Prince
Hello, I need help in installing net-snmp on Solaris 9 sparc servers. The SUN servers have SUN snmp, but the SUN snmp is only snmp v1 complaint. I have monitoring tool that uses snmpv2c to poll information from the SUN server, but the SUN server do not respond because of version mism