Re: Net SNMP Application Development using Eclipse

2010-09-28 Thread Michael Jäger
I compiled and "made" the net-snmp libraries from version 5.6-rc3. When I set up a new project in eclipse and compile my application the following error occurs. I made no specific adjustments regarding including libraries or something like that in eclipse. The #include statements are not marked

snmpd <-> subagent deadlock

2010-09-28 Thread Gerlando Falauto
Hi everyone, I'm experiencing a deadlock between snmpd and my subagent. I'm using net-snmp 5.4.2.1. Subagent is a single thread which takes care of both generating traps and replying to requests. Problem occurs when there is a high volume of snmp traps (due to a loosely connected fiber, the lin

CFV: man building fails on Solaris because og grep gnu-ism

2010-09-28 Thread Niels Baggesen
The man/Makefile.in uses grep -E in place of egrep, which is GNU specific. Solaris 8 does not like that. --- man/Makefile.in (revision 19393) +++ man/Makefile.in (working copy) @@ -82,7 +82,7 @@ manaliases: Makefile touch manaliases @for i in $(MAN3_API) ; do

CFV: IPv6 support broken for Solaris 8

2010-09-28 Thread Niels Baggesen
IPv6 detection for Solaris was broken with the configure.d rewrite. The following patch re-enables it. --- configure.d/config_project_ipv6_types (revision 19393) +++ configure.d/config_project_ipv6_types (working copy) @@ -175,7 +175,7 @@ #endif ]]) AC_MSG_CHE

Re: CFV: IPv6 support broken for Solaris 8

2010-09-28 Thread Bart Van Assche
On Tue, Sep 28, 2010 at 3:20 PM, Niels Baggesen wrote: > IPv6 detection for Solaris was broken with the configure.d rewrite. > The following patch re-enables it. > > --- configure.d/config_project_ipv6_types (revision 19393) > +++ configure.d/config_project_ipv6_types (working copy) >

snmptrapd and snmptrap using dtls

2010-09-28 Thread daniel.warren
I have Net-SNMP v5.6.rc1 running on Windows XP. I have configured snmpd.conf to create a tsm user "Joe Cool". I used the same certificate for snmpd. certSecName 20 cd:74:45:c9:a3:a3:55:0a:6c:37:03:b2:49:38:b1:01:99:95:8e:43 --sn "Joe Cool" rwuser -s tsm "Joe Cool" [snmp] defX509ServerPub cd:74:45

Re: Net SNMP Application Development using Eclipse

2010-09-28 Thread Bart Van Assche
On Tue, Sep 28, 2010 at 9:44 AM, Michael Jäger wrote: > I compiled and "made" the net-snmp libraries from version 5.6-rc3. > > When I set up a new project in eclipse and compile my application the > following error occurs. I made no specific adjustments regarding including > libraries or something

Re: CFV: IPv6 support broken for Solaris 8

2010-09-28 Thread Magnus Fromreide
On Tue, 2010-09-28 at 17:33 +0200, Bart Van Assche wrote: > On Tue, Sep 28, 2010 at 3:20 PM, Niels Baggesen > wrote: > IPv6 detection for Solaris was broken with the configure.d > rewrite. > The following patch re-enables it. > > --- configure.d/config_proj

Re: CFV: IPv6 support broken for Solaris 8

2010-09-28 Thread Dave Shield
On 28 September 2010 14:20, Niels Baggesen wrote: > IPv6 detection for Solaris was broken with the configure.d rewrite. > The following patch re-enables it. My main concern about this patch is that it amends the configure script, and hence potentially affects all builds, regardless of architectur

Re: CFV: man building fails on Solaris because og grep gnu-ism

2010-09-28 Thread Magnus Fromreide
On Tue, 2010-09-28 at 15:28 +0200, Niels Baggesen wrote: > The man/Makefile.in uses grep -E in place of egrep, which is GNU > specific. Actually it isn't. grep -E is posix. The correct patch would probably be to use the @EGREP@ symbol that autoconf generates for us. > Solaris 8 does not like th

Re: Net SNMP Application Development using Eclipse

2010-09-28 Thread Michael Jäger
Von: Michael Jäger [mailto:michael.jae...@hs-owl.de] Gesendet: Mittwoch, 29. September 2010 08:18 An: 'Bart Van Assche' Betreff: AW: Net SNMP Application Development using Eclipse Hi Barth, Thx for your reply. I added some linker entries like shown in the following picture: http: