From owner-freebsd-ports@FreeBSD.ORG Mon Jan 19 12:25:55 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 5FF0FF90 for ; Mon, 19 Jan 2015 12:25:55 +0000 (UTC) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 211FB313 for ; Mon, 19 Jan 2015 12:25:54 +0000 (UTC) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id C4D841B22185; Mon, 19 Jan 2015 13:25:45 +0100 (CET) Message-ID: <54BCF7C9.7090502@toco-domains.de> Date: Mon, 19 Jan 2015 13:25:45 +0100 From: Torsten Zuehlsdorff User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Poudriere Timeout References: <201501190145.t0J1jKvg006268@slippy.cwsent.com> In-Reply-To: <201501190145.t0J1jKvg006268@slippy.cwsent.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 19 Jan 2015 12:25:55 -0000 Hi, > Has anyone seen this before? > > print/texlive-texmf texlive-texmf-20140525_4 package/timeout runaway_process Yes, i have. I've solved this problem by moving the build-jails of poudriere to an memory disk. This make poudriere no longer io-bund and incredibly fast. And solve this issue ;) Greetings, Torsten