From owner-freebsd-questions@FreeBSD.ORG Fri Nov 23 09:28:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47CB216A41B for ; Fri, 23 Nov 2007 09:28:57 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id A3FAC13C4CC for ; Fri, 23 Nov 2007 09:28:56 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.242.123]) (authenticated bits=128) by parrot.aev.net (8.14.1/8.13.8) with ESMTP id lAN9XMnV022129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 23 Nov 2007 10:33:29 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.1/8.13.8) with ESMTP id lAN9Uhx6011560 for ; Fri, 23 Nov 2007 10:30:43 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <47469D3F.1070207@netfence.it> Date: Fri, 23 Nov 2007 10:28:31 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Subject: portaudit in periodic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2007 09:28:57 -0000 Hello. I'm running a dozen boxes (most being 6.2) with portaudit installed and I usually get a port vulnerability report in the daily security run. On one box, however, portaudit's db won't update automatically. The security reports will mention no vulnerability, even when I know they are there. Running "periodic daily" from a shell does it all for good, so that for a few days I'll see the correct warnings. However, the database will then be stuck at that level, and won't be upgraded again until I either manually rerun the previous command or run "portaudit -F". I looked over my config files, but could not guess what might be wrong. Any hint? bye & Thanks av.