RE: Net-SNMP 5.3.1 sub agent crash on long string index

2008-11-26 Thread Kobi Vaknin (kvaknin)
Hi Thomas , I've succeeded to reconstruct the problem in Net-SNMP 5.4.2.1, attached the agentx crash log . I'll explain the scenario : the agnetx access to one of our table because of getbulk request ( in snmp walk we don't crash,) in this mode when our table include string in

Re: Net-SNMP 5.3.1 sub agent crash on long string index

2008-11-26 Thread Thomas Anders
Kobi Vaknin (kvaknin) wrote: > Do you know if specific problem was known and already fixed ? The list of fixes between 5.3.1 and 5.4.2 is quite long. See the ChangeLog file that ships with 5.4.2 for details. +Thomas - This

RE: Net-SNMP 5.3.1 sub agent crash on long string index

2008-11-26 Thread Kobi Vaknin (kvaknin)
: Net-SNMP 5.3.1 sub agent crash on long string index Kobi Vaknin (kvaknin) wrote: > I've took the patch *[ net-snmp-Patches-1944581 ] Core dump in > net-snmp for long value of string index * *but now the agent (snmpd) > crash .* Try again with net-snmp 5.4.2 and report back

Re: Net-SNMP 5.3.1 sub agent crash on long string index

2008-11-25 Thread Thomas Anders
Kobi Vaknin (kvaknin) wrote: > I've took the patch *[ net-snmp-Patches-1944581 ] Core dump in net-snmp > for long value of string index * > *but now the agent (snmpd) crash .* Try again with net-snmp 5.4.2 and report back, ple

Net-SNMP 5.3.1 sub agent crash on long string index

2008-11-25 Thread Kobi Vaknin (kvaknin)
Hi , We have encountered with subagent (agentx) crash during get bulk request , the root cause of the problem wad long string Index ( 15 bytes) . I've took the patch [ net-snmp-Patches-1944581 ] Core dump in net-snmp for long value of string index but now the agent (snmpd) crash . we

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

Re: String Index

2007-04-05 Thread Dave Shield
On 05/04/07, Senthil Nathan <[EMAIL PROTECTED]> wrote: > Is it possible , to make the Index as read write. Not really, no. In fact, you wouldn't normally make an index object accessible at all - it ought to be "not-accessible". > for your reference,i have given my MIB definition. > Us

String Index

2007-04-04 Thread Senthil Nathan
Hi, Regarding my privious mail, I have used to generate the code by using Mib2c in itertator conf option. With thanks and Regards, D.SenthilNathan - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net

String Index

2007-04-04 Thread Senthil Nathan
Dear Friends, I have to say thanks for the cooperation for my queries regarding getbulk request. It really helped me in my project. Thanks once again, Regarding my project,I have one mib specification. Regarding that, I have need to clarify that, 1. Is it possible , to make the Index as read

Re: OCTET-STRING index Problem

2004-06-24 Thread Dave Shield
> My target is to define a table in which the user can insert new entry using > "set" command and with string index field > Is it possible ? Yes. > If yes, in which way ? Have a look at 'agent/mibgroup/agent/nsDebug.c' which does exactly this (using

Re: OCTET-STRING index Problem

2004-06-23 Thread Maurizio RUBINI
hi, Thanks for your interesting. My target is to define a table in which the user can insert new entry using "set" command and with string index field (defined by the user) for reference a record in the following way: . example: procEnabledName.

Re: OCTET-STRING index Problem

2004-06-21 Thread Niels Baggesen
On Fri, Jun 18, 2004 at 06:00:33PM +0200, Maurizio RUBINI wrote: > When i type the command : > > snmpget -v2c -c public localhost procEnabledName.\"process3\" > > the result is : > procEnabledName."process1": Unknown Object Identifier (Index out of range: > "process1 (procEnabledIndex)) > > and

Re: OCTET-STRING index Problem

2004-06-18 Thread Coders
On Fri, 18 Jun 2004 18:00:33 +0200 Maurizio wrote: MR> I have implemented the table with array-users.conf and i managed the index MR> in the following way: MR> MR> char idxList[] ={"process1", "process2", "process3"} I hope that's a typo. It should be a "char *". MR>/*First value

Re: OCTET-STRING index Problem

2004-06-18 Thread David T. Perkins
o RUBINI wrote: >Hi, > >I have a problem with OCTET-STRING index.(Net-snmp rel. 5.1) > >My MIB is : > >procEnabledTableOBJECT-TYPE >SYNTAX SEQUENCE OF ProcEnabledEntry >MAX-ACCESS not-accessible &g

OCTET-STRING index Problem

2004-06-18 Thread Maurizio RUBINI
Hi, I have a problem with OCTET-STRING index.(Net-snmp rel. 5.1) My MIB is : procEnabledTableOBJECT-TYPE SYNTAX SEQUENCE OF ProcEnabledEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION