Re: Error: OID not increasing: TCP-MIB::tcpListenerProcess.ipv4."127.0.0.1"

2022-05-11 Thread Bill Fenner
Hi Charles, The next time you see it in this state, can you run "sudo ss -pane" and share the output? I wonder if there are multiple listeners on port 53 and that is confusing the data collection. Bill On Tue, Apr 19, 2022 at 8:50 PM Charles Polisher wrote: > > net-snmp ver 5.9.1 > > > >

Re: Error: OID not increasing: TCP-MIB::tcpListenerProcess.ipv4."127.0.0.1"

2022-04-19 Thread Charles Polisher
net-snmp ver 5.9.1     $ snmpwalk -v2c localhost .1         TCP-MIB::tcpInErrs.0 = Counter32: 0     TCP-MIB::tcpOutRsts.0 = Counter32: 0 TCP-MIB::tcpConnectionState.ipv4."192.168.122.102".52680.ipv4."192.168.1.200".514 = INTEGER: established(5) TCP-MIB::tcpConnectionProcess.ipv4."192.168.122.

Re: error in retriving information from my device (ird)machine

2018-08-13 Thread Manisha Mohane
On Tue 14 Aug, 2018, 12:03 PM Manisha Mohane, wrote: > > On Mon 13 Aug, 2018, 10:22 AM Manisha Mohane, > wrote: > >> Dear sir/mam, >> i want to ask that i have previously tested local >> host and one device named integrated reciever decoder through snmp >> installed on my de

Re: error in loading custom mibs

2017-05-24 Thread Murali Karicheri
On 05/23/2017 01:32 AM, rishabh kataria wrote: > Hi, > > I am trying to load my own custom mib. I used > http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_MIB_Module for > reference but still getting the following error when i give snmpget command > > > root@netsim-virtual-machine:

Re: Error im manual page snmpd.conf(5) at "storageUseNFS"

2015-08-10 Thread Robert Story
On Tue, 28 Jul 2015 15:39:49 +0200 Ulrich wrote: UW> I discovered this error in themanual page for snmpd.conf(5) in UW> net-snmp-5.4.2. Maybe the bug is fixed already, but I'll let UW> you know: UW> [..]. UW> The source of the manual page looks rather OK: UW> --- UW> .IP "storageUseNFS [1|2]" UW> c

Re: Error im manual page snmpd.conf(5) at "storageUseNFS"

2015-07-29 Thread Stuart Henderson
On 2015-07-28, Ulrich Windl wrote: > I discovered this error in themanual page for snmpd.conf(5) in net-snmp-5.4.2. > Maybe the bug is fixed already, but I'll let you know: Looks ok in 5.7.3. I don't understand why anyone would still use a 7-year-old version of a network daemon that runs as root

Re: Error: Couldn't open a master agentx socket to listen on (tcp:localhost:1705):

2014-11-28 Thread Wes Hardaker
yuvaraj r writes: > Error: Couldn't open a master agentx socket to listen on > (tcp:localhost:1705): You probably have another application using that port. Try "lsof -i tcp:1705" to figure out what is using it. -- Wes Hardaker Parsons --

Re: error showing SNMPWALK on the last table of a view

2014-07-07 Thread Bill Fenner
This kind of behavior is usually due to using an inefficient lookup, especially combined with using the table_iterator helper. See the "Con Mitigation" heading of http://www.net-snmp.org/wiki/index.php/Table_iterator if you are using the table_iterator helper. Bill On Wed, Jul 2, 2014 at 11:0

Re: error showing SNMPWALK on the last table of a view

2014-07-02 Thread Fulko Hew
Sorry for my previous (cryptic and errorful) reply I sent it from my phone while I was away, and it auto-corrected my text. :-) The long form of my reply is: I have seen this type of behavior before. In one of my applications I have a table of (up to) 1000 entries. While building the table and wh

Re: error showing SNMPWALK on the last table of a view

2014-07-02 Thread sarath azad
Hello, Thanks for the replies and inputs.  The problem was that the table being of very large size, SNMPWALK was taking more time to finish.  When we configured the view to contain only a single column of the table, and then doing SMNPWALK on that column of the table, we were getting the data fr

Re: error showing SNMPWALK on the last table of a view

2014-06-25 Thread sarath azad
Hi Chris, Thanks for the reply. I did some more tests to understand the problem. I find that if we are configuring a table's OID in the view and doing a SNMPWALK on the table, we are getting all the data from the table and at the end getting the message: "No more variables left in this MIB View

Re: error showing SNMPWALK on the last table of a view

2014-06-24 Thread chris tech
Hello, Does the same happen when you change the default timeout say with your snmpwalk -t 10 [the rest of your arguments] (for 10 sec), and does the same happen if you try to do a snmpwalk on the tree that appears last just before the timeout?  24.06.2014, 16:37, "sarath azad" :Hello, Could you ple

RE: Error in packet. Reason: Unknown Error with snmpwalk

