Re: SNMPv3 - problem with auth/encr sessions with Perl module

2006-09-26 Thread Wes Hardaker
[please don't respond to me personally... write back to the entire list again please so others can learn from our discussions] > "M" == ML <[EMAIL PROTECTED]> writes: >> Can you try it with MD5 instead of SHA (in authNoPriv mode) and see if >> that works? (if it does, it's almost certainl

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

2006-09-26 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: TA> This may well be one of a few exceptions. I do see code for support of TA> AES192 and AES256 in 5.1.x, but not in 5.2.x and later. I vaguely TA> remember them being dropped because of being non-standard. I have no TA> idea whether the cor

Re: building perl outside srcdir

2006-09-26 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: TA> I don't. The only symlink/shadow trees I set up are for the "perl", TA> "mibs" and "include" subdirectories (python to be added soon?) which has TA> always worked fine for me until your change. See NSB_DIRLINK_DIRS in TA> dist/nsb-functio

Re: rpm configure checks

2006-09-26 Thread Wes Hardaker
> "JJ" == Jeff Johnson <[EMAIL PROTECTED]> writes: JJ> A tangential issue is simplifying the HR-MIB interface to an rpm JJ> (or other package manager) installed software database to remove JJ> the need for configuration entirely. That would certainly be nice... We could test for it during co

Re: rpm configure checks

2006-09-26 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: >> CHANGES: snmpd: BUGS: 1564233: Have configure test for rpm headers >> not just the libraries TA> This breaks the build for me on any non-RPM-based system (Solaris, AIX, TA> HP-UX, IRIX, Tru64 at least): Ack. fixed. Can you test? -- We

Re: SNMPv3 - problem with auth/encr sessions with Perl module

2006-09-26 Thread Wes Hardaker
> "M" == ML <[EMAIL PROTECTED]> writes: M> I'm having problems with Net-SNMP Perl module. I'm currently running version M> 5.3.1, with OpenSSL support enabled. I'm not sure exactly what's going on there... Any chance you have multiple copies of the net-snmp libraries installed and the perl

5.4.pre2 released

2006-09-26 Thread Wes Hardaker
I've just published 5.4.pre2 which has many good bugfixes over the .pre1 release. Please report any errors you have! -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's

Re: rpm configure checks (was: Re: CVS: net-snmp configure, 5.251 configure.in, 5.268)

2006-09-26 Thread Jeff Johnson
On Sep 26, 2006, at 5:46 AM, Thomas Anders wrote: > Wes Hardaker wrote: >> Update of /cvsroot/net-snmp/net-snmp >> In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5621 >> >> Modified Files: >> configure configure.in >> Log Message: >> CHANGES: snmpd: BUGS: 1564233: Have configure test

Fwd: [Solved] Tree walk doesn't continue into my 'pass' function.

2006-09-26 Thread sourceforge_net . 3 . lyager
On 9/26/06, <> wrote: > However, when trying to walk the whole tree, SNMPd doesn't jump into > the tree-section controlled by my 'pass'-program. So: > > $ snmpwalk -v2c -c public 10.0.0.11 .1 > > Yeilds all other SNMP values but skips my section > (.1.3.6.1.4.1.26124.42.2.1.1) > > How am I to le

SNMPv3 - problem with auth/encr sessions with Perl module

2006-09-26 Thread ML
Hello, I'm having problems with Net-SNMP Perl module. I'm currently running version 5.3.1, with OpenSSL support enabled. I need to use SNMPv3. Authentication and encryption support works fine with command line tools like snmpget/snmpset and so on. But when it comes to the Perl module, I only succ

Re: building perl outside srcdir

2006-09-26 Thread Thomas Anders
Dave Shield wrote: > I haven't checked Wes' patch, but does this *force* the disabling of > the perl stuff? Or just affect the default build. It forces. Wes' summary on IRC: when explicitly enabling it explicitly dies. when implicitly enabling it simply doesn't built it. >> What can we do?

Re: building perl outside srcdir

2006-09-26 Thread Thomas Anders
Wes Hardaker wrote: >> "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? Tried it and it either breaks or disables perl for me. Here are the details:

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

2006-09-26 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 26/

rpm configure checks (was: Re: CVS: net-snmp configure, 5.251 configure.in, 5.268)

2006-09-26 Thread Thomas Anders
Wes Hardaker wrote: > Update of /cvsroot/net-snmp/net-snmp > In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5621 > > Modified Files: > configure configure.in > Log Message: > CHANGES: snmpd: BUGS: 1564233: Have configure test for rpm headers not just > the libraries This breaks the

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

2006-09-26 Thread Thomas Anders
Dave Shield wrote: > On 26/09/06, Duy Doan Khuong <[EMAIL PROTECTED]> wrote: >> Thank Dave. >> I see that we are using the old released, so I want to prove that this >> release can not support AES192 and AES256 protocols. Do you have any >> documents or somethings says that the 5.1.x line does not

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

2006-09-26 Thread Dave Shield
On 26/09/06, Duy Doan Khuong <[EMAIL PROTECTED]> wrote: > I don't think net-snmp-5.1.4 supports AES192 and AES256 protocols. Can you > help me ? The 5.1.x line is fairly old code - there have been over three years of development on newer code since that it was first released. In fact, this line i

Tree walk doesn't continue into my 'pass' function.

2006-09-26 Thread sourceforge_net . 3 . lyager
Hi there. I've compiled a very minimal version of net-snmp-5.3.1 with intentions to use it on an embedded system. The only MIB I've compiled in are "if-mib/ifTable" and "ucd-snmp/pass", now I've written a program to 'pass' to, and it works fine if I ask directly into the tree with snmp-walk like:

SNMP agent help needed

2006-09-26 Thread subhash.gajare
Hi,   I am studying the Net-SNMP agent code of version Net-SNMP 5.2.3. In that regards I have some queries.  1.  I want to create my own MIB file and for that MIB file I want SNMP agent to traverse the MIB tree, I have created   A MIB file, but I want to know where should I port the MIB

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

2006-09-26 Thread Dave Shield
On 25/09/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > Wes Hardaker wrote: > > Log Message: > > tests to see if we're in the main source tree so we can install the perl > > modules or not > > I strongly object. I'm making use of the mentioned symlink tricks ("shadow > trees") to successfully buil