Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2006 20:03:55 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        gareth <bsd@lordcow.org>
Cc:        stable@freebsd.org
Subject:   Re: portaudit
Message-ID:  <453BB28B.9010601@quip.cz>
In-Reply-To: <20061022161044.GA4635@lordcow.org>
References:  <20061022161044.GA4635@lordcow.org>

next in thread | previous in thread | raw e-mail | index | archive | help
gareth wrote:

> hi, i want to install a port but portaudit won't let me because it
> "has known vulnerabilities".
> 
> trying to tell it it's ok with 'portaudit_fixed' in
> /usr/local/etc/portaudit.conf doesn't work, and trying to deinstall
> portaudit:
> 
> /usr/ports/security/portaudit# make deinstall
> ===>  Deinstalling for security/portaudit
> ===>   Deinstalling portaudit-0.5.11
> ./+REQUIRE: Permission denied
> pkg_delete: package portaudit-0.5.11 fails requirements 
> ./+DEINSTALL: Permission denied
> pkg_delete: deinstall script returned error status
> ./+DEINSTALL: Permission denied
> pkg_delete: post-deinstall script returned error status
> 
> well, i dunno what that means but doesn't work either. so how
> do i get around it?

There are more than one way to install vulnerable port. Sometimes 
DISABLE_VULNERABILITIES=yes may be enough.

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)

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?453BB28B.9010601>