From owner-freebsd-ports@FreeBSD.ORG Fri Jul 18 14:06:02 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD52CC6C for ; Fri, 18 Jul 2014 14:06:02 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A00882825 for ; Fri, 18 Jul 2014 14:06:02 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1X88nR-0007ZA-Qj for freebsd-ports@freebsd.org; Fri, 18 Jul 2014 07:06:01 -0700 Date: Fri, 18 Jul 2014 07:06:01 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1405692361821-5929843.post@n5.nabble.com> In-Reply-To: <53C92530.10008@astart.com> References: <1405676493174-5929736.post@n5.nabble.com> <53C92530.10008@astart.com> Subject: Re: When poudriere jails become stuck in a loop MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 14:06:02 -0000 @Patrick: 1. During poudriere run, do to display jails which have been running for obviously too long. Note the poudriere run number - lets say #4 has been running for 2+ hours for an obviously small port. 2. "# jls" and note the jail ID for poudriere_#4. There will be two jails for each process, the one with 127.0.0.1 IP is the real build environment - lets say jail_ID is 20. 3. "# jexec 20 top" will give you the running processes in that build jail. If you see the "dot" item, I guarantee you that jail is stuck. Regards. ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/When-poudriere-jails-become-stuck-in-a-loop-tp5929736p5929843.html Sent from the freebsd-ports mailing list archive at Nabble.com.