Re: Error messages in snmpd.log

2010-08-24 Thread Robert Story
On Mon, 23 Aug 2010 22:02:54 -0700 Abhimanyu wrote: AC> I am useing net-snmp-5.3.3 on MIPS architecture. You might try a more recent relese. AC> I am getting following error messages in snmpd.log during initial snmpd AC> bootup: AC> netsnmp_assert !"registration !=

Error messages in snmpd.log

2010-08-23 Thread Abhimanyu Chowdhary
Hello evryone, I am useing net-snmp-5.3.3 on MIPS architecture. I am getting following error messages in snmpd.log during initial snmpd bootup: netsnmp_assert !"registration != duplicate" failed agent_registry.c:536 netsnmp_ subtree_load() netsnmp_assert !"registration != du

RE: error messages

2008-02-13 Thread Siva Prakash Reddy G
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Friday, February 08, 2008 10:11 PM To: Siva Prakash Reddy G Cc: [email protected] Subject: Re: error messages On 08/02/2008, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > Whe

Re: error messages

2008-02-08 Thread Dave Shield
t; it looks for default path, Yes. If you change the search path, then the library (and hence all the tools) will look for MIBs in that new path. > If snmpwalk or SNMP get or SNMP set looks for mibs in > the created directory, then hopefully I won't get er

RE: error messages

2008-02-08 Thread Siva Prakash Reddy G
in that crated directory or it looks for default path, If snmpwalk or SNMP get or SNMP set looks for mibs in the created directory, then hopefully I won't get error messages like Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in

Re: error messages

2008-02-07 Thread Dave Shield
On 07/02/2008, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > Can I create a directory, where I can store all the mib > files so that snmpwalk or SNMP get or SNMP set will look for mib files > in that created directory location. Of course you can. "make install" should have done

RE: error messages

2008-02-07 Thread Siva Prakash Reddy G
Reddy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Wednesday, February 06, 2008 3:00 PM To: Siva Prakash Reddy G Cc: [email protected] Subject: Re: error messages On 06/02/2008, Siva Prakash Reddy G &

Re: error messages

2008-02-06 Thread Dave Shield
On 06/02/2008, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > Whenever I run SNMP walk or SNMP get or SNMP set through command > line, the error messages are printed on the terminal as shown blue colour > below. > [EMAIL PROTECTED] ~]# Snmpwalk -v2c -c publ

error messages

2008-02-06 Thread Siva Prakash Reddy G
Hi! Whenever I run SNMP walk or SNMP get or SNMP set through command line, the error messages are printed on the terminal as shown blue colour below. [EMAIL PROTECTED] ~]# Snmpwalk -v2c -c public 192.168.157.198 1.3.6.1.4.1.13995.2.1.11 Cannot find module (IP-MIB): At line 0 in

Re: disabling error messages in sub-agent

2004-08-17 Thread Dave Shield
>can you tell me, what the following code will do? > > 3) disable persistent store: > > netsnmp_ds_set_boolean(NETSNMP_DS_LIBRARY_ID, >NETSNMP_DS_LIB_DONT_PERSIST_STATE, 1); It appears to be intended to turn off writing any existing configuration information t