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
> "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
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
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
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,
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
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
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
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