From owner-freebsd-stable@FreeBSD.ORG Sun Oct 22 20:24:18 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543ED16A416 for ; Sun, 22 Oct 2006 20:24:18 +0000 (UTC) (envelope-from bsd@lordcow.org) Received: from smtp1.uct.ac.za (smtp1.uct.ac.za [137.158.128.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9BE543D53 for ; Sun, 22 Oct 2006 20:24:17 +0000 (GMT) (envelope-from bsd@lordcow.org) Received: from [137.158.128.125] (helo=anubis.uct.ac.za) by smtp1.uct.ac.za with esmtp (Exim 4.30; FreeBSD) id 1Gbjrh-0008fo-9J for stable@freebsd.org; Sun, 22 Oct 2006 22:24:13 +0200 Received: from lhc.phy.uct.ac.za ([137.158.37.93]) by anubis.uct.ac.za with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Gbjrg-000JQU-WC for stable@freebsd.org; Sun, 22 Oct 2006 22:24:13 +0200 Received: from lordcow by lhc.phy.uct.ac.za with local (Exim 4.63) (envelope-from ) id 1Gbjrk-0002PR-4t for stable@freebsd.org; Sun, 22 Oct 2006 22:24:16 +0200 Date: Sun, 22 Oct 2006 22:24:16 +0200 From: gareth To: stable@freebsd.org Message-ID: <20061022202416.GA9235@lordcow.org> References: <20061022161044.GA4635@lordcow.org> <453BB28B.9010601@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <453BB28B.9010601@quip.cz> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: portaudit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 20:24:18 -0000 On Sun 2006-10-22 (20:03), Miroslav Lachman wrote: > There are more than one way to install vulnerable port. Sometimes > DISABLE_VULNERABILITIES=yes may be enough. thanx, that did the trick. > Permissions denied may be caused by your file system mount options - if > you have /var (/var/db/pkg) mounted as noexec, than some ports > (packages) can not be deinstalled (deinstall script can not be executed) ah, yes i mounted /var as noexec, haven't come across this happening before though. will remount it and give it a try.