snmpd crash on adding row to table

2004-07-22 Thread Anupama Qanungo
hi! I have successfully compiled many table modules using mib2c.iterate_access.conf. It works great. There is just one problem - in the _get_first_data_point - I call my initialization module which then passes on the addresses of structures to my_data_context. Now the problem comes when I try to

culprits found! --enable-ipv6, --enable-mini-agent & --with-mib-modules='host'; re: bug [995021] "OS X agent dies in nlist"

2004-07-22 Thread OpenMacNews
in reference to bug [995021] "OS X agent dies in nlist", wherein the crash referenced is: % /usr/local/sbin/snmpd -C -DALL -p /var/run/snmpd.pid -c /etc/snmpd.conf -Ls d 127.0.0.1 --> CRASH REPORT: Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FA

Re: generating code using MIB2c.

2004-07-22 Thread Dave Shield
> 1. I've a new MIB and snmptranslate is not working. i've copied it into > default directory /usr/local/share/snmp/mibs What is the exact "snmptranslate" command that you are giving? How have you told it to load the new MIB? See the FAQ entry How do I add a MIB to the tools? > 2. how

generating code using MIB2c.

2004-07-22 Thread Nagaich, Nitin
Hi All, Could somebody tell me following things: 1. I've a new MIB and snmptranslate is not working. i've copied it into default directory /usr/local/share/snmp/mibs 2. how do i use MIb2c, to generate code i am using this command mib2c .x.y.z where .x.y.z is the top node defined in my MIB.