Re: rfc: snmptrapd dependencies on agent libs

2005-11-23 Thread Thomas Anders
Dave Shield wrote: On Tue, 2005-11-22 at 13:42 -0500, Robert Story wrote: On Mon, 21 Nov 2005 23:51:09 +0100 Thomas wrote: TA> [1] build [stripped down] libnetsnmpagent [Robert] TA> [1] have --disable-agent build *just* libnetsnmpagent [Magnus] TA> [1] have --disable-agent disable snmpd *and* sn

Bug with transient interfaces (ppp)?

2005-11-23 Thread snmp
Hello coders! I'm using several Debian GNU/Linux boxes with Debian Etch (testing) linux kernel 2.6.12 snmpd5.2.1.2 mrtg 2.12.2 The internet connection is via dsl PPP, sometimes the link disconnect and then reconnect automatically. We also have some OpenVPN tunnels that

How to force a cache reload when dynamic interfaces creating/removing happen

2005-11-23 Thread Emi . Yanagi
Dear coders, I implemented ifTable subagent using mib2c.mfd.conf, it works great but I have some questions about CACHE. I want to trigger a cache reload only when dynamic interfaces creating/removing happen. I do not want to use cache flag NETSNMP_CACHE_AUTO_RELOAD because of performance reason.

Re: Minimal agent

2005-11-23 Thread Dave Shield
On Wed, 2005-11-23 at 15:09 +0100, Michele Da Rold wrote: > Hi All! > I have to reduce to a minimal dimension the snmp agent. configure --enable-mini-agent > In previous posts I find some information about the file what > could be necessary for an agent (snmpd.c, snmp_agent.c, snmp_vars

Minimal agent

2005-11-23 Thread Michele Da Rold
Hi All! I have to reduce to a minimal dimension the snmp agent. In previous posts I find some information about the file what could be necessary for an agent (snmpd.c, snmp_agent.c, snmp_vars.c, agent_registry.c, mib_modules.c) It's the minimal set of file? There are other way to reduce the dim

Re: rfc: snmptrapd dependencies on agent libs

2005-11-23 Thread Dave Shield
On Tue, 2005-11-22 at 13:42 -0500, Robert Story wrote: > On Mon, 21 Nov 2005 23:51:09 +0100 Thomas wrote: > TA> [1] build [stripped down] libnetsnmpagent [Robert] > TA> [1] have --disable-agent build *just* libnetsnmpagent [Magnus] > TA> [1] have --disable-agent disable snmpd *and* snmptrapd [Dave]

Re: Tcl wrapper over net-snmp library

2005-11-23 Thread Dave Shield
On Tue, 2005-11-22 at 14:29 -0500, [EMAIL PROTECTED] wrote: SNC> The library uses fprintf(stderr,...) statements to print the SNC> ouput. Robert> Use shell redirects or pipes to re-route the output. Chris> I think you misunderstand the problem. Or maybe I do. If he's built a Chris> Tcl extensi

cross-compile error: dereferencing pointer to incomplete type

2005-11-23 Thread Rick.Lee
build system: linux redhat9.0 cross compiler: arm-linux-gcc 2.95.3 system configure method: ./configure --prefix=/root/usr --build=i686-linux --host=arm-linux --target=arm-linux --with-perl-modules --with-endianness=little 2>&1 | tee b error related produced result: checking for rtentry.rt_dst...