init_mib symbol clash (was: Re: Timeout errors on HP-UX 11.11)

2006-10-23 Thread Thomas Anders
Albert Chin wrote: > Ok, found the problem. Building net-snmp on HP-UX requires -lnm > (because -lnm provides open_mib() which files like > agent/mibgroup/mibII/at.c depend on). -lnm provides an implementation > of init_mib(): > $ nm -BCpg /usr/lib/libnm.sl | grep init_mib > 031096 T init_

Re: dynamic libraries issue under AIX 5.3

2006-10-23 Thread Arnaud BODENAN
We use the net-snmp version 5.3.1 >From: Thomas Anders <[EMAIL PROTECTED]> >Reply-To: net-snmp-users@lists.sourceforge.net >To: Arnaud BODENAN <[EMAIL PROTECTED]> >CC: net-snmp-users@lists.sourceforge.net >Subject: Re: dynamic libraries issue under AIX 5.3 >Date: Sun, 22 Oct 2006 22:17:53 +0200 >

Re: Installing net-snmp agent on RHEL4

2006-10-23 Thread Dave Shield
On 23/10/06, David Hodgson <[EMAIL PROTECTED]> wrote: > I managed to install libbeecrypt, beecrypt and beecrypt-devel. > > I then ran make test and the following error appeared... > /usr/bin/ld: cannot find -lelf > collect2: ld returned 1 exit status Same basic problem - you need the 'libelf-deve

RE: Installing net-snmp agent on RHEL4

2006-10-23 Thread David Hodgson
Hi Dave, I managed to install libbeecrypt, beecrypt and beecrypt-devel. I then ran make test and the following error appeared... [EMAIL PROTECTED] net-snmp-5.3.1]# make test making all in /root/Desktop/net-snmp-5.3.1/snmplib make[1]: Entering directory `/root/Desktop/net-snmp-5.3.1/snmplib' make

Re: How to catch errors in init_snmp + dynamic libraries issue under AIX 5.3

2006-10-23 Thread Albert Chin
On Sat, Oct 21, 2006 at 11:26:18AM +0200, Arnaud BODENAN wrote: > I'll give you more precision later about the exact differences in the > options link we change (It's one of my collegue who solves the problem); to > sum up, net-snmp works perfectly fine under AIX with dynamic libraries (this > i

Re: Regarding obsolete and not-accessible objects

2006-10-23 Thread Dave Shield
On 23/10/06, Pamidipati Suresh-G20238 <[EMAIL PROTECTED]> wrote: > Thanks for your reply. Please let me know, what error code is > expected/to be returned for set requests on obsolete or not-accessible > objects. My apologies - it looks as if you had the right answer, but for the wrong reason. >Fr

Net-SNMP 5.4.pre4 Windows binaries are available for testing

2006-10-23 Thread Alex Burger
Net-SNMP 5.4.pre4 Windows binaries are available for testing. They can be found on the SourceForge site: http://sourceforge.net/project/showfiles.php?group_id=12694&package_id=11571&release_id=448774 Included is a new module called winExtDLL that adds the ability to use the existing Windows S

Re: clientaddr bug

2006-10-23 Thread dan hennessey
Thomas, I tried the config file first but upon finding that it had no effect, I did a search on the net-snmp mailing list and found someone with the same problem and you suggested (although very speculatively) trying the patch + rebuild. The date of the email was "2006-08-30 11:02". I have tried

Re: clientaddr bug

2006-10-23 Thread Thomas Anders
dan hennessey wrote: > "netsnmp_ds_register_premib(ASN_OCTET_STR, "snmp", "clientaddr"," Have you tried adding it to the config file instead of hacking the source this way? I'm not yet convinced you're seeing a bug rather than e.g. applying a config setting too late, at the wrong place or a wrong

RE: Regarding obsolete and not-accessible objects

2006-10-23 Thread Pamidipati Suresh-G20238
Hi Dave, Thanks for your reply. Please let me know, what error code is expected/to be returned for set requests on obsolete or not-accessible objects. Regards, Suresh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Monday, October 23,

Re: Regarding obsolete and not-accessible objects

2006-10-23 Thread Dave Shield
On 23/10/06, Pamidipati Suresh-G20238 <[EMAIL PROTECTED]> wrote: > What should be the error code to be returned for a set request on > 1. an object whose STATUS is defined as obsolete > 2. an object whose MAX-ACCESS is defined as not-accessible If an object is defined as "obsolete", then this basi

Re: clientaddr bug

2006-10-23 Thread dan hennessey
Thomas, Thanks for your reply, I emailed details on the 18th as follows; I have a linux host with multiple interfaces. Using net-snmp-5.2.3 (have tried 3 versions so far) how can I set the source IP of sent traps. I have tried the "clientaddr" config setting but this doesn't work. I have tri

Re: clientaddr bug

2006-10-23 Thread Thomas Anders
dan hennessey wrote: > As the clientaddr config item doesn't work as in the man page: > > clientaddr [:] > specifies the source address to be used by command-line > applica- > tions when sending SNMP requests. See snmpcmd(1) for more > infor- > mation abou

clientaddr bug

2006-10-23 Thread dan hennessey
As the clientaddr config item doesn't work as in the man page: clientaddr [:] specifies the source address to be used by command-line applica- tions when sending SNMP requests. See snmpcmd(1) for more infor- mation about the format of addresses.

Regarding obsolete and not-accessible objects

2006-10-23 Thread Pamidipati Suresh-G20238
Title: Message Hi All,   What should be the error code to be returned for a set request on 1. an object whose STATUS is defined as obsolete 2. an object whose MAX-ACCESS is defined as not-accessible   As per my understanding of RFC 1905, not-writable is to be returned in the above 2 cases.

Stuck on creating new users

2006-10-23 Thread Jordi Farrés Saderra
Hi,   I've just installed net-snmp (ver 5.3.1) in a embedded system running linux MontaVista. All seems work fine except for creating new users.Due to the matter of the system, it must be possible creating and deleting new users avoiding to manually edit configuration files. Therefore I've t