From owner-freebsd-ports@FreeBSD.ORG Tue Mar 10 06:42:30 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B32781F for ; Tue, 10 Mar 2015 06:42:30 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "ca.infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9701383B for ; Tue, 10 Mar 2015 06:42:29 +0000 (UTC) Received: from seedling.local (wifi.infracaninophile.co.uk [81.2.117.98]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.1/8.15.1) with ESMTPSA id t2A6gL7h051436 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 10 Mar 2015 06:42:22 GMT (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=infracaninophile.co.uk DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk t2A6gL7h051436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1425969742; bh=JnSPT88QJnaUTmzT9ZjUEqEICqfnE0kJfPYfi4b6Wic=; h=Date:From:To:CC:Subject:References:In-Reply-To; z=Date:=20Tue,=2010=20Mar=202015=2006:42:04=20+0000|From:=20Matthew =20Seaman=20|To:=20Kevin=20Oberma n=20|CC:=20FreeBSD=20Ports=20ML=20|Subject:=20Re:=20How=20could=20I=20increase=20"ru naway"=20timer=20for=20package=20build=20cluster?|References:=20<5 4FB7119.4030208@FreeBSD.org>=09=09=09<54FD7FEC.5080500@FreeB SD.org>=09<54FD82A7.6040905@infracaninophile.co.uk>=20|In-Reply- To:=20; b=KbAizrWywkd0uKwxMvQz4V9wmOTl9CJEoY0YRB3ThJw5Kv2H2kKh0357UWQhPa9XZ Z9e8exDKS8THuTKel1akQDnP8KgXEFNTYFIfY/QjpyqAJ2zYVp313j5E+UfXnHFPME Km5UrNglPI3go+YtfRpXdlovsj2L1u+Guv98VDt4= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host wifi.infracaninophile.co.uk [81.2.117.98] claimed to be seedling.local Message-ID: <54FE923C.7080308@infracaninophile.co.uk> Date: Tue, 10 Mar 2015 06:42:04 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: How could I increase "runaway" timer for package build cluster? References: <54FB7119.4030208@FreeBSD.org> <54FD7FEC.5080500@FreeBSD.org> <54FD82A7.6040905@infracaninophile.co.uk> In-Reply-To: OpenPGP: id=E1ECF9BB Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HB2TwqtVgru9tX5j1lmturA7bwnkXtWef" X-Virus-Scanned: clamav-milter 0.98.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,T_RP_MATCHES_RCVD,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lucid-nonsense.infracaninophile.co.uk Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 06:42:30 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --HB2TwqtVgru9tX5j1lmturA7bwnkXtWef Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/03/2015 23:11, Kevin Oberman wrote: > On Mon, Mar 9, 2015 at 4:23 AM, Matthew Seaman < > m.seaman@infracaninophile.co.uk> wrote: >=20 >> On 03/09/15 11:11, Lev Serebryakov wrote: >>> On 08.03.2015 12:40, Ben Woods wrote: >>>> Actually, taking a look at my /usr/local/etc/poudriere.conf >>>> configuration file, I see these settings have indeed been exposed >>>> for configuration there without having to touch the poudriere code >>>> itself. The appropriate settings are: >>> >>>> # This defines the max time (in seconds) that a command may run for >>>> a build # before it is killed for taking too long. Default: 86400 >>>> #MAX_EXECUTION_TIME=3D86400 >>> >>>> # This defines the time (in seconds) before a command is considered >>>> to # be in a runaway state for having no output on stdout. Default: >>>> 7200 #NOHANG_TIME=3D7200 >>> >>> The problem is, it is not my cluster, but FreeBSD official cluster. = I >>> could not change configs of it, I could only edit Makefile of my port= =2E >> >> I added a small change to make 'pkg create' emit a progress bar which >> will be in pkg-1.15 -- you have to tweak some settings in pkg.conf to >> enable it though. With this change I've managed to avoid poudriere >> timeouts while packaging stuff with large numbers of files -- >> texlive-texmf being a classic example. You can try it now by installi= ng >> net-mgmt/pkg-devel, but beware that will eventually cause all your >> client machines to end up running pkg-devel too. >> >> > Just slightly confused. Do you mean pkg-1.4.15 (now on 1.4.12) or pkg-1= =2E5? > Any idea on time-frame? Sorry, yes. That was a typo. pkg-1.5 is in the works. Bapt has said he wants to release it "before BSDCan" and there's a chunk of work gong in on regression testing at the moment. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey JID: matthew@infracaninophile.co.uk --HB2TwqtVgru9tX5j1lmturA7bwnkXtWef Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) iQJ8BAEBCgBmBQJU/pJJXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATpNEP/3ceJMlAjj+Qp/f6J/GfJRZY NPdqzj1EWKBMgysTrAw4cvqMkIlYEjw1uHBjPmJcww9KkX1T8NaFhxYxv4cnuP7m zuQRbkRL8UHaaX307uuSNM6CAiPqsiG3So4neZYYiV4vAUTSLnv+nalKuynT/N4f s9X/58T5iSz9RtHgEtlrqg7i63zcECBj3jWuydaVMr3sd1GJB6yyBBgwW6qr9oSU 4MsoaxO9hfaXJvUc+GKJ/03Rnur6PSWIiUxaElZQe9bFu0abWrW8Bz2acFziug8x GvSvFaB/cHg5JnpBv2Hi3EnDTO69bKj0RYUN6XTWYMZQDE84lTyvSckBC4a/ukXa TBSV3UAc47i2XquE2ncVL5oV8RutQ9wy0/LfO5DiZ1c2CRXxW5ilmwhBkokfVrQ8 Tnng9toQ2ldUIyz6EUf1fYKYsGUOj0frCCMBviBUjUVv5h4A3ObJAU6wPqXen7jS yEl0y60tVOfTzev7MTAGi+/mJ1L7hWMULFkPlHKQxF3oVfBVMqxxmD21659IUHnC Rh3HACfseKqG5h7cKOzBjgONkg4L7E6oxQ880UbCFATp5BncGTBzMerdwU8pVyAe 5QF0WKCWiPOLrPO/g/UeCnj3UBdzj8moZJDNk1BRFJDl3d3FnM+cRpdtaiSYlUK7 yIBnJ5P+pyhfb2WMH9EA =bV3j -----END PGP SIGNATURE----- --HB2TwqtVgru9tX5j1lmturA7bwnkXtWef--