Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2006 15:21:47 -0500
From:      Kris Kennaway <kris@obsecurity.org>
To:        Dirk Meyer <dinoex@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/Tools/portbuild/scripts processonelog
Message-ID:  <20061203202147.GA46433@xor.obsecurity.org>
In-Reply-To: <200612031759.kB3Hx9i6058345@repoman.freebsd.org>
References:  <200612031759.kB3Hx9i6058345@repoman.freebsd.org>

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

--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Dec 03, 2006 at 05:59:09PM +0000, Dirk Meyer wrote:
> dinoex      2006-12-03 17:59:09 UTC
>=20
>   FreeBSD ports repository
>=20
>   Modified files:
>     Tools/portbuild/scripts processonelog=20
>   Log:
>   - add check sysvipc
>   happens when security.jail.sysvipc_allowed=3D0

This is technically possible but in fact all of the package clients
have this sysctl set to 1.  The reason many ports are currently broken
with sysv ipc problems is because sysv ipc is currently broken in 7.0.

Kris

P.S. Please don't commit to portbuild scripts without review; I don't
think this change is worth keeping.

> |  #
> |  # Read a single errorlogfile and output a line of the format
> |  #    $filename|$portname|$affected|$logsize|$dir|$maintainer|\
> | @@ -267,6 +267,8 @@ elif bzgrep -q "/usr/bin/ld: cannot find
> |    reason=3D"threads"; tag=3D"threads"
> |  elif bzgrep -q "<varargs.h> is obsolete with this version of GCC" $1; =
then
> |    reason=3D"varargs"; tag=3D"varargs"
> | +elif bzgrep -q "shminit failed: Permission denied" $1; then
> | +  reason=3D"sysvipc"; tag=3D"sysvipc"
> | =20
> |  # Although these can be fairly common, and thus in one sense ought to =
be
> |  # earlier in the evaluation, in practice they are most often secondary
>=20

--jRHKVT23PllUwdXP
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFczHbWry0BWjoQKURAjViAJ4owjryni7BMJBirOHvV0Zz/bgc/QCg7PwE
MOeNrX9+B4GtAH4bcF8xB7g=
=8ild
-----END PGP SIGNATURE-----

--jRHKVT23PllUwdXP--



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