Re: subagent dying a silent death

2008-04-22 Thread deepak b
I tried running the subagent with gdb and it happened to receive SIGPIPE. This explains why it died silently. Is it possible to recover from this state? This is my init code. init_agent(MODULE_NAME); /* initialize mib code here */ /*Call the entry point for the MIB specific code. Every

Re: I used the example downloaded from net-snmp official website,but there was an error!

2008-04-22 Thread Magnus Fromreide
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On tis,

Re: Net-SNMP 5.2.5.pre1 available for testing

2008-04-22 Thread Thomas Anders
Dave Shield wrote: > Firstly, the default run of "configure" does not detect the > characteristics of the system correctly. This is due to the > activation of "--enable-embedded-perl" which introduces an > invalid set of compiler flags. The first sentence should be true for 5.4.x, but not for 5.

Re: Net-SNMP 5.2.5.pre1 available for testing

2008-04-22 Thread Thomas Anders
Wes Hardaker wrote: >> On Tue, 22 Apr 2008 16:32:15 +0100, "Dave Shield" <[EMAIL PROTECTED]> >> said: > > DS> I have a vague recollection of something similar arising in the > DS> past. > > And every time we fix it, we break it on some other set of opposite byte > swapped systems. > > G

RE: SNMP-COMMUNITY-MIB security question

2008-04-22 Thread Emi Yanagi
Okay, I added a view "ViewRO" to exclude read-only community access of snmpCommunityTable. view ViewRO included .1 view ViewRO excluded .1.3.6.1.6.3.18.1.1 access GroupAllRO "" any noauth exact ViewRO none none Then "public" cannot see snmpCommunityName, only "private" can.

Re: Net-SNMP 5.2.5.pre1 available for testing

2008-04-22 Thread Wes Hardaker
> On Tue, 22 Apr 2008 16:32:15 +0100, "Dave Shield" <[EMAIL PROTECTED]> > said: DS> I have a vague recollection of something similar arising in the DS> past. And every time we fix it, we break it on some other set of opposite byte swapped systems. Grr... -- Wes Hardaker Sparta, Inc. -

Re: Net-SNMP 5.2.5.pre1 available for testing

2008-04-22 Thread Dave Shield
On 11/04/2008, Wes Hardaker <[EMAIL PROTECTED]> wrote: > A copy of version 5.2.5.pre1 is now available from the sourceforge > download servers. Two issues have come to light so far, both on Mac OS X (Leopard) Firstly, the default run of "configure" does not detect the characteristics of the sys