Re: libsnmp15 under virtualized Debian/GNU Linux (lenny) question?

2012-01-26 Thread Hristo Hristov
Hello there, Thank you for your replay. On 1/26/12 5:14 PM, Robert Story wrote: > On Thu, 26 Jan 2012 12:31:55 +0200 Hristo wrote: > HH> I'm running a Debian based rtg snmp poller. As a polling daemon rtg > HH> lives on top of libsnmp (I'll list exact versions later in the message). > HH> The

Re: Fix for hrSWRunPerfCPU/Mem

2012-01-26 Thread Vincent Bernat
OoO Vers la fin de l'après-midi du jeudi 26 janvier 2012, vers 16:18, Robert Story disait : VB> do not check for '\0'. For example: VB> VB> for ( cp = buf; *cp != ':'; cp++ ) VB> ; VB> VB> This will crash if there is no more ':'. The loop could be changed to: VB> VB> for ( cp = buf; *cp &&

Re: [PATCH] mibgroup/host: fix hrSWRunPerfCPU and hrSWRunPerfMem

2012-01-26 Thread Vincent Bernat
OoO Vers la fin de l'après-midi du jeudi 26 janvier 2012, vers 16:20, Robert Story disait : VB> Signed-off-by: Vincent Bernat > Did this ever make it into the patch tracker? What release/branch is this > patch against? Yes, I have posted it to the patch tracker: https://sourceforge.net/tr

Re: [PATCH] mibgroup/host: fix hrSWRunPerfCPU and hrSWRunPerfMem

2012-01-26 Thread Robert Story
VB> Signed-off-by: Vincent Bernat Did this ever make it into the patch tracker? What release/branch is this patch against? -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning l

Re: Fix for hrSWRunPerfCPU/Mem

2012-01-26 Thread Robert Story
On Wed, 25 Jan 2012 21:47:01 +0100 Vincent wrote: VB> I would also like to point that the parsing code in VB> swrun_procfs_linux.c is fragile: if the kernel truncates one line (or VB> if the format change), this could cause a segfault because some loops VB> do not check for '\0'. For example: VB>

Re: libsnmp15 under virtualized Debian/GNU Linux (lenny) question?

2012-01-26 Thread Robert Story
On Thu, 26 Jan 2012 12:31:55 +0200 Hristo wrote: HH> I'm running a Debian based rtg snmp poller. As a polling daemon rtg HH> lives on top of libsnmp (I'll list exact versions later in the message). HH> The system was in fine working condition for a long time. Has anything changed, software wise?

Re: Extending ifTable and ifXTable using embedded perl

2012-01-26 Thread Robert Story
On Fri, 20 Jan 2012 17:57:17 -0500 Bhiku wrote: BM> First of all is this even possible since currently the ifTable is already BM> returning all the management interfaces (those show by ifconfig -a) BM> that exist in the embedded system. Yes, it is possible. The biggest issue would be selecting an

Re: Agent X callbacks and proxys

2012-01-26 Thread Robert Story
On Fri, 20 Jan 2012 21:15:02 + Alexandre wrote: AJ> 1. Is it possible, using net-snmps agentX implementation, to be both AJ> a sub-agent and master agent? That's an interesting question. I'm guessing it wouldn't work currently, but probably wouldn't be too hard to do... AJ> 2. Is

Re: I DID IT!! (can we get rid of that spam?)

2012-01-26 Thread Robert Story
On Mon, 16 Jan 2012 22:24:53 +0100 (CET) Markus wrote: MG> At this place I also want to say "thank you" for all the work that you are MG> doing, not only to make NetSNMP better, but also to make its users happy! MG> Of course my deepest gratitude also goes to all other developers, but I've MG> ne

libsnmp15 under virtualized Debian/GNU Linux (lenny) question?

2012-01-26 Thread Hristo Hristov
Dear list, I'm running a Debian based rtg snmp poller. As a polling daemon rtg lives on top of libsnmp (I'll list exact versions later in the message). The system was in fine working condition for a long time. A couple of days ago I mentioned a strange behavior. rtg daemon is logging every pol