From owner-freebsd-current@FreeBSD.ORG Tue Dec 4 15:38:17 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5CD6929 for ; Tue, 4 Dec 2012 15:38:17 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6A38FC12 for ; Tue, 4 Dec 2012 15:38:16 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so4299290lah.13 for ; Tue, 04 Dec 2012 07:38:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=DyVscn37Pc5evKOTEUor/7D43zgaLKeiFVV9w7Z+C2w=; b=tTwFKCWvZ+YR1Gx6eSCub5PCsz6QlqJJp1ZrKaI8I2BSQRIPLCvSOmfOBm08FTXQ14 CdGLgg4nTs5cwGN/kVF+kZ3hkLAat5AaTLehCUHbuKGRP629pLrAPdcSMYN9pGejMTNL OQ6X+nFu2RJmMJ0lpxvxlOxR5dAGG2P7c9V2aGwLfqS3qhPSJX+2S08Lu9NBghyWNSz1 LNGkSVo5FDW4NDuwEOzHzhW71ei46PsqtYjDZBQXhiUROGRqcQjXZ1CAsd5K+yO01Q4K UxvganW5GcWNKKnXAgUkKPUu6WcehHaQnCGuKW3VXwF7Du0TrXKpmlJV46H3JBBT+IQy 6EPQ== Received: by 10.112.28.65 with SMTP id z1mr5988747lbg.119.1354635496029; Tue, 04 Dec 2012 07:38:16 -0800 (PST) Received: from [192.168.50.105] (double-l.xs4all.nl. [80.126.205.144]) by mx.google.com with ESMTPS id t5sm941435lbf.6.2012.12.04.07.38.13 (version=SSLv3 cipher=OTHER); Tue, 04 Dec 2012 07:38:14 -0800 (PST) Message-ID: <50BE18E5.2050004@gmail.com> Date: Tue, 04 Dec 2012 16:38:13 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: auditdistd config file location Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 15:38:18 -0000 Hello all. I had some spare time so i thought it was a good moment to look at auditdistd . One thing i noticed was the default config file location. The man page and the wiki tells me it is /etc/security/auditdistd I enabled audistd by placing the following in the rc.conf file auditdistd_enable="YES" However if i want to start the deamon, it tells me the config file is not present. And that is correct, because my config is in /etc/security/ and not /etc/ [root@smb-filer01 ~]# /etc/rc.d/auditdistd start /etc/rc.d/auditdistd: WARNING: /etc/auditdistd.conf is not readable. /etc/rc.d/auditdistd: WARNING: failed precmd routine for auditdistd [root@smb-filer01 ~]# I think the default location of the config file needs to be modified to match that of the wiki page and the man page. regards Johan Hendriks