From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Logging not resumed after low disk space Date: Mon, 15 Sep 2014 10:34:45 -0400 Message-ID: <3638691.1arCJVdUDb@x2> References: <20140914214712.0db375cd@fornost.bigon.be> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140914214712.0db375cd@fornost.bigon.be> 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 Sunday, September 14, 2014 09:47:12 PM Laurent Bigonville wrote: > Yesterday, I apparently run out of diskspace. Today I was wondering why > there was no new audit trails in the logs. > > systemctl status auditd showed me: > > Audit daemon is low on disk space for logging > Audit daemon is suspending logging due to low disk space. > > Shouldn't the daemon resume the logging when free disk space is > available again? Its never done that. You need to send SIGUSR2 to auditd to get it to wake up. Normally this is done with "service auditd resume". -Steve