From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Gruhn Subject: audit-viewer Date: Thu, 19 Feb 2009 16:09:16 -0500 Message-ID: <499DCA7C.8050105@groupw.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n1JL9MXr002701 for ; Thu, 19 Feb 2009 16:09:22 -0500 Received: from smtp.group-w-inc.com (group-w-inc.com [70.164.45.3]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n1JL9GEs019313 for ; Thu, 19 Feb 2009 16:09:17 -0500 Received: from smtp.group-w-inc.com (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id A6B70DA00A4 for ; Thu, 19 Feb 2009 16:09:16 -0500 (EST) Received: from [10.1.1.218] (dgruhn-f9.group-w-inc.com [10.1.1.218]) by smtp.group-w-inc.com (Postfix) with ESMTP id 70542DA0094 for ; Thu, 19 Feb 2009 16:09:16 -0500 (EST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com Seeing the recommendation of audit-viewer I downloaded it to give it a try. I have audit-viewer-0.4 and get the following error from "make install" Byte-compiling python modules... client.py dialog_base.py event_dialog.py event_source.py filters.py format_versions.py list_properties.py list_tab.py File "/usr/local/share/audit-viewer/list_tab.py", line 558 store_data[column + 1] = l.pop(0) if l else '' ^ SyntaxError: invalid syntax Is it just me or should I try the 0.3 version? Dan