From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: auditd start failure Date: Fri, 16 Aug 2013 14:43:51 -0400 Message-ID: <5379838.d4n6s4eucp@x2> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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 On Friday, August 16, 2013 11:38:32 AM zhu xiuming wrote: > HI > Suddently, my auditd can't start. I do not know why. > I remember I changed some permission settings on /var/log/audit. However, > even I change it back, the auditd cann't be started. > > I looked at the audit.log. It only shows the daemon is closed successfully > > I wonder whether there is other log file I should look. Its writes failure messages to /var/log/messages. I sometimes troubleshoot issues by starting the daemon by hand in the foreground mode so that everything is written to the screen. /sbin/auditd -f -Steve