Preserving attribtues of persistent storage file

2004-09-16 Thread cnelson
I need someone other than root (which snmpd runs as) to be able to manipulate the persistent store (to add createUser directives). To that end, I've made the change below to the 5.1.1 version of read_config.c. I'm looking for some feedback before I go to the trouble of getting the latest versi

Re: extensible/mteTriggerTable solaris behaviour

2004-09-16 Thread Allan Mcintosh
I think I have found a *work around*, (work around != fix), for "montitor . extResult != 0" not working on solaris. In irc I was given the idea to try extResult.1 != 0 which means a monitor entry is required for each exec entry as shown below. exec tester1 /bin/sh /tmp/tester1 exec tester

FW: extensible/mteTriggerTable solaris behaviour

2004-09-16 Thread Bruce Shaw
Title: FW: extensible/mteTriggerTable solaris behaviour *copied to coders* I tried using: exec tester1 /bin/sh /tmp/tester1 exec tester2 /bin/sh  /tmp/tester2 exec tester3  /bin/sh /tmp/tester3 exec tester4  /bin/sh /tmp/tester4 exec tester5  /bin/sh /tmp/tester5 monitor -r 30 -o extNam

Re: snmpd.conf error

2004-09-16 Thread Sanjib Nath
Hi Dave, I have tried both (with name as well as OID) to exclude snmpVacmMIB. But unfortunately I am not able to make it happen!!! Finally I have commented out statements to REGISTER the vacm objects in vacm_var.c file in netsnmp-5.1. Please let me know if you have idea why it's not getting exc