2014-04-17 Thread Gefei Jiang
ce my code has been changed ### -Original Message- From: Wes Hardaker [mailto:harda...@users.sourceforge.net] Sent: Thursday, April 17, 2014 6:40 AM To: Gefei Jiang Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Error in packet

Re: Error in packet. Reason: Unknown Error with snmpwalk

2014-04-17 Thread Wes Hardaker
Gefei Jiang writes: > When I do snmpwalk on one of my table (ntpTable) it displays Very odd. Can you run snmpwalk with both -d and -Ddump and send us that output? -- Wes Hardaker Parsons -- Learn Graph Databases - Do

Re: Error: Buffer too small to read octet string

2013-07-05 Thread Michael Schwartzkopff
Am Freitag, 5. Juli 2013, 22:15:12 schrieb Vincent Bernat: > ❦ 5 juillet 2013 14:44 CEST, Michael Schwartzkopff : > > I wanted to program a perl subagent and I copied a sample from > > > > https://github.com/vincentbernat/extend-netsnmp/blob/master/agentx- > > perl/ethtool-stats.pl > > > > to

Re: Error: Buffer too small to read octet string

2013-07-05 Thread Vincent Bernat
❦ 5 juillet 2013 14:44 CEST, Michael Schwartzkopff  : > I wanted to program a perl subagent and I copied a sample from > > https://github.com/vincentbernat/extend-netsnmp/blob/master/agentx- > perl/ethtool-stats.pl > > to my machine. When starting the subagent the output after the registration

Re: Error: Buffer too small to read octet string

2013-07-05 Thread Michael Schwartzkopff
Am Freitag, 5. Juli 2013, 14:44:06 schrieb Michael Schwartzkopff: > Hi, > > I wanted to program a perl subagent and I copied a sample from > > https://github.com/vincentbernat/extend-netsnmp/blob/master/agentx- > perl/ethtool-stats.pl > > to my machine. When starting the subagent the output afte

Re: error 2 OID: table get called but then another load routine is called after...

2012-02-27 Thread Francois Bouchard
> What do you mean by "automatically" ? > Are you talking about regular timed reloading of the cached data, > or what happens when you run an "snmpwalk" command > against the agent? The second case, when you run a "snmpwalk" command. > This is a standard behaviour when walking any MIB table Ok, t

Re: error 2 OID: table get called but then another load routine is called after...

2012-02-27 Thread Dave Shield
On 27 February 2012 22:05, Francois Bouchard wrote: > There is two tables in the MIB.  Table 1 is mpbcRMHAlarmTable, and the > second one is mpbcRMHOSUTable, bath use. > For some reason the get table on mpbcRMHAlarmTable loads the correct table > (table 1) but then automatically loads another tabl

Re: error in mib2c generated files

2011-09-06 Thread devel tech
Sir! i studied again but unable to fix the error, still getting the same error even added 0 at the end of object. Sir! both snmpget and snmpwalk not working for TEST-ENTERPRISE-MIB ... kindly guide me On Mon, Sep 5, 2011 at 12:17 PM, devel tech wrote: > > > > Thanks sir! > > Mistakenly i save

Re: error in mib2c generated files

2011-09-05 Thread devel tech
Thanks sir! Mistakenly i saved MIB by name TEST-MIB.txt but inside the MIB i wrote TEST-ENTERPRISE-MIB, and I read about scalar instance subidentifier from " http://www.webnms.com/cagent/help/technology_used/c_snmp_overview.html"; and i find out the mistake that i was doing.. I was missing 0 a

Re: error in mib2c generated files

2011-08-30 Thread Dave Shield
On 30 August 2011 05:56, devel tech wrote: > i performed following snmptranslate steps and got responses. >snmptranslate -IR TEST-MIB::teststr >Cannot find module (TEST-MIB): At line 0 in (none) That is not surprising - the name of the MIB is TEST-ENTERPRISE-MIBnot TEST-MIB Please se

Re: error in mib2c generated files

2011-08-29 Thread devel tech
Hi All, Thanks sir for such detail answer, i tried to followed your instructions, so i decided to make it simple, mean i started some exercise to understand template code. I changed my earlier MIB and made it simpler for me , First of all i am trying to define a string object in MIB file for READ

Re: error in mib2c generated files

2011-08-25 Thread Dave Shield
On 25 August 2011 09:53, devel tech wrote: > i compiled [my MIB] using mib2c command  and it generated two files .c and h > of > object Namesys. > > mib2c -c mib2c.scalar.conf Namesys > it was okay, then i run make command and i got following errors > > > test/Namesys.c: In

Re: Error with Win32OpenSSL-1_0_0d and net-snmp-5.5.0-1.x86 on Windows.

2011-03-18 Thread Bart Van Assche
On Fri, Mar 18, 2011 at 5:55 PM, Samuel Mutel wrote: > I have installed Win32OpenSSL-1_0_0d and net-snmp-5.5.0-1.x86 on a Windows > server. > When I launch Net-SNMP, it stop immediately and I have this message on > event log : > > Faulting application snmpd.exe, version 0.0.0.0, faulting module un

