Re: nmakeperl.bat error

2004-11-04 Thread Alex Burger
Hi Allen. Did you compile the DLL version of snmplib before trying to compile the Perl modules? I still don't know why you could not build using build.bat, which makes me wonder if that problem is causing the problem with Perl. Have you installed the MSVC 6.0 SP5 patch? I have no idea if it wo

Re: MinGW patches, release candidates and schedules

2004-11-04 Thread Andy Smith
Wes Hardaker wrote: 1) I think we're close to resolution on the MinGW issue. Here's my take: a) lack of compilation on a major architecture is something I'd like to fix if we can (I'm with Dave, I'm a unix bigot but I'm trying not to let that influence this message). Thus, I'd b

RE: MinGW patches, release candidates and schedules

2004-11-04 Thread Bruce Shaw
Got it. Jason>Looks like SF rejected my zip file, but Bruce should have a copy it. > I've completed the work on a Solaris packaging script (actually 2 of -- This communication is intended for the use of the recipient to which it is addressed, and may contain confidential, personal and or pr

Re: MinGW patches, release candidates and schedules

2004-11-04 Thread Jason Frank
Looks like SF rejected my zip file, but Bruce should have a copy it. Jason On Nov 4, 2004, at 5:35 PM, Jason Frank wrote: I've completed the work on a Solaris packaging script (actually 2 of them.) There will be a documentation change, but not more than a couple paragraphs, and possibly a solari

Failing net-snmp-config --compile-subagent

2004-11-04 Thread Magnus Fromreide
Hello. Using a freshly checked out net-snmp from Ext-5-2-rc2 built as ./configure --prefix=$PWD/../install make make install the problem is that install/bin/net-snmp-config --compile-subagent net-snmp/agent/mibgroups/examples/delayed_instance.c fails to compile with lots and lots of errors ab

Re: MinGW patches, release candidates and schedules

2004-11-04 Thread Coders
On Thu, 04 Nov 2004 10:30:59 -0800 Wes wrote: WH>a) lack of compilation on a major architecture is something I'd WH> like to fix if we can (I'm with Dave, I'm a unix bigot but I'm WH> trying not to let that influence this message). Thus, I'd be WH> for the simple (.h only) Mi

Re: MinGW patches, release candidates and schedules

2004-11-04 Thread Alex Burger
Wes Hardaker wrote: 1) I think we're close to resolution on the MinGW issue. Here's my take: a) lack of compilation on a major architecture is something I'd like to fix if we can (I'm with Dave, I'm a unix bigot but I'm trying not to let that influence this message). Thus, I'd b

Re: Memory leak

2004-11-04 Thread Coders
On Thu, 4 Nov 2004 10:24:38 -0800 Tony wrote: TL> I also see memory leak issue with netsnmp (5.1.1) + loadable agent.so code. TL> I do not use any malloc/free in the agent.so code, but when I run some TL> snmp set code TL> over night, I ran out of memory completely. (128MB of Linux). This patch he

RE: why does snmpwalk display a blank line after anything with a Hex- STRING?

2004-11-04 Thread Bruce Shaw
Bruce> Is this intentional? Wes>Um, no? It shouldn't be doing that. Bug. Where should I start looking? -- This communication is intended for the use of the recipient to which it is addressed, and may contain confidential, personal and or privileged information. Please contact us immediately

Re: Program creation

2004-11-04 Thread Wes Hardaker
> On Wed, 03 Nov 2004 12:35:46 -0500, "Andres C" <[EMAIL PROTECTED]> said: Andres> 1. I've been looking around the code and found things like Andres>this: Andres> SOCK_STARTUP. What does that mean? Is it a function? Where is Andres> it defined? What does it make? It's a WIN32 specific thi

Re: Memory leak

2004-11-04 Thread Wes Hardaker
> On Wed, 3 Nov 2004 09:49:10 +0100, "Khalif Hassan" <[EMAIL PROTECTED]> said: Khalif> We are using the latest net_snmp version (net_snmp-5.1.2). Two source Khalif> files snmp_api.c & snmp_client.c does not free the memory that was Khalif> allocated in several places. I run a purify and discov

RE: 5.2.rc2: fix for MinGW builds

2004-11-04 Thread Bruce Shaw
I did. Robert> since *nobody* had even downloaded rc2 from SF yet. This communication is intended for the use of the recipient to which it is addressed, and may contain confidential, personal and or privileged information. Please contact us immediately if you are not the intended recipient of th

Re: why does snmpwalk display a blank line after anything with a Hex- STRING?

2004-11-04 Thread Wes Hardaker
> On Wed, 3 Nov 2004 11:37:45 -0700, Bruce Shaw <[EMAIL PROTECTED]> said: Bruce> Is this intentional? Um, no? It shouldn't be doing that. Bug. -- Wes Hardaker Sparta --- This SF.Net email is sponsored by: Sybase ASE Linux Express Editi

