RE: ask about AES192 and AES256 in net-snmp-5.1.4

2006-09-25 Thread Duy Doan Khuong
Hi, I try to setup an snmp agent that supports AES192 and AES256   - First, I want to talk about snmpd. In usr\etc\snmp\snmpd.conf, I create 11 users:   createUser dkduy0 createUser dkduy MD5 123456789 createUser dkduy1 SHA 123456789 createUser dkduy2 MD5 123456789 DES 123456789

Re: building perl outside srcdir

2006-09-25 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: TA> I strongly object. I strongly don't think you've looked at what I did. It doesn't actually break it did it? did you try it? TA> I'm making use of the mentioned symlink tricks ("shadow trees") to TA> successfully build outside the sour

building perl outside srcdir (was: Re: CVS: net-snmp configure, 5.249 configure.in,5.266)

2006-09-25 Thread Thomas Anders
Wes Hardaker wrote: > Update of /cvsroot/net-snmp/net-snmp > In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19721 > > Modified Files: > configure configure.in > Log Message: > tests to see if we're in the main source tree so we can install the perl > modules or not I strongly objec

Re: Building HEAD

2006-09-25 Thread Magnus Fromreide
On mån, 2006-09-25 at 10:00 +0200, Magnus Fromreide wrote: > On mån, 2006-09-25 at 09:39 +0200, Thomas Anders wrote: > > Magnus Fromreide wrote: > > > Trying to build from the source tree do indeed work, save for the librpm > > > issue. > > > > Building the perl modules outside the source tree doe

Re: Building HEAD

2006-09-25 Thread Magnus Fromreide
On mån, 2006-09-25 at 09:39 +0200, Thomas Anders wrote: > Magnus Fromreide wrote: > > Trying to build from the source tree do indeed work, save for the librpm > > issue. > > Building the perl modules outside the source tree doesn't work, > unfortunately. (Symlink tricks *can* make it work, though,

Re: Table iterator - data protection

2006-09-25 Thread Robert Story
On Fri, 22 Sep 2006 11:00:56 +0100 Graeme wrote: GW> In get_first/get_next I could increment a reference counter which then GW> gets decremented in free_data_context. GW> I could therefore lock my data in get_first and when the counter reaches GW> 0 again in free_data_context I could unlock the dat

Re: Partial OID matching in snmptrapd.conf

2006-09-25 Thread Dave Shield
On 25/09/06, Wes Hardaker <[EMAIL PROTECTED]> wrote: > > "DS" == Dave Shield <[EMAIL PROTECTED]> writes: > > TS> Is there a subtle (or not so, for any shell addicts) difference between > TS> "oid.*" (doesn't match oid itself?) and "oid*" (matches oid > TS> itself?) > > Oh, sorry... missed the

Re: compile net-snmp for ARM 9

2006-09-25 Thread Zhang Chuan
Hi, Thanks for the help!   With Thomas' help, I have finished cross compile on ARM9 successfully. And I can run "snmpd -d -Le -f" to start the main agent of Net-SNMP. Thank you very much!   But the next problem occurred. I wrote some codes for a test mib file: ComputerMIB. And I have compile those

Re: Building HEAD

2006-09-25 Thread Thomas Anders
Magnus Fromreide wrote: > Trying to build from the source tree do indeed work, save for the librpm > issue. Building the perl modules outside the source tree doesn't work, unfortunately. (Symlink tricks *can* make it work, though, but they're ugly.) This should be documented (at least) and/or trig