Re: Net-SNMP 5.8 compatibility issue

2020-08-31 Thread Simon Chamlian
The incompatibility started when I upgraded OpenSSL. Since I am compiling NET-SNMP within yocto, I cannot do 'make install'. On Mon, Aug 31, 2020 at 11:18 AM Wes Hardaker < harda...@users.sourceforge.net> wrote: > Simon Chamlian writes: > > > There seems to be a compatibility issue between

Re: Net-SNMP 5.8 compatibility issue

2020-08-31 Thread Wes Hardaker via Net-snmp-coders
Simon Chamlian writes: > There seems to be a compatibility issue between net-snmp and the crypto > library. Was that a self-built Net-SNMP 5.8? And it was built recently after the system upgraded to the newer libcrypto? And did you try a 'make install' to see if the installation works or is

Re: Net-SNMP 5.8 core dump

2020-05-26 Thread Bart Van Assche
On 2020-05-26 10:49, David Moriconi (dmoricon) via Net-snmp-coders wrote: > The Net-SNMP daemon crashed with the following error (full backtrace can > be found below): > > Error in `/usr/local/netsnmp/netsnmp_base/sbin/snmpd': malloc(): > smallbin double linked list corrupted: 0x56546e6a9840

Re: NET-SNMP-5.8

2020-01-02 Thread Bart Van Assche
On 2019-12-30 02:39, Seyfullah BECERÄ°KLÄ° wrote: > We have some issues installing net-snmp-5.8 version. Do you have any > specific installation guide for it? Hi Seyfullah, How about installing v5.8.1.pre1 instead of v5.8? A large number of bugs has been fixed in v5.8.1.pre1. That version is

Re: Net-SNMP 5.8 - Having both snmp v2 and v3 available.

2018-09-11 Thread Simon Chamlian
I got it working. Since I was compiling under Yocto, the cache wasn't cleared. Thanks, S On Tue, Sep 11, 2018 at 11:17 AM, Wes Hardaker < harda...@users.sourceforge.net> wrote: > Simon Chamlian writes: > > > I am not seeing and compilation errors. It compiles fine but v2 does > > not work: >

Re: Net-SNMP 5.8 - Having both snmp v2 and v3 available.

2018-09-11 Thread Wes Hardaker via Net-snmp-coders
Simon Chamlian writes: > I am not seeing and compilation errors. It compiles fine but v2 does > not work: Very odd. What options did you compile with (IE, configure options... run ./config.status --version to find out, or 'net-snmp-config --configure-options'. You might also run snmpd with

Re: Net-SNMP 5.8 - Having both snmp v2 and v3 available.

2018-08-31 Thread Simon Chamlian
I am not seeing and compilation errors. It compiles fine but v2 does not work: *with 5.7.3* $ snmpset -v 3 -u Simon -a MD5 -A Simon-00 -l authNoPriv 172.27.43.15 MPBC-1RU-MIB::mpbc1RUAckTrapCriticalEnable.0 i 1 MPBC-1RU-MIB::mpbc1RUAckTrapCriticalEnable.0 = INTEGER: true(1) $ snmpget -v 2c -c

Re: Net-SNMP 5.8 - Having both snmp v2 and v3 available.

2018-08-31 Thread Wes Hardaker via Net-snmp-coders
Simon Chamlian writes: > With snmp 5.7.3 I used to have the agent handling both v2 and v3. > > With 5.8, only v3 seems to be available. No, they should both work. Can you be more specific about how you compiled it and what errors you're seeing? -- Wes Hardaker Please mail all replies to

Re: Net-SNMP 5.8.rc4 available for testing

2018-07-03 Thread Bart Van Assche
On 07/02/18 06:46, Robert Story wrote: > On Fri, 29 Jun 2018 13:38:27 -0700 Bart wrote: > BVA> Can you explain why you have ignored all nine patches that I > BVA> posted one week ago? Had you noticed that one of these patches > BVA> is a build fix? See also > BVA>

Re: Net-SNMP 5.8.rc4 available for testing

2018-07-02 Thread Robert Story
On Fri, 29 Jun 2018 13:38:27 -0700 Bart wrote: BVA> Can you explain why you have ignored all nine patches that I BVA> posted one week ago? Had you noticed that one of these patches BVA> is a build fix? See also BVA> https://sourceforge.net/p/net-snmp/mailman/message/36349380/. I did not ignore

Re: Net-SNMP 5.8.rc4 available for testing

2018-06-29 Thread Bart Van Assche
On 06/28/18 16:06, Robert Story wrote: Net-SNMP 5.8.rc4 is now available for testing at https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8-release-candidates/ Below is a summary of the change in 5.8.rc4. Please see the CHANGES file for a more detailed list of specific

Re: net-snmp 5.8: "unknown snmp version 193" from agentx subagent

2018-06-20 Thread Bill Fenner
Oops, it turns out that the reason that it works is because the agentx session is in the session list that is always iterated over, so, this fix is wrong: we should just silently ignore agentx sessions in this code. --

Re: net-snmp 5.8: "unknown snmp version 193" from agentx subagent

2018-06-20 Thread Bill Fenner
On Wed, Mar 21, 2018 at 10:58 AM Bill Fenner wrote: > The new code in net-snmp 5.8 that tries to account for v1 or v2 trap > sessions logs an error from an agentx subagent, since the agentx code > registers the session as being AGENTX_VERSION_1. This constant is only > defined in the agentx

Re: Net-SNMP 5.8.rc3 available for testing

2018-05-25 Thread Wes Hardaker via Net-snmp-coders
Robert Story writes: > With any luck, this will be the last release candidate Yes please! Thanks for all your work getting this out the door Robert. I'd like to ask everyone (me too) to really really decide if a patch you're proposing is truly a show stopper. I'd also

Re: Net-SNMP 5.8.rc2 available for testing

2018-05-19 Thread Stuart Henderson
On 2018/05/19 10:26, Magnus Fromreide wrote: > On Fri, May 18, 2018 at 08:46:40PM -0700, Bart Van Assche wrote: > > On 05/18/18 18:05, Stuart Henderson wrote: > > > On 2018/05/18 18:36, Robert Story wrote: > > > > snmplib: > > > >- [BUG 2815]: Display UTF-8 characters again > > > >

Re: Net-SNMP 5.8.rc2 available for testing

2018-05-19 Thread Magnus Fromreide
On Fri, May 18, 2018 at 08:46:40PM -0700, Bart Van Assche wrote: > On 05/18/18 18:05, Stuart Henderson wrote: > > On 2018/05/18 18:36, Robert Story wrote: > > > snmplib: > > >- [BUG 2815]: Display UTF-8 characters again > > >- [BUG 3444939]: BUG: 1796886: snmplib: Avoid that >

Re: Net-SNMP 5.8.rc2 available for testing

2018-05-18 Thread Bart Van Assche
On 05/18/18 18:05, Stuart Henderson wrote: On 2018/05/18 18:36, Robert Story wrote: snmplib: - [BUG 2815]: Display UTF-8 characters again - [BUG 3444939]: BUG: 1796886: snmplib: Avoid that sprint_realloc_octet_string() embeds unprintable control characters

Re: Net-SNMP 5.8.rc2 available for testing

2018-05-18 Thread Stuart Henderson
On 2018/05/18 18:36, Robert Story wrote: > snmplib: > - [BUG 2815]: Display UTF-8 characters again > - [BUG 3444939]: BUG: 1796886: snmplib: Avoid that > sprint_realloc_octet_string() embeds unprintable control characters > or binary zeroes in its output. This

Re: Net-SNMP 5.8.pre3 available

2018-05-04 Thread Robert Story
On Fri, 4 May 2018 05:16:29 -0700 Bart wrote: BVA> Thanks for having drawn our attention to that bug report. How BVA> about fixing bug 2831 with the below patch? BVA> [...] BVA> include/net-snmp/agent/agent_internal_vars.h | 25 BVA> [...] BVA> +#include In order to make it clear that this

Re: Net-SNMP 5.8.pre3 available

2018-05-04 Thread Stuart Henderson
On 2018/05/04 05:16, Bart Van Assche wrote: > On 05/03/18 13:48, Stuart Henderson wrote: > > On 2018-04-27, Robert Story wrote: > > > We're closing in on a final release. The current plan is to have > > > release candidate 1 next week. > > > > Is it planned to address

Re: Net-SNMP 5.8.pre3 available

2018-05-04 Thread Bart Van Assche
On 05/03/18 13:48, Stuart Henderson wrote: On 2018-04-27, Robert Story wrote: We're closing in on a final release. The current plan is to have release candidate 1 next week. Is it planned to address https://sourceforge.net/p/net-snmp/bugs/2831/ before release or are

Re: Net-SNMP 5.8.pre3 available

2018-05-03 Thread Robert Story
On Thu, 3 May 2018 21:48:50 +0100 Stuart wrote: SH> On 2018-04-27, Robert Story wrote: SH> > We're closing in on a final release. The current plan is to SH> > have release candidate 1 next week. SH> SH> Is it planned to address SH>

Re: Net-SNMP 5.8.pre3 available

2018-05-03 Thread Stuart Henderson
On 2018-04-27, Robert Story wrote: > We're closing in on a final release. The current plan is to have > release candidate 1 next week. Is it planned to address https://sourceforge.net/p/net-snmp/bugs/2831/ before release or are distro packagers going to need to patch the

Re: Net-SNMP 5.8.pre2 available

2018-03-05 Thread Robert Story
On Mon, Mar 5, 2018 at 3:11 PM, Robert Story wrote: > A pre-release version of the next major Net-SNMP release is now > available for testing. Net-SNMP 5.8.pre3 can be downloaded from: > This announcement had a typo. Release 5.8.pre2 (not pre3) is available. Robert