MinGW patches, release candidates and schedules

2004-11-04 Thread Wes Hardaker
1) I think we're close to resolution on the MinGW issue. Here's my take: a) lack of compilation on a major architecture is something I'd like to fix if we can (I'm with Dave, I'm a unix bigot but I'm trying not to let that influence this message). Thus, I'd be for the si

Re: Memory leak

2004-11-04 Thread Tony Lee
I also see memory leak issue with netsnmp (5.1.1) + loadable agent.so code. I do not use any malloc/free in the agent.so code, but when I run some snmp set code over night, I ran out of memory completely. (128MB of Linux). It looks like it is leaking 4K evrey 5 seconds when I run continuous set c

Re: 5.2.rc2: fix for MinGW builds

2004-11-04 Thread Wes Hardaker
> On Wed, 3 Nov 2004 17:36:33 -0500, Robert Story (Coders) <[EMAIL PROTECTED]> > said: Robert> The week delay was the reason I didn't want another Robert> pre-release. I almost suggested simply doing rc3 on Monday, Robert> since *nobody* had even downloaded rc2 from SF yet. Please note:

Re: encryption sample

2004-11-04 Thread Coders
On Thu, 4 Nov 2004 17:25:33 +0100 (MET) Sven wrote: SJ> Hmm, i have tried it, and its still possible to access with v2c. What version are you using? SJ> now my snmpd.conf-File has only the following lines: Are you sure that is the only file being read? Try this: snmpd -f -Le -Dread_conf

Re: encryption sample

2004-11-04 Thread Wes Hardaker
> On Thu, 4 Nov 2004 17:01:39 +0100 (MET), "Sven Jonas" <[EMAIL PROTECTED]> said: Sven> Yes, i have looked at the snmpdemoapp.c. In this demo-App the Sven> Security-Level is AUTHNOPRIV. But i would like to use Sven> AUTHPRIV. Which additionally functions do i have to call. Or do Sven> i only

Re: encryption sample

2004-11-04 Thread Sven Jonas
> SJ> My snmpd.conf-File looks like this: > SJ> > SJ> com2sec local localhost public > SJ> group MyRWGroup usmlocal > SJ> view all included .1 80 > SJ> access MyRWGroup "" any priv exact allallnone > SJ> > SJ> I think, this shouldn't allow v2c to access my variable

Re: encryption sample

2004-11-04 Thread Sven Jonas
Yes. com2sec is 'community to security', and communities are v1/v2c. Ok, than i will correct this. > SJ> And do you know, which functions i have to call addittionally to the > SJ> function in snmpdemapp.c to encrypt my setting of variables when i use > the > SJ> snmp-api? > > Have you looked at

Re: encryption sample

2004-11-04 Thread Coders
On Thu, 4 Nov 2004 14:26:54 +0100 (MET) Sven wrote: SJ> thank you for your support, but your solution did not solve the Problem. SJ> My snmpd.conf-File looks like this: SJ> SJ> com2sec local localhost public SJ> group MyRWGroup usmlocal SJ> view all included .1 80 SJ> access MyRWGroup

RE: encryption sample

2004-11-04 Thread Sven Jonas
Hello Alexander, thank you for your support, but your solution did not solve the Problem. My snmpd.conf-File looks like this: com2sec local localhost public group MyRWGroup usmlocal view all included .1 80 access MyRWGroup "" any priv exact allallnone rwuser initial

encryption sample

2004-11-04 Thread Sven Jonas
Hello, i would like to use snmpv3 with Sec-Level authPriv. Are there any api-Samples available? Because, the snmpdemoapp.c - Sample uses only SNMP_SEC_LEVEL_AUTHNOPRIV. I think, only setting session.securityLevel = SNMP_SEC_LEVEL_AUTHPRIV and calling the function generate_Ku isn't enough for enc

Patch for Disk stats on AIX

2004-11-04 Thread Paul . Rathbone
Hi There is a bug reported on the net-snmp site about filesystems returning 0 values for Total size, available and used (but not percentage utilised) on AIX : https://sourceforge.net/tracker/?func=detail&atid=112694&aid=843719&group_id=12694 I have seen this in version 5.0.6, 5.1.1 and 5.1.2 (I

Re: 5.2.rc2: fix for MinGW builds

2004-11-04 Thread Dave Shield
> The configure.in portion of the original patch was withdrawn. The only > remaining part is an ifdef around a config_require in a header. OK - I hadn't spotted that. (It's been a more than usually hectic week!) I'm a lot less bothered about the potential ramifications of this patch in that case