Re: 5.2.rc1 patch: configure adds invalid library on freebsd

2004-10-25 Thread Andy Smith
You beat me to that one! It was breaking MinGW builds as well. Are all of the other places where -ldl is needed indentified, or are we going to have to see if anything breaks? Andy Robert Story (Coders) wrote: Problem --- A recent fix in configure.in uncovered a previous problem. A fix to co

PROXY ques: must all varbinds in a forwarded PDU belong to the forwarded-to agent?

2004-10-25 Thread Pete Wilson
Greetings! Trying to understand the agent's proxy strategy. I hope this question is clear. When the agent is configured to PROXY a portion of the MIB, is it necessary that all of the varbinds in a PDU refer to objects in the OID branch that the target (forwarded-to) agent is to handle? Thanks!

Agent Capability Question

2004-10-25 Thread Dipesh Gorashia
Hi all, I have VARIATION clause for a notification in my capability file and when run a smilint on the capabilit file, it shows following error. -CAPABILITY.my:141: SYNTAX is not allowed in a notification variation -CAPABILITY.my:141: WRITE-SYNTAX is not allowed in a notification variat

5.2.rc1 patch: configure adds invalid library on freebsd

2004-10-25 Thread Coders
Problem --- A recent fix in configure.in uncovered a previous problem. A fix to correctly determine when the dlmod module was configured into the agent suddenly started working, and a library (-ldl) was added to the link libraries unconditionally. This library is not available on (at least some

rwcommunity/rocommunity

2004-10-25 Thread Fong Tsui
For my understanding, rwcommunity/rocommunity is wrap-up for vacm's(com2c). If I want a community to be able to read all MIB and only to write a restrict OIDs, can this be done by specifying as follow: rocommunity public source .1 rwcommunity public source .1.3.6.1.4.1.3375.1.0 or rwcommunity

Re: Sub-agent/agent initialization

2004-10-25 Thread Ivens Porto
Robert Story (Coders) wrote: On Mon, 25 Oct 2004 15:13:59 -0200 Ivens wrote: IP> thank you for the patch, but unfortunately it didn't work (I applied it IP> against 5.1.2). Ok, try changing the "#if 0" to "#if 1" to enable the extra cleanup code. I haven't tested that code, but it seems like a re

Re: Sub-agent/agent initialization

2004-10-25 Thread Coders
On Mon, 25 Oct 2004 15:13:59 -0200 Ivens wrote: IP> thank you for the patch, but unfortunately it didn't work (I applied it IP> against 5.1.2). Ok, try changing the "#if 0" to "#if 1" to enable the extra cleanup code. I haven't tested that code, but it seems like a reasonable (if inefficient) fix

Re: Sub-agent/agent initialization

2004-10-25 Thread Ivens Porto
Robert, thank you for the patch, but unfortunately it didn't work (I applied it against 5.1.2). Valgrind is still complaining about the invalid free(): ==32669== Invalid free() / delete / delete[] ==32669==at 0x1B902460: free (vg_replace_malloc.c:153) ==32669==by 0x1BBABF2F: clear_callbac

Re: Sub-agent/agent initialization

2004-10-25 Thread Coders
On Wed, 20 Oct 2004 16:02:01 -0200 Ivens wrote: IP> Robert Story (Coders) wrote: IP> > On Tue, 19 Oct 2004 17:07:56 -0200 Ivens wrote: IP> > IP> Robert Story (Coders) wrote: IP> > IP> > On Tue, 19 Oct 2004 14:58:30 -0200 Ivens wrote: IP> > IP> What if I shut everything down before restarting as an

Re: net-snmp APIs

2004-10-25 Thread Alex Burger
Hi Allen. You need to download the source code. You can get it from the Sourceforge download page: http://sourceforge.net/project/showfiles.php?group_id=12694 You need this file: http://prdownloads.sourceforge.net/net-snmp/net-snmp-5.1.2.tar.gz?download You should also take a look at the tutor

net-snmp APIs

2004-10-25 Thread Nourdeh, Allen (US SSA)
I am new to net-snmp and I want to know which (binary, or source code) package should I download to get the SNMP APIs. I need to develop an SNMP agent for my MIB. I downloaded and installed the 5.1.2 binary Win32 version, but all I can see is \include\net-snmp\net-snmp-config.h! Where are t