Re: error for net-snmp

2011-03-07 Thread Dave Shield
On 3 March 2011 17:18, Vabhav wrote: > I am getting exactly same error as you have got in sync. with post by you > following is the error SS: > Cannot find module (IF-MIB): At line 0 in (none) > Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) [snip] That indicates that the l

Re: error: C compiler cannot create executables

2011-01-10 Thread Mishustin Kirill
07.01.2011 16:42, Simon Gao wrote: > > configure: error: in `/app/tmn/itnms_collect/net-snmp-5.5': > > configure: error: C compiler cannot create executables > > See `config.log' for more details. > > Anyone can help me???Thank you in advance. As it says, see config.log. Or you can post it here, s

Re: error: C compiler cannot create executables

2011-01-10 Thread Abraham Varricatt
> configure: error: C compiler cannot create executables > > See `config.log' for more details > I've seen this error come up in my early builds/tests with net-snmp (running on a MIPS board). In my case, I needed to set the library paths correctly too. (Took me about 2 days to figure it out...!)

RE: error: Encryption support not enabled

2010-11-01 Thread Ron Rader
http://www.openssl.org/ From: Naama Bar Menachem [mailto:naama.barmenac...@novelsat.com] Sent: Monday, November 01, 2010 9:23 AM To: Ron Rader Cc: net-snmp-users@lists.sourceforge.net Subject: RE: error: Encryption support not enabled Can you please refer

RE: error: Encryption support not enabled

2010-11-01 Thread Naama Bar Menachem
Can you please refer me to the OpenSSL library? I have no idea where do I get it and how to compile it... Naama From: Ron Rader [mailto:ron.ra...@cipheroptics.com] Sent: Monday, November 01, 2010 3:22 PM To: Naama Bar Menachem Cc: net-snmp-users@lists.sourceforge.net Subject: RE: error

RE: error: Encryption support not enabled

2010-11-01 Thread Ron Rader
27;t trivial. Ron From: Naama Bar Menachem [mailto:naama.barmenac...@novelsat.com] Sent: Monday, November 01, 2010 9:16 AM To: Ron Rader Cc: net-snmp-users@lists.sourceforge.net Subject: RE: error: Encryption support not enabled What changes do I need to perform in order to enable the e

RE: error: Encryption support not enabled

2010-11-01 Thread Naama Bar Menachem
Bar Menachem; net-snmp-users@lists.sourceforge.net Subject: RE: error: Encryption support not enabled V3 encryption is only available after you link your SNMP agent to the OpenSSL libraries. You need to reconfigure/rebuild your agent and try again. Ron

RE: error: Encryption support not enabled

2010-11-01 Thread Ron Rader
V3 encryption is only available after you link your SNMP agent to the OpenSSL libraries. You need to reconfigure/rebuild your agent and try again. Ron From: Naama Bar Menachem [mailto:naama.barmenac...@novelsat.com] Sent: Monday, November 01, 2010 5:37 AM

RE: Error using SNMPv3 in SUSE 9,3

2010-08-06 Thread Ron Rader
Dave: > The script was re-written for the 5.3 release, and has worked > properly ever since, But the 5.2.x line (and earlier) is broken, > and nobody has noticed until now! Wow! I started out on net-snmp with 5.4.1, and I've always composed my own createUser configurations (either by hand or

Re: Error using SNMPv3 in SUSE 9,3

2010-08-06 Thread Dave Shield
On 6 August 2010 15:20, Nils Achtergarde wrote: >> Which version of the create-user command are you using? > > Im running version 5.2.1, which is the preinstalled one on the system. Aha! I've just checked that script, and it's got the -A/-a processing the wrong way round. (And similarly for -X/-

RE: Error using SNMPv3 in SUSE 9,3

2010-08-06 Thread Ron Rader
Nils: > The entry made by the create-user command was: > > createUser nagios AuNg6ud4thaiK8EJ "MD5" AuNg6ud4thaiK8EJ DES > > But the algorithm has to be in front of the password: > > createUser nagios "MD5" AuNg6ud4thaiK8EJ DES AuNg6ud4thaiK8EJ Oh man, I was staring right at the problem, I e

Re: Error using SNMPv3 in SUSE 9,3

2010-08-06 Thread Dave Shield
On 6 August 2010 14:35, Nils Achtergarde wrote: > Yeah, great. Parsing problem was the right hint. The entry made by the > create-user command was: > > createUser nagios AuNg6ud4thaiK8EJ "MD5" AuNg6ud4thaiK8EJ DES > > But the algorithm has to be in front of the password: Which version of the crea

Re: Error using SNMPv3 in SUSE 9,3

2010-08-06 Thread Nils Achtergarde
On 06.08.2010 16:15, Dave Shield wrote: > On 6 August 2010 14:35, Nils Achtergarde wrote: > >> Yeah, great. Parsing problem was the right hint. The entry made by the >> create-user command was: >> >> createUser nagios AuNg6ud4thaiK8EJ "MD5" AuNg6ud4thaiK8EJ DES >> >> But the algorithm has to b

Re: Error using SNMPv3 in SUSE 9,3

2010-08-06 Thread Nils Achtergarde
Yeah, great. Parsing problem was the right hint. The entry made by the create-user command was: createUser nagios AuNg6ud4thaiK8EJ "MD5" AuNg6ud4thaiK8EJ DES But the algorithm has to be in front of the password: createUser nagios "MD5" AuNg6ud4thaiK8EJ DES AuNg6ud4thaiK8EJ Then, after restart

RE: Error using SNMPv3 in SUSE 9,3

2010-08-06 Thread Ron Rader
Nils: > adding the following line to /var/lib/net-snmp/snmpd.conf: >createUser nagios AuNg6ud4thaiK8EJ "MD5" AuNg6ud4thaiK8EJ DES > adding the following line to /usr/share/snmp/snmpd.conf: >rouser nagios OK, now what ends up in your snmpd log file after you restart the agent? You must

Re: Error using SNMPv3 in SUSE 9,3

2010-08-06 Thread Nils Achtergarde
Hi Ron, thanks for answering so fast. On 05.08.2010 21:34, Ron Rader wrote: > Nils: > > >> I created a SNMPv3 user with (and got success message afterwards) >> >>> net-snmp-config --create-snmpv3-user -ro -x DES -a MD5 -A "mypw" -X >>> >> "mypw" nagios >> > What success mes

RE: Error using SNMPv3 in SUSE 9,3

2010-08-05 Thread Ron Rader
Nils: > I created a SNMPv3 user with (and got success message afterwards) > > net-snmp-config --create-snmpv3-user -ro -x DES -a MD5 -A "mypw" -X > "mypw" nagios What success message? "mypw" is too short to work with the net-snmp agents (v5.4.1 and v5.5) that I've used. These require a mini

Re: error msg "No such instance ~" on trap message?

2010-04-14 Thread Dave Shield
On 14 April 2010 05:50, key wrote: > Why does snmptrapd display "SNMPv2-SMI::mib-2.47.1.1.1.1.2.20" as OID of the > first varbind > "-i ENTITY-MIB::entPhysicalTable.1.entPhysicalDescr.20"? It looks as if you need to tell snmptrapd to load the Entity MIB. It won't do this by default. Try starting

RE: error msg "No such instance ~" on trap message?

2010-04-13 Thread key
calDescr.20", not "SNMPv2-SMI::mib-2.47.1.1.1.1.2.20". Did I miss something to do? Thanks again. Key -Original Message- From: Mike Ayers [mailto:mike_ay...@tva.tvworks.com] Sent: Wednesday, April 14, 2010 11:47 AM To: key; Dave Shield Cc: net-snmp-users@lists.sourceforge.n

RE: error msg "No such instance ~" on trap message?

2010-04-13 Thread Mike Ayers
> From: key [mailto:keyofm...@radiantech.net] > Sent: Tuesday, April 13, 2010 7:10 PM > And I have one more question. > RADFINDER-NOTIFICATION-MIB::rfcNotiTempSensors's OID is > RADFINDER-NOTIFICATION-MIB::rfcNotiFault.2. > But I wanted snmptrapd to display > "RADFINDER-NOTIFICATION-MIB::rfcNotiTe

RE: error msg "No such instance ~" on trap message?

2010-04-13 Thread key
gards Key -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Tuesday, April 13, 2010 4:27 PM To: key Cc: net-snmp-users@lists.sourceforge.net Subject: Re: error msg "No such instance ~" on trap message? On 13 April 20

Re: error msg "No such instance ~" on trap message?

2010-04-13 Thread Dave Shield
On 13 April 2010 06:47, key wrote: Where did you get the "monitor" line to use? Because it doesn't seem sensible to me. Let's pick it apart a bit: > monitor -r 30 -S -e CPUTemperature1 -u radiant "CPU temperature 1" Run some query every 30 s, and if it matches, then send the notification iden

Re: Error: The Side-by-Side configuration information for "AGENT.DLL" contains errors on Windows

2010-03-13 Thread Bart Van Assche
On Sat, Feb 27, 2010 at 6:43 AM, Patrick H. Piper wrote: > Installed NetSNMP on Windows 2008 Server. > > C:\usr\bin>perl -v > > This is perl, v5.10.1 built for MSWin32-x86-multi-thread (with 2 registered > patches, see perl -V for more detail) > > Copyright 1987-2009, Larry Wall > Binary build 100

Re: Error with make test Net-snmp 5.4.2.1

2010-03-11 Thread Dave Shield
On 11 March 2010 08:53, arcade agbeci wrote: > I ve got issue trying to compile net-snmp 5.4.2.1 > after make test, > Everything is ok without # 47 I don't understand why you keep mentioning #47. There's nothing wrong with this particular test. The problems arise with test #58. > 58: testing if

Re: Error with make test Net-snmp 5.4.2.1

2010-03-10 Thread Dave Shield
On 10 March 2010 09:56, arcade agbeci wrote: > I am trying to compile Net-snmp 5.4.2.1 on Solaris 10. > I've got 1 error message with make test. > > 58: testing if snmpnetstat finds the running agent in udpTable... FAIL > > I attached /tmp/snmp-test-47-23645.zip to my mail. That's the test infor

Re: Error: The Side-by-Side configuration information for "AGENT.DLL" contains errors on Windows

2010-02-28 Thread Bart Van Assche
On Sat, Feb 27, 2010 at 6:43 AM, Patrick H. Piper wrote: > Installed NetSNMP on Windows 2008 Server. > > C:\usr\bin>perl -v > > This is perl, v5.10.1 built for MSWin32-x86-multi-thread (with 2 registered > patches, see perl -V for more detail) > > Copyright 1987-2009, Larry Wall > Binary build 100

Re: Error: The Side-by-Side configuration information for "AGENT.DLL" contains errors on Windows

2010-02-27 Thread Bart Van Assche
On Sat, Feb 27, 2010 at 6:43 AM, Patrick H. Piper wrote: > Installed NetSNMP on Windows 2008 Server. > > C:\usr\bin>perl -v > > This is perl, v5.10.1 built for MSWin32-x86-multi-thread (with 2 registered > patches, see perl -V for more detail) > > Copyright 1987-2009, Larry Wall > Binary build 100

Re: ERROR: You don't have the SNMP perl module installed.

2010-02-22 Thread Thomas Anders
jithin.panakk...@wipro.com wrote: > I installed netsnmp 5.3.0.1 successfully in sunOs [ 2.10 ] . BUt while > running mib2c getting the error mentioned in the subject line. Is there a good reason for choosing an outdated net-snmp version for a new installation? What's the output of "cat configure

RE: ERROR: You don't have the SNMP perl module installed.

2010-02-22 Thread jithin.panakkada
ithin -Original Message- From: Thomas Anders [mailto:thomas.and...@blue-cable.de] Sent: Monday, February 22, 2010 6:06 PM To: Jithin Panakkada (WT01 - Telecom Equipment) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: ERROR: You don't have the SNMP perl module installed. jithi

RE: error about libnetsnmpagent.la

2009-12-28 Thread Mike Ayers
> From: cornerbreeze [mailto:cornerbre...@163.com] > Sent: Sunday, December 27, 2009 5:55 PM > While I install the NET-SNMP,I firstly copy the net-snmp-5.4.1.tgz to > /home/mark. > > Then I "tar" it. > Thirdly, a new directory "net-snmp" was made in /usr/local. > Afeter thses,I ran "./configur -

RE: Error with net-snmp on Solaris 9 sparc

2009-09-25 Thread Burkhardt, Chris
bffbb4) at snmpd.c:1056 (gdb) exit Undefined command: "exit". Try "help". (gdb) quit r...@odyssey1 # ^D script done on Fri Sep 25 10:49:24 2009 -Original Message- From: Thomas Anders [mailto:thomas.and...@blue-cable.de] Sent: Thursday, September 24, 2009 4:55 PM To:

Re: Error with net-snmp on Solaris 9 sparc

2009-09-24 Thread Thomas Anders
Burkhardt, Chris wrote. > It failed again. Oops, my fault. Please try "snmpd -I -at ..." instead. +Thomas -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to att

RE: Error with net-snmp on Solaris 9 sparc

2009-09-24 Thread Burkhardt, Chris
c:1221 #16 0x00013afc in main (argc=3, argv=0xffbffba4) at snmpd.c:1056 (gdb) quit r...@odyssey1 # ^D script done on Wed Sep 23 13:38:59 2009 -Chris -Original Message- From: Thomas Anders [mailto:thomas.and...@blue-cable.de] Sent: Wednesday, September 23, 2009 10:55 AM To: Burkhardt, Chri

RE: Error with net-snmp on Solaris 9 sparc

2009-09-24 Thread Burkhardt, Chris
e-cable.de] Sent: Monday, September 21, 2009 5:30 PM To: Burkhardt, Chris Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Error with net-snmp on Solaris 9 sparc Burkhardt, Chris wrote: > That seems to have fixed the primary problem. There were a lot of > errors (missing \'s) in the

RE: Error with net-snmp on Solaris 9 sparc

2009-09-24 Thread Burkhardt, Chris
g ALIAS Transport...ok Summary: 65 / 66 succeeded. make[1]: *** [test] Error 1 make[1]: Leaving directory `/var/tmp/net-snmp-5.5.rc3/testing' make: *** [test] Error 2 It has been a long time since I used a debugger so it might take me awhile to figure out how to do the backtrace but I will d

