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
[ 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,
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.
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
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.
> 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.
-
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