RE: A bit off-topic: How do you pronounce 'SNMP'?

2008-02-25 Thread Mike Ayers
> That guy was clueless. Or you misunderstood. SNAMP is a > company. "ess-enn-emm-pee" is the right way to say > it. Unless you want to piss people off, in which case I recommend pronouncing right through it - "sn(u)mp". When they spell out the letters in response, glare at them -

RE: Problems using Net::SNMP

2008-02-25 Thread Gavin Williams
Ok, I've made some good progress, after ironing out a further lib error with seliunx... Now it's giving me: * No rule to make target `netsnmp_ds_get_boolean.3', needed by `maninstall'. Stop. Any ideas? Cheers Gavin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: Problems using Net::SNMP

2008-02-25 Thread Gavin Williams
Hi Dave, Right, that's it then... Running FC2 - thought I'd mentioned it, my bad... I'll pull down the source and get it installed. Cheers Gavin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: 25 February 2008 15:30 To: Gavin Willia

Re: Problems using Net::SNMP

2008-02-25 Thread Dave Shield
On 25/02/2008, Gavin Williams <[EMAIL PROTECTED]> wrote: > However, at the bottom of the log, there is this: > grep: /usr/lib/libbeecrypt.la: No such file or directory > /bin/sed: can't read /usr/lib/libbeecrypt.la: No such file or directory > libtool: link: `/usr/lib/libbeecrypt.la' is not a v

RE: Problems using Net::SNMP

2008-02-25 Thread Gavin Williams
Hi Dave, I tried that with a clean config, and watched the make install run through, and unless I missed it I didn't notice it process the "local" directory... However, at the bottom of the log, there is this: grep: /usr/lib/libbeecrypt.la: No such file or directory /bin/sed: can't read /usr/lib

Re: Agentx subagent registering

2008-02-25 Thread Dave Shield
On 25/02/2008, oknets10 <[EMAIL PROTECTED]> wrote: > I'm trying to run an agentx master & subagent using the original snmpd. > > Opening the session has succeeded, but all the registration is failed with > error 263 (duplicate). If you're using the same binary for both master and subagent (and ass

Re: Problems using Net::SNMP

2008-02-25 Thread Dave Shield
On 25/02/2008, Gavin Williams <[EMAIL PROTECTED]> wrote: > That file doesn't exist... So that's probably where it's stemming > from... > > Any ideas why it shouldn't be there? Would the config.log file help? If you ran "make install", then I'd expect this step to have installed these scripts.

Agentx subagent registering

2008-02-25 Thread oknets10
Hello, I'm trying to run an agentx master & subagent using the original snmpd. Opening the session has succeeded, but all the registration is failed with error 263 (duplicate). I see in the messages that the subagent is sending, that the NON_DEFAULT_CONTEXT bit is set, but the length of the co

RE: Problems using Net::SNMP

2008-02-25 Thread Gavin Williams
Hi dave, That file doesn't exist... So that's probably where it's stemming from... Any ideas why it shouldn't be there? Would the config.log file help? Cheers Gavin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: 25 February 2008 14

Re: Problems using Net::SNMP

2008-02-25 Thread Dave Shield
On 25/02/2008, Gavin Williams <[EMAIL PROTECTED]> wrote: > I'm having some issues with Net::SNMP. I've complied a couple of times and > installed, using the defaults and just "--enable-perl-modules", however when > i try to use smnpconf, it gives me: > -bash: snmpconf: command not found That sound

Problems using Net::SNMP

2008-02-25 Thread Gavin Williams
Hi there, I'm having some issues with Net::SNMP. I've complied a couple of times and installed, using the defaults and just "--enable-perl-modules", however when i try to use smnpconf, it gives me: -bash: snmpconf: command not found Any ideas what the problem could be? The system's running FC

Re: How to read acknowledge get by NMS / snmptrapd for INFORM request

2008-02-25 Thread Dave Shield
On 25/02/2008, Vishal N <[EMAIL PROTECTED]> wrote: > Can you tell me exactly wich code is responsible to send and collect > acknowledge from NMS. Is it in snmplib code? See the routine 'handle_inform_response' in the file 'agent/agent_trap.c' Dave