RE: Error with net-snmp on Solaris 9 sparc

2009-09-24 Thread Burkhardt, Chris
ptember 23, 2009 3:30 PM To: Burkhardt, Chris Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Error with net-snmp on Solaris 9 sparc Burkhardt, Chris wrote: > #0 0xff3b05c8 in memcpy () >from /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1 > (gdb) bt > #0 0xff3b05c8 in mem

Re: Error with net-snmp on Solaris 9 sparc

2009-09-23 Thread Thomas Anders
Burkhardt, Chris wrote: > #0 0xff3b05c8 in memcpy () >from /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1 > (gdb) bt > #0 0xff3b05c8 in memcpy () >from /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1 > #1 0xff1f1508 in getMibstat (grid=MIB_INTERFACES, resp=0xffbfeb48, > entry

Re: Error with net-snmp on Solaris 9 sparc

2009-09-23 Thread Wes Hardaker
> On Wed, 23 Sep 2009 17:55:29 +0200, Thomas Anders > said: TA> Thanks. Are you able to provide the requested back trace anytime TA> soon? Otherwise I don't see the slightest chance to get a potential TA> fix into the upcoming 5.5 release. I agree this is looking more and more likely to

Re: Error with net-snmp on Solaris 9 sparc

2009-09-23 Thread Thomas Anders
Burkhardt, Chris wrote: > Here are the results of running some more tests: Thanks. Are you able to provide the requested back trace anytime soon? Otherwise I don't see the slightest chance to get a potential fix into the upcoming 5.5 release. +Thomas --

