Does 5.4.1 fully support systemStats on Solaris9,10?

2008-02-15 Thread Matt Matson
Sorry to bother, but can anyone confirm whether the UCD systemStats tree is known to work (fully) on Solaris9 or 10 with the 5.4.1 code? As I mentioned, I'm seeing some values pinned at "0". Thank you. # snmptranslate -Tp .1.3.6.1.4.1.2021.11 +--systemStats(11) | +-- -R-- Integer32 ssInde

Re: symbol "_send_OBSOLETE_" unresolved

2008-02-15 Thread Dave Shield
On 15/02/2008, Humpolicek <[EMAIL PROTECTED]> wrote: > So if the changes are OK, what can I do for propagating them to the > source repository to have effect in next releases? Well, the first step would be to tell us what these changes are :-) If you could post a patch containing the necessary c

Re: symbol "_send_OBSOLETE_" unresolved

2008-02-15 Thread Humpolicek
> > It seems to be OK. Configuration is without perl support, because of problems > on > tru64. > So if the changes are OK, what can I do for propagating them to the source repository to have effect in next releases? Thanks, Jiri Humpolicek ---

Re: subagent

2008-02-15 Thread Dave Shield
On 15/02/2008, Pranesh Kulkarni <[EMAIL PROTECTED]> wrote: > I am using now mib2c.mfd.conf option , but with 3 tables , have to run > as 3 separate subagent which inturn should be registered with master agent. No, you don't. You can compile all three tables into a single subagent. You just ne

Re: Error while loading lt-snmpd

2008-02-15 Thread Dave Shield
On 15/02/2008, Vishal N <[EMAIL PROTECTED]> wrote: > I found that snmpd is a script and it referes to files in directory > structure of build machine. Yes - because this script is used for running the "non-installed" version of the agent binary, and so needs to pick up the libraries etc from the p

subagent

2008-02-15 Thread Pranesh Kulkarni
Hi , I have written a sample MIB which has 3 tables and 5 scalar variables. I want to have this to be a subagent and get connected to a standard net-snmp snmp agent /usr/local/sbin/snmpd by agentx support. The table values will get at the run the time from user code. I used the Pl

Re: Error while loading lt-snmpd

2008-02-15 Thread Thomas Anders
Vishal N wrote: > I found that snmpd is a script and it referes to files in directory > structure of build machine. But agent is going to execute on ARM board. > How to use this snmpd script to execute agent on board. Directory > structure is not same as build amchine as well board will not contai

Re: Error while loading lt-snmpd

2008-02-15 Thread Vishal N
Thanks, I found that snmpd is a script and it referes to files in directory structure of build machine. But agent is going to execute on ARM board. How to use this snmpd script to execute agent on board. Directory structure is not same as build amchine as well board will not contain arm-linux-gcc.

snmpwalk --no response when issued to sub-agent through master-agent

2008-02-15 Thread Pranesh Kulkarni
-- Forwarded message -- From: Pranesh Kulkarni <[EMAIL PROTECTED]> Date: Fri, Feb 15, 2008 at 12:36 PM Subject: Re: snmpwalk --no response when issued to sub-agent through master-agent To: Dave Shield <[EMAIL PROTECTED]> Cc: Net-snmp-users On Tue, Feb 12, 2008 at 3:15 PM, Dave

Re: Error while loading lt-snmpd

2008-02-15 Thread Thomas Anders
Vishal N wrote: > I have compiled net-snmp-5.4.1 for ARM. but it giving following error > when trying to run on board, > > libc.so.6: aborted attempt to load ./lt-snmpd! > > can any one tell me what I need to do to resolve this issue. That sounds as if you skipped "make install" and run agent

snmpconf -g basic_setup

2008-02-15 Thread BIbhudatta Nayak
Hi, When i give the following command it ask for the option. Which option I will go for? D:\>snmpconf -g basic_setup The following installed configuration files were found: 1: C:/usr/etc/snmp/snmp.conf 2: c:/usr/etc/snmp/snmp.conf Would you like me to read them in? Their content will

Warning: Unknown token

2008-02-15 Thread BIbhudatta Nayak
Hi, I am using VC++ 6.0 for c++ codding on windows2000. i have created my own MIB with 2 Integer32 type object. Then I have generated .c and .h file for my MIB using mib2c. Then i developed an agent program by including this .c and .h file. When I run my agent it shows following message. -

Error while loading lt-snmpd

2008-02-15 Thread Vishal N
Hi, I have compiled net-snmp-5.4.1 for ARM. but it giving following error when trying to run on board, libc.so.6: aborted attempt to load ./lt-snmpd! can any one tell me what I need to do to resolve this issue. Vishal N - T