From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Running auditd from Raspberry Pi (Raspbian) Date: Mon, 26 Oct 2015 16:37:54 -0400 Message-ID: <2580157.z3kgxFZchv@x2> References: <1761781.EmJWtSeSBl@x2> <7941F2ED-39A0-45E7-815D-5F46CD859579@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7941F2ED-39A0-45E7-815D-5F46CD859579@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Kangkook Jee Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday, October 26, 2015 04:25:57 PM Kangkook Jee wrote: > Dear Steve, > > I built auditctl from recent audit source and tried it again but I failed > with the following errors. > > pi@raspberrypi ~/audit-2.4.4 $ sudo auditctl -e1 -b 102400 > AUDIT_STATUS: enabled=1 flag=1 pid=2022 rate_limit=0 backlog_limit=320 > lost=0 backlog=0 (reverse-i-search)`b': sudo auditctl -e1 -^C102400 > pi@raspberrypi ~/audit-2.4.4 $ sudo src/auditctl -a exit,always -F > arch=armeb -S clone arch elf mapping not found > pi@raspberrypi ~/audit-2.4.4 $ sudo src/auditctl -a exit,always -S clone > Error detecting machine type > > Would you help me with this? Did you add --with-arm to the ./configure line? Its disabled by default. -Steve