Re: perl 5.23.2+ and net-snmp don't get along

2016-03-19 Thread Bart Van Assche
On 03/16/16 15:04, Magnus Fromreide wrote: > Since c99 uint64_t exists. Why do we need U64 in the first place? That's a good question. I think we cannot switch from struct counter64 to uint64_t because that would change the Net-SNMP ABI. Functions like asn_build_unsigned_int64() and

TLS for net-snmp agent

2016-03-19 Thread mahua dutta
Hi ,I have built an snmp agent(abcAgent) using net-snmp library. I have configured and build  the net-snmp latest src code using  --with-security-modules=tsm --with-transports="DTLSUDP TLSTCP" Can you pleas tell me If i have to write code to specify the CERTDIR  ? I am setting the SNMPCONFPATH

Re: perl 5.23.2+ and net-snmp don't get along

2016-03-19 Thread Robert Story
On Wed, 16 Mar 2016 12:28:14 -0400 Bill wrote: BF> > > > I think this needs some discussion. While the change does BF> > > > not affect binary compatibility, it does remove a typedef BF> > > > that has been around since 1998. It's possible and even BF> > > > likely that people are using this

Re: AgentX - nonblocking

2016-03-19 Thread Robert Story
On Tue, 15 Mar 2016 18:10:35 +0100 Dirk-Willem wrote: DWVG> On 04 Mar 2016, at 15:00, Robert Story DWVG> wrote: DWVG> > On Sun, 27 Dec 2015 14:41:23 +0100 Dirk-Willem wrote: DWVG> > DWVG> What is the proper way to put a select() or poll() or DWVG> > DWVG> similar onto the

Unresolved hostname

2016-03-19 Thread Ruth Glushkin
Dear friends, please help. I created four different agents for localhost with four different ports. My config files look like: rocommunity public rwcommunity private rocommunity silicom 127.0.0.1:1001 .1.3.6.1.4.1.15694 rocommunity public rwcommunity private rocommunity silicom 127.0.0.1:1002

Can't start snmpd after a source install

2016-03-19 Thread Badr Chakkouri
Hello team, I have installed net-snmp-5.7.3 on RHEL 6 using source since I have no internet connection to use yum or rpm. the installation was good, i got no errors. The problem though is that I can't run snmpd service, I can't locate it to do so. Please I need your help with that. Regards.

Re: perl 5.23.2+ and net-snmp don't get along

2016-03-19 Thread Bill Fenner
On Sun, Mar 6, 2016 at 4:36 PM, Magnus Fromreide wrote: > On Sat, Mar 05, 2016 at 02:59:55PM -0800, Bart Van Assche wrote: > > On 03/03/16 19:05, Robert Story wrote: > > > On Sat, 20 Feb 2016 19:36:20 -0800 Bart wrote: > > > BVA> On 02/05/16 17:35, Robert Drake wrote: > > >

Re: Python3 bindings

2016-03-19 Thread Gabe
You're absolutely right regarding get_async.c - the way I have that designed was solely for the performance benefit of having as much static logic as possible statically compiled. Usability was a far gone afterthought for that. My logic was also, having the arrays defined in C opens the

Re: Python3 bindings

2016-03-19 Thread Wes Hardaker
Gabe writes: > I've been working on a Python3 C Extension for the net-snmp API. Still very > much a work in progress, but I feel like > it's at a point now that I can share: > > https://github.com/xstaticxgpx/netsnmp-py3 > > Mostly just wanted to gauge interest on this, however

Config failing with --with-perl-modules

2016-03-19 Thread Tom Tatakis
Hello, Ultimately I am trying to get SIP-UA-MIP and other SIP module support into my platform. At the moment, the command ./configure --with-perl-modules fails with the message configure: error: Perl support requires --enable-shared I have also tried ./configure --enable-shared

Re: Python3 bindings

2016-03-19 Thread David Hankins
It's all up to Wes (or other net-snmp maintainers?) really. I don't know what's up with Sourceforge, my merge requests were showing some sort of error where it can't list the commits. Maybe they get stale and time out? I rejected them all and sent a new merge request for my one change to 'from