From owner-cvs-all@FreeBSD.ORG Sun Dec 3 20:22:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30A8016A511; Sun, 3 Dec 2006 20:22:42 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527A043D6A; Sun, 3 Dec 2006 20:21:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id DE3F21A3C1E; Sun, 3 Dec 2006 12:22:06 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ABBE551569; Sun, 3 Dec 2006 15:21:47 -0500 (EST) Date: Sun, 3 Dec 2006 15:21:47 -0500 From: Kris Kennaway To: Dirk Meyer Message-ID: <20061203202147.GA46433@xor.obsecurity.org> References: <200612031759.kB3Hx9i6058345@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <200612031759.kB3Hx9i6058345@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Tools/portbuild/scripts processonelog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2006 20:22:42 -0000 --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 " 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--