From owner-freebsd-ports@FreeBSD.ORG Fri Jul 18 13:52:13 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA045308 for ; Fri, 18 Jul 2014 13:52:13 +0000 (UTC) Received: from astart2.astart.com (108-248-95-193.lightspeed.sndgca.sbcglobal.net [108.248.95.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0D1F26BF for ; Fri, 18 Jul 2014 13:52:13 +0000 (UTC) Received: from laptop_84.private (localhost [127.0.0.1]) by astart2.astart.com (8.14.4/8.14.4) with ESMTP id s6IDkPaD021452 for ; Fri, 18 Jul 2014 06:46:25 -0700 (PDT) (envelope-from papowell@astart.com) Message-ID: <53C92530.10008@astart.com> Date: Fri, 18 Jul 2014 06:46:24 -0700 From: Patrick Powell Reply-To: papowell@astart.com Organization: Astart Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130714 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: When poudriere jails become stuck in a loop References: <1405676493174-5929736.post@n5.nabble.com> In-Reply-To: <1405676493174-5929736.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 13:52:14 -0000 On 07/18/14 02:41, Beeblebrox wrote: > I have observed that some poudriere jails, on occasion, get stuck in a > hanging pattern. If I go to a jail that became stuck, top always shows > something like: > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 91534 root 1 23 3 21840K 2376K CPU3 3 0:00 0.02% top > 24713 root 1 52 3 49828K 0K wait 2 0:13 0.00% > 24637 root 1 23 3 9048K 148K wait 0 0:00 0.00% make > 26552 root 1 52 3 190M 44K urdlck 0 0:00 0.00% dot > 24652 root 1 52 3 16988K 0K wait 1 0:00 0.00% > 26551 root 1 52 3 16988K 0K wait 3 0:00 0.00% > > The solution I have found is to kill the process named "dot" (26552 in this > case). Poudriere then picks up from where it left off and successfully > completes the package build. > > 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-tp5929736.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I think I have observed the same issue. When you say 'go to a jail' what did you do to see this information? I get a lot of other info that clouds the issue.