Re: table_iterator bug or misunderstanding?

2004-09-26 Thread Michael Kirkham
On Sun, 26 Sep 2004, Robert Story wrote: I remember a multi-varbind bug in the interator stuff not to long ago, but believe it was fixed. Are you using the most recent version (5.1.2)? If not, try it. Since I don't recall the details of the previous problem, I can't guarantee it will help, though.

Re: manpage quirk

2004-09-26 Thread Coders
On Fri, 24 Sep 2004 17:34:53 +0100 Patrick wrote: PW> I would provide patches to man, but I don't really understand PW> what a subidentifier is.. A sub-identifier is a single identifier from an OID. eg, .1.3.6 is composed of 3 sub-identifiers. OIDs usually have lengths in sub-identifiers (eg 3 ab

Re: table_iterator bug or misunderstanding?

2004-09-26 Thread Coders
On Sat, 25 Sep 2004 23:28:24 -0700 (PDT) Michael wrote: MK> I'm using some mib2c.iterate.conf generated code to implement some tables MK> [...] MK> Everything was fine doing gets and single-variable get-next walks, until I MK> tried looking at the table with a table viewer that sends a single req

Re: MIB module under no-default context

2004-09-26 Thread Coders
On Fri, 24 Sep 2004 17:58:55 +0100 David wrote: DSC> I've written a MIB module to register itself under a diferent context than DSC> default [...] And it works fine when the module is loaded with snmpd. DSC> But if I try to load it with an AgentX subagent it can“t be accessed. I believe that passi