net-snmp-5.2.1 make fails in cygwin

2005-07-14 Thread aakansha rajvi
Initially I installed net-snmp 5.2.1 successfully in linux. Then I executed 'make distclean' and copied that package to windows and installed cygwin 1.5.18-1. Now if I execute ./configure --with-perl-modules, "cannot able to compile winsock.h please contact [EMAIL PROTECTED]" is displayed. But no

Re: Issue while implementing POWER-ETHERNET-MIB.

2005-07-14 Thread Robert Story
On Thu, 7 Jul 2005 15:41:31 +0530 aakansha wrote: AR> If a type of oid is ASN_UNSIGNED in ASN.1 , what type of variable (to AR> hold the value of the oid) should I declare in the corresponding C AR> file? AR> AR> What I have declared was AR> AR> u_long position; AR> AR> This is the variable goi

Re: FIFO for snmptrapd

2005-07-14 Thread Robert Story
On Mon, 4 Jul 2005 16:54:47 +0100 Peter wrote: PH> If I could attach a perl process to a FIFO, I'd save having to spawn 3000+ PH> processes per hour, plus the resultant CPU. You are aware of the NetSNMP::TrapReceiver perl module, aren't you? -- NOTE: messages sent directly to me, instead of the

Re: 5.1.x "make test" failures

2005-07-14 Thread Robert Story
On Thu, 30 Jun 2005 21:45:51 +0200 Thomas wrote: TA> 32:testing Proxy GET support...FAIL TA> 33:testing Proxy SET support...FAIL TA> TA> It looks like one of the tests before (#30?) has left an agent running TA> on :7676 that didn't terminate. I can fully reproduce this. still? Works fine for me

Re: Problem - Error opening specified endpoint

2005-07-14 Thread Robert Story
On Thu, 30 Jun 2005 16:15:50 +0300 Koren wrote: KOB> I'm having the next error while running my compiled agent : KOB> Error opening specified endpoint "[path]\snmpd.exe" KOB> I'm using the default port on local host (run the snmpd without any KOB> argv) and have no problem to run the snmpd.exe agen

Re: 5.3.dev "make test" fails for SNMPv3/AgentX/proxy

2005-07-14 Thread Robert Story
On Thu, 30 Jun 2005 14:01:17 +0200 Thomas wrote: TA> Robert Story wrote: TA> > I checked in fixes yesterday that get me up to 48/49.. TA> TA> The score for 5.3.dev is down to 43/49 again, at least for me. 5.2.x TA> (48/49) and 5.1.x (49/49) don't seem to be affected. Here are the tests TA> that fa

Re: net-snmp-5.1.3.pre1 available for testing

2005-07-14 Thread Robert Story
On Wed, 29 Jun 2005 16:02:54 +0100 [EMAIL PROTECTED] wrote: HKC> When I compile net-snmp-5.1.3.pre1 on Linux I get the following error: HKC> HKC> /home/klaash/net-snmp-5.1.3.pre1/apps/snmptrapd_handlers.c:856: HKC> undefined reference to `run_exec_command' Here is a really simple patch that will

Re: Extending the agent with MFD -> cache reload problem

2005-07-14 Thread Robert Story
On Tue, 5 Jul 2005 12:51:12 +0200 Jon wrote: JNL> I'm trying to extend the agent with my own MIB using mib2c and the MIB JNL> For Dummies framework. JNL> JNL> The agent works fine and I can do a snmpwalk on the table, but when JNL> the container-cache reloads snmpwalk gives an empty result (no err

Re: Multiple new Net-SNMP releases to fix a security related bug

2005-07-14 Thread Robert Story
On Tue, 5 Jul 2005 13:59:03 -0700 Fong wrote: FT> Is this security bug effect on v5.0.9? Yes, both bugs are in 5.0.9. Neither are remote exploits. One only affects TCP connections, which are not enabled by default, and the other affects the fixproc script, which is not used by default. -- NOTE:

Re: ..IPSec MIB RFC....where is it ?

2005-07-14 Thread Robert Story
On Thu, 7 Jul 2005 05:48:31 -0700 (PDT) mehdi wrote: MG> Can u tell me where can i get IPSec-MIB RFC... MG> Now i have a IPSec-MIB.txt but i can't find where is MG> the its RFC?... I don't think there is a standard IPSec MIB. Work was started, but then abandoned. Nothing made it past the internet

Re: IPv6 Support + compilation errors

2005-07-14 Thread Robert Story
On Fri, 8 Jul 2005 08:02:22 -0700 (PDT) Ganesh wrote: GCN> I had 2 questions : Which you posted on both lists. I responded on the users list recently. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert

Re: Can't generate code for tables with mib2c

2005-07-14 Thread Robert Story
On Thu, 14 Jul 2005 09:25:48 -0300 Jordan wrote: JJLDS> Hi all. I'm trying to generate a simple table with mib2c.iterate.conf or JJLDS> mib2c.create-dataset.conf but it generates only few lines of code like JJLDS> this: JJLDS> JJLDS>

sysDescr HEX

2005-07-14 Thread Surya Prakash
Hi, I have noticed that a walk on system-mib results in HEX string and some times it results in a Normal Octet sring as expected for sysDescr. This is with some customization of 'getting the data' part using Net-snmp-5.2.1. Why would that be? This is not a problem with SNMP Manager tool as Ethere

getting PDU information from the Handler

2005-07-14 Thread Eric Latour
HI, I'm trying to get information from the PDU in a handler. I have a working handler for an OID. I would like to capture some information such as snmp version, community name, security name (SNMPv3 only). I have noticed that the handler passes in a pointer to the netsnmp_agent_request_inf

Can't generate code for tables with mib2c

2005-07-14 Thread Jordan Janeiro Lopes da Silva
Hi all. I'm trying to generate a simple table with mib2c.iterate.conf or mib2c.create-dataset.conf but it generates only few lines of code like this: --- /* * Note: this file originally auto-generated by mib2c using *

Re: Doubt on Net-SNMP Configure environment

2005-07-14 Thread aakansha rajvi
Alex, I am trying to compile with Watcom C++ .. If it succeeds surely I will let you know.. Thanks. On 7/7/05, Alex Burger <[EMAIL PROTECTED]> wrote: > aakansha rajvi wrote: > > Can I use Watcom C++ instead of VC++? Will it be compatible to work > > with net-snmp? > > I have never used Watcom C