Re: CFV: Add pkginfo data for OpenBSD (patch 3559414)

2012-08-20 Thread Garrett Cooper
On Sun, Aug 19, 2012 at 11:39 PM, Niels Baggesen n...@users.sourceforge.net wrote: A rather trivial patch, but useful :-) First hunk in the diff is incorrect: --- a/agent/mibgroup/host/data_access/swinst.h +++ b/agent/mibgroup/host/data_access/swinst.h @@ -26,7 +26,7 @@

Re: CFV: Add pkginfo data for OpenBSD (patch 3559414)

2012-08-20 Thread Garrett Cooper
On Aug 19, 2012, at 11:55 PM, Niels Baggesen wrote: On Sun, Aug 19, 2012 at 11:43:11PM -0700, Garrett Cooper wrote: On Sun, Aug 19, 2012 at 11:42 PM, Garrett Cooper yaneg...@gmail.com wrote: On Sun, Aug 19, 2012 at 11:39 PM, Niels Baggesen n...@users.sourceforge.net wrote: A rather trivial

Re: Require guide lines for cross-compiling net-snmp package

2011-12-09 Thread Garrett Cooper
On Fri, Dec 9, 2011 at 1:26 AM, prashant n prashant.n...@gmail.com wrote: Hi Dave,              Thanks for your valuable feedback, due to your great support i am able to send the traps as per our application requirements. Now i require your support for  cross compiling net-snmp package with

Re: Require guide lines for cross-compiling net-snmp package

2011-12-09 Thread Garrett Cooper
On Fri, Dec 9, 2011 at 1:34 AM, Garrett Cooper yaneg...@gmail.com wrote: On Fri, Dec 9, 2011 at 1:26 AM, prashant n prashant.n...@gmail.com wrote: Hi Dave,              Thanks for your valuable feedback, due to your great support i am able to send the traps as per our application requirements

Re: RHEL and net-snmp config ?

2011-09-15 Thread Garrett Cooper
On Wed, Sep 14, 2011 at 11:16 PM, mahua dutta mamon_du...@yahoo.com wrote: Looks in RHEL 5.5 , net-snmp is pre-configured with perl module by default. And as of that snmp agents are dependent on perl modules . Spcially static linkage with DYNALOADER.a Is there any way to remove the perl

Re: RHEL and net-snmp config ?

2011-09-15 Thread Garrett Cooper
On Thu, Sep 15, 2011 at 9:08 PM, mahua dutta mamon_du...@yahoo.com wrote: Thanks . It is an RHEL supplied RPM. That os one way to do. I like to know once it is configured, is there anyway to modify to remove the perl dependency with out reinstalling ? Not if it's either compiled into the

Re: Net-SNMP, MSG_NOSIGNAL and MSG_DONTWAIT

2011-08-05 Thread Garrett Cooper
On Fri, Aug 5, 2011 at 9:34 AM, Wes Hardaker harda...@users.sourceforge.net wrote: On Fri, 5 Aug 2011 11:42:36 +0200, Bart Van Assche bvanass...@acm.org said: BVA I'm not sure the above is correct. My interpretation is that MSG_DONTWAIT BVA returns as soon as the send buffer is full, hence

net-snmp makefile infrastructure assumptions

2011-08-03 Thread Garrett Cooper
Hi, 1. A number of the Makefiles use the .SUFFIXES GNU make directive; this breaks make clean with all variants of make, sans GNU make. 2. ExtUtils::MakeMaker hardcodes ${MAKE} - make (this isn't necessarily true, and definitely doesn't work when I build with gmake on FreeBSD). I'll

Re: net-snmp makefile infrastructure assumptions

2011-08-03 Thread Garrett Cooper
On Wed, Aug 3, 2011 at 10:16 AM, Garrett Cooper yaneg...@gmail.com wrote: Hi,    1. A number of the Makefiles use the .SUFFIXES GNU make directive; this breaks make clean with all variants of make, sans GNU make. Correction. It turns out that BSD make sets RM to rm, whereas GNU make sets

Re: Fixing autoconf, et all for BSDs

2011-08-03 Thread Garrett Cooper
On Wed, Jul 6, 2011 at 3:20 PM, Garrett Cooper yaneg...@gmail.com wrote: Hi,    As part of the a work project, I've tasked myself to upgrade net-snmp from an older version to a newer version. One of the things that has occurred recently on FreeBSD is the netinet, et all headers have been

Re: net-snmp 5.7 on AIX and HP-UX

2011-07-26 Thread Garrett Cooper
On Tue, Jul 26, 2011 at 1:34 PM, Singh, Vinay vsi...@informatica.com wrote: All, Has anyone tried to build net-snmp 5.7 on AIX ? It did build for 5.6.1 but getting build error in 5.7. Any help on this is appreciated.   Also, I could never get to compile the code on HP-UX. Has anyone

Re: [PATCH] agent: change type of snmp_enableauthentraps to long

2011-07-24 Thread Garrett Cooper
On Sun, Jul 24, 2011 at 8:57 AM, Brad Huntting brad.huntt...@gmail.com wrote: How can using an explicitly sized int32_t expose more archetectual differences than using an archetecturely dependent long? Brad On Jul 23, 2011 11:43 PM, Garrett Cooper yaneg...@gmail.com wrote: On Sat, Jul 23

Re: [PATCH] agent: change type of snmp_enableauthentraps to long

2011-07-23 Thread Garrett Cooper
On Sat, Jul 23, 2011 at 5:18 PM, Ilya Yanok ya...@emcraft.com wrote: Hi Robert, On 19.07.2011 00:20, Robert Story wrote: IY Type of snmp_enableauthentraps variable is changed from int to long. IY This fixes the bug with writing to snmpEnableAuthenTraps if server is IY compiled for 64bit

Re: Fixing autoconf, et all for BSDs

2011-07-07 Thread Garrett Cooper
On Thu, Jul 7, 2011 at 10:02 AM, Robert Story rst...@freesnmp.com wrote: On Wed, 6 Jul 2011 15:20:52 -0700 Garrett wrote: GC The OS-dependent code is messy and my personal feeling is GC that it should be properly refactored to avoid , and antiquated OS GC support should be removed (FreeBSD 5.x

Fixing autoconf, et all for BSDs

2011-07-06 Thread Garrett Cooper
Hi, As part of the a work project, I've tasked myself to upgrade net-snmp from an older version to a newer version. One of the things that has occurred recently on FreeBSD is the netinet, et all headers have been shuffled, which has uncovered a fair amount of breakage with the autoconf tests