Linking with openssl 1.0.1g

2014-05-15 Thread Richard Phillips
I am trying to build libnetsnmp, libnetsnmpagent and libnetsnmpmibs on a RHEL 5.10 platform using OpenSSL version 1.0.1g libraries previously compiled on the same platform. I have tried may combinations of the configure statement, the latest being: CPPFLAGS="-I/builds/.dev/IDS-DEV-14.0.3.0-Build-

MIB file

2007-03-21 Thread Richard
Hello, Please a need NET-SNMP-VACM-MIB but the link in your site is broken. http://www.net-snmp.org/docs/mibs/netSnmpVacmMIB.html http://www.net-snmp.org/docs/mibs/NET-SNMP-VACM-MIB.txt Regards Richard - Take Surveys

RE: FW: permission denied

2006-06-15 Thread Richard C. Thompson
-Original Message- From: Wes Hardaker [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 10:57 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: FW: permission denied >>>>> On Wed, 14 Jun 2006 17:11:30 -0400, "Richard C. Thompso

FW: permission denied

2006-06-14 Thread Richard C. Thompson
EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 3:35 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [email protected] Subject: Re: permission denied On Tue, 6 Jun 2006 09:40:49 -0400 Richard wrote: RCT> Using version net-snmp-5.2.1.2-fc4.1 RCT> exec active_calls /bin/ba

permission denied

2006-06-06 Thread Richard C. Thompson
Hi All   Can any one help me figure out why I’m get permission denied in the following case.   Using version net-snmp-5.2.1.2-fc4.1 here is what I have   Snmpd.conf exec  active_calls /bin/bash /usr/src/results   when I walk the mib or snmpget I get back   bin/bash: /usr/src/resu

exec error

2006-06-02 Thread Richard C. Thompson
HI All   Is this a bug or am I doing something wrong?   Or   Can anyone tell me why I can’t execute a bash script from net-snmp using the exec command?   It always returns “permission denied”     I’ve been racking my brains trying to figure out why I am getting  “permission deni

Question about Trap information being sent

2005-12-08 Thread Richard Wellhouse
Hi!   I am currently working on getting net-snmp working with SLES and the trap is being sent to the management station, but net-snmp is changing the Enterprise OID to 1.3.6.1.4.1.8072.3.2.10.  We would expect it to forward the trap it recieved from the subagent and leave the Enterprise OID as 1.

send() crash for ppc

2005-08-10 Thread Richard Sun
dianness=big --host=ppc-ibm-linux Thanks for any info. -Richard static int netsnmp_tcp_send(netsnmp_transport *t, void *buf, int size, void **opaque, int *olength) { int rc = -1; if (t != NULL && t->sock >= 0) { while (rc < 0) {

gettimeofday problem

2005-08-09 Thread Richard Sun
replace gettimeofday in net-snmp by msTickGet()? Thanks, -Richard --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Dev

Re: net-snmp on Mac OS X

2005-05-25 Thread Richard J. Zak
med 'rt_pad1' mibII/route_write.c:205: error: 'SIOCDELRT' undeclared (first use in this function) make[2]: *** [mibII/route_write.lo] Error 1 make[1]: *** [subdirs] Error 1 make: *** [subdirs] Error 1 Richard J. Zak Apple Campus Representative for UMBC On 24. Mai 2005, at 19:4

net-snmp on Mac OS X

2005-05-24 Thread Richard J. Zak
k.lo] Error 1make[1]: *** [subdirs] Error 1make: *** [subdirs] Error 1 Richard J. Zak Apple Campus Representative for UMBC

Configure issues

2005-03-18 Thread Richard Vander Reyden
checking netinet/tcpip.h presence... yes configure: WARNING: netinet/tcpip.h: present but cannot be compiled configure: WARNING: netinet/tcpip.h: check for missing prerequisite headers? configure: WARNING: netinet/tcpip.h: see the Autoconf documentation configure: WARNING: netinet/tcpip.h:

Re: Does netsnmp support "set row"

2005-03-17 Thread Richard Sun
Robert, Thanks for the helpfull info. -Richard --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading

Does netsnmp support "set row"

2005-03-16 Thread Richard Sun
ith one snmp message? Thanks, Richard = To: David Battle <[EMAIL PROTECTED]>, "David T. Perkins" <[EMAIL PROTECTED]> Subject: Re: What is "SET ROW" / making SETs easier From: Robert Story <[EMA

net-snmp-5.2.1 + cygwin: "winsock.h: present but cannot be compiled"

2005-02-08 Thread Richard Soderberg
checking winsock.h usability... no checking winsock.h presence... yes configure: WARNING: winsock.h: present but cannot be compiled configure: WARNING: winsock.h: check for missing prerequisite headers? configure: WARNING: winsock.h: see the Autoconf documentation configure: WARNING: winsock.h:

configure on Mac OS X problems

2005-01-14 Thread Richard Outerbridge
As requested... Mac OS X 10.3.7, Darwin 7.7.0 [net-snmp-5.2.1.rc3] % ./configure - Net-SNMP configuration summary: - SNMP Versions Supported:1 2c 3 Net-SNMP Version:

Re: Is there API to save dynamically configured parameters in file?

2004-10-22 Thread Richard Sun
> snmpd_store_config(); > notification/snmpNotifyTable.c:store_snmpNotifyTable Dave, Thanks a lot for your quick and helpfull response. -Richard --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products i

Is there API to save dynamically configured parameters in file?

2004-10-22 Thread Richard Sun
to configure the user names etc. How my application save those configurations to a file (snmpd.conf) so that net-snmp can auto load it when snmpd restarts? Thanks, -Richard --- This SF.net email is sponsored by: IT Product Guide on

Re: Debian: snmpd cannot handle 64 bit interface counters

2004-08-25 Thread Richard Mortimer
gs like uintmax_t are more appropriate for the OS specific side of things where counters may get truncated to 32 bit values but the OS reports them as 64 bits. Richard -- [EMAIL PROTECTED] --- SF.Net email is sponsored by Shop4tech.com-Lowe

Re: Debian: snmpd cannot handle 64 bit interface counters

2004-08-24 Thread Richard Mortimer
_int shows that this is the case if ((size_t) asn_length > intsize) { _asn_length_err(errpre, (size_t) asn_length, intsize); return NULL; } > > JF> One reference on how to fix these ones would help ;-) > Sounds like a lot of pain is coming when more things use 64 bi

Re: Debian: snmpd cannot handle 64 bit interface counters

2004-08-24 Thread Richard Mortimer
On Mon, 2004-08-23 at 04:35, Robert Story wrote: > On Sat, 21 Aug 2004 01:03:21 +0100 Richard wrote: > RM> I did a bit of investigation on the issue and came up with the following > RM> patch. It uses the C99 macro SCNuMAX to get the appropriate scan > RM> specifier for uin

Re: Debian: snmpd cannot handle 64 bit interface counters

2004-08-20 Thread Richard Mortimer
uot; SCNuMAX " %*" SCNuMAX " %*" SCNuMAX + " %*" SCNuMAX " %" SCNuMAX " %" SCNuMAX " %*" SCNuMAX + " %*" SCNuMAX " %" SCNuMAX; const char *scan_line_to_use; struct timeval et;

Re: APIs to restart agentx subagent

2004-08-11 Thread Richard Sun
agentx_reopen_session, which probably can be used to control the timing for subagent to reregister. But for now, agentxPingInterval is enough for me. Thanks again, -Richard Yes. As Bernhard has indicated, this is *exactly* the scenario that the 'agentxPing' request was intended to add

APIs to restart agentx subagent

2004-08-10 Thread Richard Sun
help here? Thanks for your help. -Richard (gdb) where #0 __pthread_mutex_lock (mutex=0x0) at mutex.c:99 #1 0x0fcada90 in __libc_free (mem=0x10051e48) at malloc.c:3154 #2 0x0ffa3634 in netsnmp_handler_registration_free (reginfo=0x10092190) at ../../../net-snmp/agent/agent_handler.c:444 #3 0x0

Re: Debian: snmpd cannot handle 64 bit interface counters

2004-08-04 Thread Richard Mortimer
essage has been applied and I'm wondering if this is an oversight or whether there are problems with the patch. If there are problems with it I should have some time early next week when I could have a go at making a proper fix. Thanks Richard -- richm at old

Re: How to register a MIB var as Unsigned32

2004-06-22 Thread Richard Sun
Dave, Thanks for your great help. All are clear now. -Richard Dave Shield wrote: If I register my Unsigned32 as ASN_INTEGER=0x02, Use ASN_UNSIGNED. when I set it to a value > 0x7FFF, then the callback gives me a type of 0x42. Yes - that's ASN_UNSIGNED (see ) This works fine only

How to register a MIB var as Unsigned32

2004-06-21 Thread Richard Sun
ws the type of the param as gauge. Am I doing something wrong? Thanks in advance. -Richard --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense,