parse usmUser line

2007-02-08 Thread Fong Tsui
Hi, Is there a way to get auth passphrase and private passphrase from usmUser line in the persistent snmpd.conf? I want to use perl to do it. I assume: auth passphrase is 0xfefa802d7734f26a4e42ff1b17140684 and private passphrase is 0xfefa802d7734f26 in the following line. usmUser 1 3 0x87e5

re: more compile help questions...

2007-02-08 Thread Sami Kibria
Here is what I am using for ./configure... ./configure --enable-static=yes --enable-shared=no --host=arm-linux --with-endianness=little --enable-dynamic=no --without-perl-modules --disable-embedded-perl --with-cflags="-O2 -static" I can compile everything into the agent but libc, libdl, libm...

re: compile help....

2007-02-08 Thread Sami Kibria
Hello all. I hope everyone is good. I have a really quick question to ask everyone...I need to statically compile an agent for an embedded board. I don't have any dynamic libraries such as libc.so, libdl.so, libm.so...I need to have them all statically liked with snmpd, etc. How do I do this

*beep* Take me to your leaders! *beep*

2007-02-08 Thread Eric S. Raymond
I've landed my flying saucer on this particular White House lawn because I think your documentation needs some fixing. I have no designs on your Earth femalessource code, I'd just like to get write access to your repo long enough to fix a large number of small documentation-markup problems. Then

RE: how are SET requests handled? - a possible bug

2007-02-08 Thread Wojciech Jawor
No problem. Hope someone else verified independently that the problem is fixed. Best, Wojciech Jawor Software Architect Shopzilla, Inc. -Original Message- From: Wes Hardaker [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 9:40 AM To: Wojciech Jawor Cc: net-snmp-coders@lists

Re: how are SET requests handled? - a possible bug

2007-02-08 Thread Wes Hardaker
> "WJ" == Wojciech Jawor <[EMAIL PROTECTED]> writes: WJ> Patch is against 5.3.0.1 Thanks for the patch! Applied to future releases! -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web s

Re: connection table

2007-02-08 Thread Dave Shield
On 08/02/07, Varun Chandramohan <[EMAIL PROTECTED]> wrote: > Can someone tell me where in the net-snmp5.4 code will i find > the functionality of the agent is populating the tcp connection table > info from the kernel to mib??? Either agent/mibgroup/mibII/tcpTable.c or agent/mibg

connection table

2007-02-08 Thread Varun Chandramohan
Hi, Can someone tell me where in the net-snmp5.4 code will i find the functionality of the agent is populating the tcp connection table info from the kernel to mib??? Regards, Varun - Using Tomcat but need to do mor