RE: Error with net-snmp on Solaris 9 sparc

2009-09-23 Thread Burkhardt, Chris
: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Wednesday, September 23, 2009 3:24 AM To: Burkhardt, Chris Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Error with net-snmp on Solaris 9 sparc 2009/9/22 Burkhardt, Chris : > /us/local/bin/snmpwalk

Re: Error with net-snmp on Solaris 9 sparc

2009-09-23 Thread Dave Shield
2009/9/22 Burkhardt, Chris : > /us/local/bin/snmpwalk -v 2c -c public -m .1.3 localhost No - that's the wrong command. What Mike was asking for was snmpwalk -v 2c -c public localhost .1.3 (i.e. walking the whole tree, not just the standard objects). > Also caused snmpd to die with a falk

Re: Error with net-snmp on Solaris 9 sparc

2009-09-23 Thread Dave Shield
2009/9/22 Burkhardt, Chris : > I'm not specifying an OID.  The command > > snmpwalk -v 2c -c public -m ALL localhost > > is what I type in.  snmpd halts on both my dev and production boxes with that > build. [snip] > As you can see from the truss, I am getting some response back from the >

RE: Error with net-snmp on Solaris 9 sparc

2009-09-23 Thread Burkhardt, Chris
@lists.sourceforge.net Subject: RE: Error with net-snmp on Solaris 9 sparc > From: Burkhardt, Chris [mailto:cburkha...@medline.com] > Sent: Tuesday, September 22, 2009 6:45 AM > I'm not specifying an OID. The command Try it against .1.3,

