Re: Net-SNMP 5.3 and 5.4 segfault on Fedora Core 6 under Xen when attempting SNMP GET on extend or exec item

2007-04-06 Thread Thomas Anders
Max wrote: > I can even do a bulk GET on the NET-SNMP-EXTEND-MIB to call extension > scripts, but only if I do a bulk walk of the OID > > .1.3.6.1.4.1.8072.1.3.2.4.1.2 > > NET-SNMP-EXTEND-MIB::nsExtendOutLine > > Any attempts to call sub OIDs below that point result in > > Apr 6 21:56:24 vps28

Net-SNMP 5.3 and 5.4 segfault on Fedora Core 6 under Xen when attempting SNMP GET on extend or exec item

2007-04-06 Thread Max
Hi, Running on a Fedora Core 6 virtual machine. Tried using the Fedora Core 6 yum repo agent (5.3.1 xx), the 5.4 stable agent from source, and a few nightly builds of 5.4 (april 3 and april 6) I can query the IF-MIB, HOST-MIB, and other non-extension MIBs from my poller (Cacti) without issue. I

extending without a mib file

2007-04-06 Thread Erik Earle
do i have to register every oid or can I just register a sub arc and have my extension handle everything under that arc? Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Gre

Re: vacm notification access

2007-04-06 Thread Wes Hardaker
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes: DS> We'll need to tread carefully, though. There will be DS> hundreds of existing installations that are working quite DS> happily, and we'll need to ensure that a default config DS> continues to send traps. DS> (I realise that such an appro

Re: Question about error code during COMMIT stage of SNMP set operation

2007-04-06 Thread Wes Hardaker
> "KRV" == K R Venkateshan writes: KRV> But on a Net-SNMP system (5.1.4), the same sub-agent KRV> code, even though is returning a KRV> "SNMP_ERR-COMMITFAILED" or any other SNMP error, still KRV> the client does not receive any error as part of the KRV> SNMP response. KRV> But when I move t

Re: String Index

2007-04-06 Thread Wes Hardaker
> "SN" == Senthil Nathan <[EMAIL PROTECTED]> writes: SN> Is it possible , to make the Index as read write. SN> Because,i didnt work on this seneriao before. SNMP (the SMI actually) doesn't let you change the value of an index once the row is created; you must delete the current row and create

Subagent hangs while sending traps

2007-04-06 Thread bhushan
Hello Friends I have written code using net-snmp 5.4 API for subagent which will send trap to destination using agentx support in net-snmp. However if i configures some unresolved/unreachable host, the snmp subagent hangs in 'send' system call. I am using TCP commn protocol between subagent and sn