From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: event loss with dispatcher? Date: Fri, 9 Nov 2007 09:23:24 -0500 Message-ID: <200711090923.24942.sgrubb@redhat.com> References: <1194540856.19673.26.camel@klausk.br.ibm.com> <200711081655.23068.sgrubb@redhat.com> <4733C3FA.9000005@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4733C3FA.9000005@redhat.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: John Dennis Cc: "Linux-audit@redhat.com" List-Id: linux-audit@redhat.com On Thursday 08 November 2007 21:20:42 John Dennis wrote: > Steve Grubb wrote: > > On Thursday 08 November 2007 16:17:52 klausk@br.ibm.com wrote: > >> Any tips on how can I debug this further? > > but by any chance could the missing audit data be explained by out of order > event ID's in the audit stream? No chance. :) Audispd does not link against the audit parsing library nor has a concept of a full event - it just distributes what it has. If the configuration option is to send string data to plugins, it does convert the type number to a string value by a lookup function in libaudit, but that's full extent of it doing anything to the event its passing along. -Steve