Re: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Thomas Anders
Burkhardt, Chris wrote: > I am able to reproduce snmpd dying on the snmpwalk on both the > production (E15k) and the development box (V440). Thanks for your detailed feedback so far. > making all in /var/tmp/net-snmp-5.5.rc3/agent > make: Fatal error in reader: Makefile, line 333: Unexpected end

RE: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Mike Ayers
> From: Burkhardt, Chris [mailto:cburkha...@medline.com] > Sent: Tuesday, September 22, 2009 6:45 AM > I'm not specifying an OID. The command Try it against .1.3, please. Mike -- Come build with us! The Black

RE: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Burkhardt, Chris
Message- From: Thomas Anders [mailto:thomas.and...@blue-cable.de] Sent: Monday, September 21, 2009 5:30 PM To: Burkhardt, Chris Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Error with net-snmp on Solaris 9 sparc Burkhardt, Chris wrote: > That seems to have fixed the primary problem

RE: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Burkhardt, Chris
) = 0 13964: getmsg(6, 0xFFBF4A38, 0x, 0xFFBF4A34) = 2 13964: getmsg(6, 0x, 0xFFBF4A38, 0xFFBF4A34) = 0 13964: getmsg(6, 0xFFBF4A38, 0x, 0xFFBF4A34) = 2 13964: getmsg(6, 0x, 0xFFBF4A38, 0xFFBF4A34) = 0 13964: getmsg(6, 0xFFBF4A38, 0x, 0xFFBF4A34) = 2 1

RE: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Burkhardt, Chris
. If I don't run that command it seems to stay up and running. If I run that, snmpd dies. -Chris -Original Message- From: Thomas Anders [mailto:thomas.and...@blue-cable.de] Sent: Monday, September 21, 2009 5:44 AM To: Burkhardt, Chris Cc: net-snmp-users@lists.sourceforge.net S

RE: Error with net-snmp on Solaris 9 sparc

