Robert> Try 'read_config' instead of 'read-config'..

<sigh>
I'm always getting that one wrong - thanks Robert.

Michael> Ah, yes, a lot more info:
   [snip]

OK - that looks fine.
I can't see any extraneous access control settings there.

Michael> I also now get this from the
Michael> "snmpwalk -v 1 -c public localhost version" call:

> UCD-SNMP-MIB::versionConfigureOptions.0 = STRING:  
> "'--localstatedir=/var' '--sysconfdir=/etc'  
> '--with-persistent-directory=/var/net-snmp'  
> '--with-default-snmp-version=3'  
> '[EMAIL PROTECTED]'  
> '--with-sys-location=not-applicable'  
> '--with-logfile=/var/log/net-snmp'"

I don't know why you weren't seeing this output before,
but comparing that value with the configure options
you mentioned yesterday, there are two differences:

  a) the contact email address is subtly different
        ("archvas" vs "archivas")

  b) there's no mention of "--with-mib-modules"

That means that the version of the agent which is actually
running was configured with the default set of MIB modules,
which doesn't include Host Resources support.
(And hence this doesn't appear in the nsModuleName walk)

It looks as if you've probably got two locally compiled
versions of the agent kicking about - one with HostRes and
one without.  And you're actually running the "wrong" one.

You may need to do a little tidying up.  Try removing all
installed versions of Net-SNMP from your system, and do
a clean install.

Dave



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to