Re: Regarding .packlist in net-snmp code

2020-07-24 Thread Wes Hardaker via Net-snmp-coders
Narendra Kumar S S writes: > When I build net-snmp code, I am getting a file by name .packlist, > which contains the list of file that will get delivered when the > package is installed. I want to understand the significance of this > file and whether this file is used in the inst

Regarding .packlist in net-snmp code

2020-07-21 Thread Narendra Kumar S S
Hi, When I build net-snmp code, I am getting a file by name .packlist, which contains the list of file that will get delivered when the package is installed. I want to understand the significance of this file and whether this file is used in the installed system? Regards, Narendra

Re: Same error building net-snmp-5.7.3 or net-snmp-code-0a139e9348589884ae03858ee82c807c8362d079 on Solaris 10 X86/Sparc

2015-07-08 Thread Robert Story
On Tue, 7 Apr 2015 15:10:12 + Ben wrote: TB> With both net-snmp-5.7.3 and TB> net-snmp-code-0a139e9348589884ae03858ee82c807c8362d079, I'm TB> seeing the same error on both Sparc and X86. With and without TB> -enable-ipv6. TB> TB> ./configure TB> --with-mib-modules=

Same error building net-snmp-5.7.3 or net-snmp-code-0a139e9348589884ae03858ee82c807c8362d079 on Solaris 10 X86/Sparc

2015-04-07 Thread Taylor, Ben
things, so I don't forget how I've built it. The little tricks like munging up the Makefiles after the configure to add an -R to the linker commands so I don't have to futz with crle or an LD_LIBRARY_PATH. With both net-snmp-5.7.3 and net-snmp-code-0a139e9348589884ae03858ee82

Re: [net-snmp:code] 13 new commits to net-snmp Code

2013-07-24 Thread Niels Baggesen
Den 22-06-2013 21:00, Repository net-snmp code.git skrev: > V5-7-patches: CHANGES: HOST-RESOURCES-MIB, hrSWRun table: Parse > /proc//stat correctly on Linux by Bart Van Assche > http://sourceforge.net/p/net-snmp/code/ci/3521f28c34e51580266583abb02ad246a3f5873a/ This patch is void, as i

net-snmp code

2008-06-29 Thread navi kumar
The interfaces with IP information are the management ethernet port, the media GbE ports, and the video monitor port. Video monitor port will need to be supported by extra code. - Check out the new SourceForge.net Marketplace.

Re: how to purify net-snmp code

2007-07-11 Thread Robert Story
On Thu, 12 Apr 2007 18:36:36 +0530 Devi wrote: DU> 1. while using send_v2trap() api - memory size increased by 40K for each trap sent till it reaches 47 or 48 MB and no increase after that. This is the agent keeping data for the notifiction log mib. -

RE: how to purify net-snmp code

2007-04-12 Thread Devi U
closed. Should i change the logic ? how long a session can be kept open? Thanx, Devi.U From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 4/10/2007 10:19 AM To: Devi U; [EMAIL PROTECTED] Subject: RE: how to purify net-snmp code Devi

RE: how to purify net-snmp code

2007-04-09 Thread santhosh.sundarasamy
S (WT01 - Broadband Networks); [email protected] Subject: RE: how to purify net-snmp code Santhosh, I have tried using session for sending traps.There was no increase in memory usage for each trap sent. Thanx for ur kindly help.I have hardcoded session variable for

RE: how to purify net-snmp code

2007-04-09 Thread Devi U
From: Devi U Sent: Fri 3/30/2007 8:18 PM To: [EMAIL PROTECTED]; [email protected] Subject: RE: how to purify net-snmp code Santhosh, Thanx for ur information and timely help. I have uncommented and tested, even then 40K increase there

RE: how to purify net-snmp code

2007-03-30 Thread Devi U
() is hit in gdb while sending the traps. Thanx, Devi.U From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Fri 3/30/2007 4:24 PM To: Devi U; [email protected] Subject: RE: how to purify net-snmp code Devi, Please find

RE: how to purify net-snmp code

2007-03-30 Thread santhosh.sundarasamy
net-snmp code Hi, Very Sorry for my late reply. I was assigned to other works and back to this problem now. after freeing varbind, memory usage was not reduced. we are sending traps only and traps are received properly in management system configured.(Verified thro' Adven

RE: how to purify net-snmp code

2007-03-30 Thread Devi U
led send_v2trap #7 0xff15d940 in run_alarms () at snmp_alarm.c:251 Thanx, Devi.U From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wed 3/14/2007 12:08 PM To: Devi U; [email protected] Subject: RE: how to purify net-snmp code Devi,

RE: how to purify net-snmp code

2007-03-13 Thread santhosh.sundarasamy
M To: SANTHOSH S (WT01 - Broadband Networks); [email protected] Subject: RE: how to purify net-snmp code   Santhosh,   Thanx for ur immediate response. followed the same example - /examples/notification.c   snmp_free_varbind is called in our code after send_v2trap().   In top

Re: how to purify net-snmp code

2007-03-13 Thread Wes Hardaker
>>>>> "DU" == Devi U <[EMAIL PROTECTED]> writes: DU> Hi, DU> Is it possible to purify the net-snmp code? DU> How to identify the memory leaks? FYI, using valgrind is documented at: http://www.net-snmp.org/wiki/index.p

RE: how to purify net-snmp code

2007-03-13 Thread Devi U
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 3/13/2007 7:03 PM To: Devi U; [email protected] Subject: RE: how to purify net-snmp code Hi Devi, The increase shown in top is memory usage by the application; all increased bytes might have not been leaked

RE: how to purify net-snmp code

2007-03-13 Thread santhosh.sundarasamy
om: Devi U [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 6:44 PM To: [email protected] Cc: SANTHOSH S (WT01 - Broadband Networks) Subject: RE: how to purify net-snmp code Hi,   thanx santhosh.. I am able to purify the code..   I feel that memory leak is there when send

RE: how to purify net-snmp code

2007-03-13 Thread Devi U
Hi, thanx santhosh.. I am able to purify the code.. I feel that memory leak is there when send_v2trap is called, but i am not getting any MLK/PLK in traces top display: 26760 root 1 0 19 9248K 5608K run 0:01 0.30% snmpd top display after a trap is sent ===> for each tra

RE: how to purify net-snmp code

2007-03-09 Thread santhosh.sundarasamy
led_lib_dir > run snmpd with -f option - Santhosh = Message: 4 Date: Fri, 9 Mar 2007 13:59:36 +0530 From: "Devi U" <[EMAIL PROTECTED]> Subject: how to purify net-snmp code To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/pl

how to purify net-snmp code

2007-03-09 Thread Devi U
Hi, Is it possible to purify the net-snmp code? How to identify the memory leaks? Thanx, Devi.U Tech Mahindra, formerly Mahindra-British Telecom. Disclaimer: This

Re: Net-snmp code new style

2004-10-20 Thread Coders
[ First - *please* don't mail me directly. Keep discussions on the list, where others can both learn and offer advice. Thanks. ] On Tue, 19 Oct 2004 16:36:38 -0700 Srini wrote: SK> I am in the process of writing mib code using new style. I generated code SK> using mib2c. For scalar