2009-09-21 Thread Mike Ayers
> From: Thomas Anders [mailto:thomas.and...@blue-cable.de] > Sent: Monday, September 21, 2009 3:30 PM > > compile. Also, there seems to be some other bug or issue related to > the > > snmpd process dying if you run the command snmpwalk -v 2c -c public - > m > > ALL localhost. What OID d

Re: Error with net-snmp on Solaris 9 sparc

2009-09-21 Thread Thomas Anders
Burkhardt, Chris wrote: > That seems to have fixed the primary problem. There were a lot of > errors (missing \'s) in the makefiles that I had to fix to get it to > compile. Also, there seems to be some other bug or issue related to the > snmpd process dying if you run the command snmpwalk -v 2c

Re: Error with net-snmp on Solaris 9 sparc

2009-09-21 Thread Thomas Anders
Burkhardt, Chris wrote: > I believe I am running into an issue with too many VLAN’s or > interfaces. When I bring up net-snmp (version 5.4.2.1 that I downloaded > precompiled from sunfreeware.com) it takes over a cpu (gets a lot of CPU > time) and doesn’t respond to snmpwalk. Prior to adding extr

Re: Error while creating a row in a table

2009-07-23 Thread Dave Shield
2009/7/23 François Dumont : >> snmpset -c private -v 2c 10.0.0.1 rbAQoSProfileRowStatus.32 i 4 >> rbQoSProfileType.32 i 1 rbQoSProfileName.32 s test rbQoSProfileParamTime.32 >> i 1 rbQoSProfileParam1.32 u 1000 > > And it worked > But then I tried to set another row and now I can't :/ I don't

Re: error msg: No support for requested transport domain "tcp"

2009-07-21 Thread Dave Shield
2009/7/8 XIANG Lei : >> How did you configure AgentX? > my configuration: > 1. for snmpd >    AgentXSocket unix:/var/snmpdagentx >    master agentx And does the master agent create this socket when you run it? Because if it doesn't, then there's no point in trying to start the subagent! > 2. fo

RE: error msg: No support for requested transport domain "tcp"

2009-07-08 Thread XIANG Lei
Subject: Re: error msg: No support for requested transport domain "tcp" 2009/7/7 XIANG Lei : >    I met a problem in the recent use of net-snmp, the version is 5.2.0. Is this a version you compiled yourself, or a vendor-supplied one? In either case - more details would be useful. A

Re: error msg: No support for requested transport domain "tcp"

2009-07-08 Thread Dave Shield
2009/7/7 XIANG Lei : >    I met a problem in the recent use of net-snmp, the version is 5.2.0. Is this a version you compiled yourself, or a vendor-supplied one? In either case - more details would be useful. Also note that 5.2.0 is a relatively old version, and is not even the most recent (or

Re: Error to retrieve the value of Ethernet Object

2009-04-14 Thread Dave Shield
2009/4/13 sanjaykumar : > snmpwalk -v 2c  -c public -n "" localhost  .1.3.6.1.2.1.10 > SNMPv2-SMI::transmission = No Such Object available on this agent at this OID The standard agent does not implement anything under the transmission subtree. > but working fine with other mibs like > snmpwalk

RE: Error to retrieve the value of Ethernet Object

2009-04-13 Thread Mike Ayers
> From: sanjaykumar [mailto:sanjay.ku...@globaledgesoft.com] > Sent: Monday, April 13, 2009 6:22 AM > snmpwalk -v 2c -c public -n "" localhost .1.3.6.1.2.1.10 > SNMPv2-SMI::transmission = No Such Object available on this > agent at this OID You don't have this MIB implementation, or t

Re: Re :Re: error during starting snmpd

2009-04-07 Thread Dave Shield
2009/4/7 vishal_nitr : > I am using net-snmp-5.4.1. One more info on this is, when I removed VLAN > interfaces from my machine I didn't get this error and snmpd started > perfectly. >     Does net-snmp-5.4.1 has any problems with VLANs ? I can't recall for definite, but I seem to remember that the

Re :Re: error during starting snmpd

2009-04-06 Thread vishal_nitr
Hi Dave,   Thanks for the reply.I am using net-snmp-5.4.1. One more info on this is, when I removed VLAN interfaces from my machine I didn't get this error and snmpd started perfectly.    Does net-snmp-5.4.1 has any problems with VLANs ?On Mon, 6 Apr 2009 16:29:10 +0100 Dave Shield wrote 2009

Re: error during starting snmpd

2009-04-06 Thread Dave Shield
2009/4/6 vishal_nitr : >   I am getting following error while starting snmpd in FC6. What version of the agent are you using? Dave -- ___ Net-snmp-users mailing list Net-snmp-u

Re: Error no such var available on the agent at this OID?

2009-03-31 Thread Dave Shield
2009/3/30 Kuczynski, Edward : > I wrote a tiny mib with a scalar and table. > Ran configure --with-mib-modules="testscalar" > Ran make, make install > > Ran agent with -f -Le -d and I can see the snmpget -v1 -c public localhost > 1.3.6.1.4.1.3000.2.1.1.1.0  send request, agent gets it and response

RE: error when start snmpd by -i interfaces

2009-03-30 Thread Mike Ayers
> From: down Load [mailto:engl...@yahoo.com] > Sent: Friday, March 27, 2009 1:42 AM > I found this error when i try to start snmpd ,please hekp me > to solve it > > /usr/sbin# ./snmpd -i interfaces > ./snmpd: Not a recognized flag: i > Usage: snmpd [-c config_file] [-d level] [-f logfile]

Re: Error running snmpd on linux

2009-03-24 Thread Pranesh Kulkarni
This is harmless , just apply official patch 1805971,then you will not see these warnings http://sf.net/support/tracker.php?aid=1805971 On Wed, Mar 25, 2009 at 4:50 AM, Rodolfo Leffa wrote: > Hi, > > I have extended the net-snmp agent to provide some information. It works > fines on windows and

Re: Error out on snmpwalk command.

2009-01-22 Thread Nikos Balkanas
From: "Dave Shield" To: "Paul Hogan" Cc: "Nikos Balkanas" ; Sent: Thursday, January 22, 2009 11:32 AM Subject: Re: Error out on snmpwalk command. > 2009/1/21 Paul Hogan : >> Interesting thing about it is, if I wait for a couple of minutes and tr

Re: Error out on snmpwalk command.

2009-01-22 Thread Dave Shield
2009/1/21 Paul Hogan : > Interesting thing about it is, if I wait for a couple of minutes and try > again it kicks out the first part > of the response again and then times out. If I try it immediately after it > times out right away. Strange. That sounds like the situation described in h

RE: Error out on snmpwalk command.

2009-01-21 Thread Paul Hogan
ial information. -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Tuesday, January 20, 2009 3:51 PM To: Paul Hogan; net-snmp-users@lists.sourceforge.net Subject: Re: Error out on snmpwalk command. Hi, I get timeouts when a MIB is not implemented or missimplemented

Re: Error out on snmpwalk command.

2009-01-21 Thread Dave Shield
2009/1/20 Paul Hogan : > I am getting the following when I run and snmpwalk command on a HP UX Itanium > system running 11.23. > > /usr/local/bin/./snmpwalk -v 2c -c SPOT localhost .1.3.6.1.2.1.25.3.2 : > HOST-RESOURCES-MIB::hrDeviceIndex.1032 = INTEGER: 1032 > Timeout: No Response from local

Re: Error out on snmpwalk command.

2009-01-20 Thread Nikos Balkanas
Hi, I get timeouts when a MIB is not implemented or missimplemented in the code. I have Solaris, so my HOST-RESOURCES are quite different. Does it happen with other trees as well? What do the logs say? BR, Nikos - Original Message - From: "Paul Hogan" To: Sent: Tuesday, January 20, 2

RE: error while using gdb

2008-09-05 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Shardul Kumar > Sent: Thursday, September 04, 2008 12:19 AM > Following is the list of lib and executable file for snmp . > How can I load all > > Symbols at a time so that I will get this error. If any > solution is there

RE: error while using gdb

2008-09-04 Thread Shardul Kumar
.15.0.0 libnetsnmphelpers.so.15.0.0 Thanks... From: Bhaskararao vakamullu [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 12:43 PM To: Shardul Kumar; net-snmp-users@lists.sourceforge.net Subject: RE: error while using gdb It means the gdb couldn't read any sy

RE: error while using gdb

2008-09-04 Thread Bhaskararao vakamullu
It means the gdb couldn't read any symbols that's why it displays ??. The error seem to be in the executable where there will not be any code symbols loaded for this. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shardul Kumar Sent: Thursday, Sept

Re: error rpm

2008-05-29 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. ] [daves@

Re: error rpm

2008-05-28 Thread Dave Shield
2008/5/28 kian <[EMAIL PROTECTED]>: > When I run snmpd, recieve this error: > error: Unable to open /usr/lib/rpm/rpmrc for reading: No such file or > directory. What version of the agent are you using? Self-compiled or a binary distribution? What O/S & distribution are you working on? Dave -

Re: Error During *.c & *.h file by using *.txt file

2008-05-15 Thread Wes Hardaker
> On Tue, 13 May 2008 11:13:56 +0530, "arif hussain" <[EMAIL PROTECTED]> > said: ah> ERROR: You don't have the SNMP perl module installed. Please obtain ah> this by getting the latest source release of the net-snmp toolkit from ah> http://www.net-snmp.org/download/ . Once you download t

Re: Error in net-snmp agent

2008-05-02 Thread Dave Shield
2008/5/2 arif hussain <[EMAIL PROTECTED]>: > when i run > > agent/snmpd -f -Lo > > the following error and warning come, suggest me > > Warning: no access control information configured. > It's unlikely this agent can serve any useful purpose in this state. >Run "snmpconf -g basic_setup" to

  1   2   3   >