From owner-freebsd-questions@freebsd.org Sat May 28 14:45:30 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16AD5B4DA4D for ; Sat, 28 May 2016 14:45:30 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id D189D1E01 for ; Sat, 28 May 2016 14:45:29 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (79.42.58.185) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57175E9208C29CE1 for freebsd-questions@freebsd.org; Sat, 28 May 2016 16:45:22 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18] (may be forged)) by soth.ventu (8.15.2/8.15.2) with ESMTP id u4SEjL4n052141 for ; Sat, 28 May 2016 16:45:21 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] (may be forged) claimed to be alamar.ventu Subject: Re: How to run periodic system reports manually To: "freebsd-questions@freebsd.org" References: <5749A44B.7000005@gmail.com> From: Andrea Venturoli Message-ID: Date: Sat, 28 May 2016 16:45:21 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <5749A44B.7000005@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 14:45:30 -0000 On 05/28/16 15:59, Ernie Luzar wrote: > I changed the cron status and security reports to go to a file instead > of defaulting to emailing root. Is there a way to run them manually so I > can verify the files are really being created and populated correctly? You mean periodic(8)? bye av.