From owner-freebsd-ports@FreeBSD.ORG Thu Apr 17 20:46:48 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC41BCFC for ; Thu, 17 Apr 2014 20:46:48 +0000 (UTC) Received: from mp1-smtp-6.eutelia.it (mp1-smtp-6.eutelia.it [62.94.10.166]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2B61196 for ; Thu, 17 Apr 2014 20:46:48 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mp1-smtp-6.eutelia.it (Eutelia) with ESMTP id 310CB6B9B72 for ; Thu, 17 Apr 2014 22:46:46 +0200 (CEST) Received: from soth.ventu (adsl-ull-118-176.41-151.net24.it [151.41.176.118]) (authenticated bits=0) by ns2.biolchim.it (8.14.8/8.14.8) with ESMTP id s3HKkg4N060146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 17 Apr 2014 22:46:43 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-118-176.41-151.net24.it [151.41.176.118] claimed to be soth.ventu Received: from guardian.ventu (bane.ventu [10.1.2.15]) (authenticated bits=0) by soth.ventu (8.14.8/8.14.7) with ESMTP id s3HKkR1U088609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 17 Apr 2014 22:46:30 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host bane.ventu [10.1.2.15] claimed to be guardian.ventu Message-ID: <53503DA3.6060202@netfence.it> Date: Thu, 17 Apr 2014 22:46:27 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: cryx-ports@h3q.com Subject: jailaudit and pkg Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.74 X-Scanned-By: MIMEDefang 2.74 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Thu, 17 Apr 2014 22:46:43 +0200 (CEST) X-Spam-Score: 5.206 (*****) RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 20:46:49 -0000 Hello. I'm not sure, but I might have find an unintended behaviour in jailaudit. I have a system which I have not yet migrated to pkgng (neither base nor any jail). However, pkg has been installed by the latest net-snmp upgrade (why I don't know). Now this is what I get: > # jailaudit generate > > Downloading a current audit database: > pkgng support enabled, using /usr/local/sbin/pkg version 1.2.7_2. > > pkg: No packages installed > pkg: No packages installed > pkg: No packages installed AFAICT jailaudit sees the pkg port and thinks all jails have been converted to pkgng; this renders it useless for any jail which is still managed the old way. Of course I could be using pkgng in some jails and/or the base system; still it would not work for the other jails. Am I wrong? Is there a workaround? bye & Thanks av.