Re: 5.4.1 won't talk

2008-04-17 Thread Thomas Anders
Larry Dickson schrieb: > Going on, I discovered man/snmpd.examples.5 suggested putting single > quotes (?) around do *.pl in the "perl do" line, and doing that made > Bareword go away, but still does not seem to do anything (like loading a > subagent where ps ax can see it). The "perl" directive

Re: working with tables...

2008-04-17 Thread Alejandro Islas
Solved! A reference to the head of my linked list was missing in my *_get_first_data_point function. Thanks for the help, Alejandro On Thu, Apr 17, 2008 at 2:16 PM, Alejandro Islas <[EMAIL PROTECTED]> wrote: > Ok...using gdb I found where my code crashes. In the handler function that > foll

Re: 5.4.1 won't talk

2008-04-17 Thread Larry Dickson
Going on, I discovered man/snmpd.examples.5 suggested putting single quotes (?) around do *.pl in the "perl do" line, and doing that made Bareword go away, but still does not seem to do anything (like loading a subagent where ps ax can see it). It further suggests some agentXPerms, which don't help

Re: working with tables...

2008-04-17 Thread Alejandro Islas
Ok...using gdb I found where my code crashes. In the handler function that follows MonThreadsTable_handler( netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info*reqinfo, netsnmp_request_info *request

Re: working with tables...

2008-04-17 Thread Alejandro Islas
On Thu, Apr 17, 2008 at 3:47 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 17/04/2008, Alejandro Islas <[EMAIL PROTECTED]> wrote: > > I tried to use mib2c.container.conf file but mib2c > > wasn't able to found it > > Hmmm... what version of the toolkit are you using? > mib2c.container.conf has b

Re: 5.4.1 won't talk

2008-04-17 Thread Larry Dickson
Actually it was adding the agentXSocket directive that got me that far. Before, it just shot itself in the head. Now at least it stays alive along with the subagent, but they show no signs of ever communicating. In 5.2.1 they used to talk happily and do snmpwalks and all kinds of nice things. The "

Re: snmpv3 Encryption Support

2008-04-17 Thread Amit Kumar
Thanks a lot to Colin and Thomas ... i am able to enable authentication and encryption. Configuration summary : Authentication support: MD5 SHA1 Encryption support: DES AES but i saw one error in net-snmp: mips64-octeon-linux-gnu-gcc -I../include -I. -I../snmplib -I../openssl/include -mab

Re: working with tables...

2008-04-17 Thread Dave Shield
On 17/04/2008, Alejandro Islas <[EMAIL PROTECTED]> wrote: > I tried to use mib2c.container.conf file but mib2c > wasn't able to found it Hmmm... what version of the toolkit are you using? mib2c.container.conf has been around since the 5.2 release (although the internals have changed significantly

RE: SNMP V3 walk failed in Net-SNMP

2008-04-17 Thread Lakshmipriya Subramanian (CW)
SNMPGET is returning value for the query with the "Authentication Error" message. All single-request commands do show the same behavior. Due to mail box size constraint I couldn't send the "usr" folder contents. /*log for reference*/ D:\NET_SNMP_OPEN_XTRA\NET-SNMP>snmpget -v 3 -l AuthNoPr

Re: 5.4.1 won't talk

2008-04-17 Thread Magnus Fromreide
On ons, 2008-04-16 at 10:35 -0700, Larry Dickson wrote: > :: > snmpd.conf-old > :: > #version 1 > rocommunity public > rwcommunity private > master agentx > agentXSocket /var/agentx/master > perl do /etc/edgeware-subagent.pl > :: > Dtdomain.out >