Re: patches?

2008-11-10 Thread Thomas Anders
dan anderson wrote: > Er, I just realized that the net-snmp site says to submit patches > using this list, but I don't recall actually seeing any - is this the > right place? Not sure where this is stated. The best place by nature in fact is the project's patches tracker: http://www.net-snmp.org/p

Re: patches?

2008-11-10 Thread dan anderson
"Submit your ideas, questions, patches etc. to the net-snmp-coders mailing list as you come up with them." from http://www.net-snmp.org/dev/helpingout.html Thanks, I'll use the tracker from now on. (Especially for miniscule comment-only patches like this!) Cheers, -Dan 2008/11/10 Thomas Anders <

RE: What needs to be installed on client PC in order forsnmpwalkto work?

2008-11-10 Thread Wen, Jing
What I find out is that I need 1) .snmp\mibs directory with MYMIB files 2) share\snmp\mibs direcotry with standard mibs 3) setup snmp.conf for mibsdir and default options 4) setup MIBS environment variables to recognize MYMIB module. Without any of these the snmpwalk can walk through the tree but

RE: What needs to be installed on client PC in order for snmpwalkto work?

2008-11-10 Thread Magnus Fromreide
[ 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. ] mån 2008

Re: patches?

2008-11-10 Thread Magnus Fromreide
mån 2008-11-10 klockan 13:04 -0800 skrev dan anderson: > Er, I just realized that the net-snmp site says to submit patches > using this list, but I don't recall actually seeing any - is this the > right place? Ooops. We would prefer if you used the SF patch tracker to make sure that the patch won'

patches?

2008-11-10 Thread dan anderson
Er, I just realized that the net-snmp site says to submit patches using this list, but I don't recall actually seeing any - is this the right place? -Dan - This SF.Net email is sponsored by the Moblin Your Move Developer's ch

Re: Why does SNMP query return HEX string value instead of text string?

2008-11-10 Thread Magnus Fromreide
mån 2008-11-10 klockan 12:19 -0800 skrev Need Help: > You stated "decision by your client". Does this mean that when the > "snmpget" command is made and the data is returned, then the "snmpget" > logic determines to display the results as hex? Basically, is the > "snmpget" command which you are c

comment patch

2008-11-10 Thread dan anderson
For $SNMP_ROOT/snmplib/snmpusm.c: 3031,3033d3030 < * Note: userList must not be NULL (obviously), as thats a rather trivial < * addition and is left to the API user. < * Since that statement is wrong - misleadingly so. -Dan -

Re: Why does SNMP query return HEX string value instead of text string?

2008-11-10 Thread Need Help
You stated "decision by your client".  Does this mean that when the "snmpget" command is made and the data is returned, then the "snmpget" logic determines to display the results as hex?  Basically, is the "snmpget" command which you are calling the "client"? --- On Mon, 11/10/08, Magnus From

Re: What needs to be installed on client PC in order for snmpwalk to work?

2008-11-10 Thread Magnus Fromreide
mån 2008-11-10 klockan 13:46 -0600 skrev Wen, Jing: > It walks fine on localhost but not on other clients specified on > "public" group. > I used the actually IP address to replace the localhost when running it > from client. > > Also, what are these conf parameters for? How to use them? They are

What needs to be installed on client PC in order for snmpwalk to work?

2008-11-10 Thread Wen, Jing
It walks fine on localhost but not on other clients specified on "public" group. I used the actually IP address to replace the localhost when running it from client. Also, what are these conf parameters for? How to use them? defDomain application domain defTarget application domain ta

RE: Can someone help me interpret these snmpd debug messages?

2008-11-10 Thread Wen, Jing
-Original Message- From: Magnus Fromreide [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 1:16 PM To: Wen, Jing Cc: [email protected] Subject: Re: Can someone help me interpret these snmpd debug messages? ons 2008-11-05 klockan 16:06 -0600 skrev Wen, Jing:

Re: Can someone help me interpret these snmpd debug messages?

2008-11-10 Thread Magnus Fromreide
ons 2008-11-05 klockan 16:06 -0600 skrev Wen, Jing: > Hello all, > > I'm trying to snmpwalk a simple table, the output shows > MY-MIB:dataTable = No more variables left in this MIB view. > The agent returns these debug messages: > --- > NET-SNMP version

Re: Receive trash on the SET request value

2008-11-10 Thread Magnus Fromreide
tor 2008-11-06 klockan 16:04 + skrev Angela Lazaro: > Hi all! > > I'm using Net-Snmp 5.3.2 and implemented an agent that responds to a > MIB. This MIB has a table of type read-create and to implement this > table I used mib2c command: > > mib2c -c mib2c.iterate.conf tableName > > This tab

Re: Why does SNMP query return HEX string value instead of text string?

2008-11-10 Thread Magnus Fromreide
mån 2008-11-10 klockan 06:02 -0800 skrev Need Help: > > I am using NetSNMP v5.4.1. > > I am issuing the following SNMP command: > > /usr/bin/snmpget -v 2c -c myaccess_ro 127.0.0.1 pageAppCodeModules.0 > > This command usually returns a string value like: > > "000-03341-85696-216|DATAPAGE=1(A

Running Net-snmp 5.2.1 on solaris 10

2008-11-10 Thread srikapilan.gandhi
Hi, I have problems running snmpd (net-snmp5.2.1) on solaris 10. It gives this error : init_kmem: kvm_open failed: Error 0 Reffering to http://www.mail-archive.com/[EMAIL PROTECTED]/msg1311 9.html http://www.mail-archive.com/[EMAIL PROTECTED] et/msg13119.html> http://www.mail-archive.com/[

Net-snmp 5.2.1 on solaris

2008-11-10 Thread srikapilan.gandhi
Hi, I have problems running snmpd (net-snmp5.2.1) on solaris 10. It gives this error : init_kmem: kvm_open failed: Error 0 Reffering to http://www.mail-archive.com/[EMAIL PROTECTED]/msg1311 9.html http://www.mail-archive.com/[E

Why does SNMP query return HEX string value instead of text string?

2008-11-10 Thread Need Help
I am using NetSNMP v5.4.1. I am issuing the following SNMP command:   /usr/bin/snmpget -v 2c -c myaccess_ro 127.0.0.1 pageAppCodeModules.0 This command usually returns a string value like: "000-03341-85696-216|DATAPAGE=1(Application Code Modules)|DATASECTION=TABLE(Downloaded Object List)|Modu