Re: Fw: Problem with table-data.conf

2009-07-21 Thread Roberto Gonzalo
Ok, all right. Thanks. - Original Message - From: "Dave Shield" To: "Roberto Gonzalo" Cc: Sent: Tuesday, July 21, 2009 4:39 PM Subject: Re: Fw: Problem with table-data.conf 2009/7/10 Roberto Gonzalo : > When i ask to my table, the first row is OID.1.1.1 and

Re: Fw: Problem with table-data.conf

2009-07-21 Thread Dave Shield
2009/7/10 Roberto Gonzalo : > When i ask to my table, the first row is OID.1.1.1 and I return the data of > all columns of that row. I print the results and call to the NEXT OID, in > this case OID.1.1.2. > Then, the row exist in the table but it´s a empty row and I want to pass to > the next OID "

Fw: Problem with table-data.conf

2009-07-10 Thread Roberto Gonzalo
rsday, July 09, 2009 1:59 PM Subject: Problem with table-data.conf > Hi, all!!! > > I have a problem with tables generated by table-data.conf. > > I´ve generated 512 rows in the table with the next code: > > int i, j; > > for(i=1; i<=16; i++) > { >

Problem with table-data.conf

2009-07-09 Thread Roberto Gonzalo
Hi, all!!! I have a problem with tables generated by table-data.conf. I´ve generated 512 rows in the table with the next code: int i, j; for(i=1; i<=16; i++) { for(j=1; j<=16; j++) { table_row = MyTable_createEntry( table_data,i,j,1); table_mytable = (struct

Re: Problem with table

2007-11-25 Thread Dave Shield
On 17/11/2007, Deepak Pandian <[EMAIL PROTECTED]> wrote: > This is the initializations piece of code ; But still I am not able to > access this table elements through snmpget. Can anyone shed light on > the mistake I am making . You never seem to actually create the table at all (using netsnmp_cr

Re: Problem with table

2007-11-16 Thread Deepak Pandian
Dear all, I figured out some bugs in my code .. so please ignore the earlier mail and consider this code void init_DryContactTable(void) { netsnmp_table_data_set *table_set; netsnmp_table_row *row; /*

Problem with table

2007-11-16 Thread Deepak Pandian
Hi All, I am trying to implement a table following the dataset.c in example. Below is the code void init_DryContactTable(void) { netsnmp_table_data_set *table_set; netsnmp_table_row *row; /*

problem with table handler

2006-03-09 Thread Rashmi M Bangera
i am trying to implement Ethernet-Like Interface MIBI compiled the MIB file using mib2c iterate_access.conf. I have used ioctl calls to fetch the data and it is set in the get_first_data_item and get_next_data_item. The problem is with table_handler..The control goes to sprint_realloc_integ

Re: problem with table!! used mib2c.create_dataset.conf

2005-04-15 Thread chinmay bhat
You still haven't answered my original question. What is the exact link line run during the build process. I dont get ur question..Anyway i will edxplain you what i do? i have this agent file taken from the site.I have my mib compiled thraough mib2c compiler..I have got 2 .c and 2 .h files.I com

Re: problem with table!! used mib2c.create_dataset.conf

2005-04-13 Thread Robert Story
On Wed, 13 Apr 2005 12:57:59 +0530 chinmay wrote: CB> Oh no,Its working fine. If so, then it is just sheer luck. I would highly recommend that you revert the change and fix the linking problem. CB> anyway for the problem with the netsnmp_table_set_add_indexes , i set the CB> LD_LIBRARY_PATH to

Re: problem with table!! used mib2c.create_dataset.conf

2005-04-13 Thread chinmay bhat
lt;[EMAIL PROTECTED]> CC: net-snmp-users@lists.sourceforge.net Subject: Re: problem with table!! used mib2c.create_dataset.conf Date: Mon, 11 Apr 2005 14:59:32 -0400 On Mon, 11 Apr 2005 21:37:22 +0530 chinmay wrote: CB> I some how seem to solved this problem. CB> I used netsnmp_table_helper

Re: problem with table!! used mib2c.create_dataset.conf

2005-04-11 Thread Robert Story
On Mon, 11 Apr 2005 21:37:22 +0530 chinmay wrote: CB> I some how seem to solved this problem. CB> I used netsnmp_table_helper_add_indexes fuction instead of the other CB> function. CB> Hope it does the same function.Does it? Nope, it takes different parameters. It will probably crash when you try

Re: problem with table!! used mib2c.create_dataset.conf

2005-04-11 Thread chinmay bhat
at" <[EMAIL PROTECTED]> CC: net-snmp-users@lists.sourceforge.net Subject: Re: problem with table!! used mib2c.create_dataset.conf Date: Thu, 7 Apr 2005 14:25:11 -0400 On Tue, 05 Apr 2005 16:39:15 +0530 chinmay wrote: CB> And libraries are CB> CB> libnetsnmpagent.so.5.0.6 Th

Re: problem with table!! used mib2c.create_dataset.conf

2005-04-07 Thread Robert Story
On Tue, 05 Apr 2005 16:39:15 +0530 chinmay wrote: CB> And libraries are CB> CB> libnetsnmpagent.so.5.0.6 Those are the available libraries - which ones did you actually link into your app? What does the link line look like? -- NOTE: messages sent directly to me, instead of the lists, will be de

Re: problem with table!! used mib2c.create_dataset.conf

2005-04-05 Thread chinmay bhat
libsnmp.so.5.0.6 These are all standard libs if i am not wrong regards Chinmay From: Robert Story <[EMAIL PROTECTED]> Reply-To: net-snmp-users@lists.sourceforge.net To: "chinmay bhat" <[EMAIL PROTECTED]> CC: net-snmp-users@lists.sourceforge.net Subject: Re: pro

Re: problem with table!! used mib2c.create_dataset.conf

2005-04-01 Thread Robert Story
On Thu, 31 Mar 2005 19:51:03 +0530 chinmay wrote: CB> I have taken the make file provided by the netsnmp.net and it is also CB> compiling fine.But when i run the executable it gives me an error saying, CB> CB> -bash-2.05b$ ./agent CB> ./agent: relocation error: ./agent: undefined symbol: CB> net

problem with table!! used mib2c.create_dataset.conf

2005-03-31 Thread chinmay bhat
Hi all. I have one table with three columns I have taken the make file provided by the netsnmp.net and it is also compiling fine.But when i run the executable it gives me an error saying, -bash-2.05b$ ./agent ./agent: relocation error: ./agent: undefined symbol: netsnmp_table_set_add_indexes