From owner-freebsd-questions@freebsd.org Wed Nov 4 07:32:11 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 800FEA262DD for ; Wed, 4 Nov 2015 07:32:11 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [80.190.182.2]) (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 3C9AF1B34 for ; Wed, 4 Nov 2015 07:32:11 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-181-85.dynamic.mnet-online.de [88.217.181.85]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 7FFBBAB9AE for ; Wed, 4 Nov 2015 08:32:01 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 7FFBBAB9AE Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1446622321; bh=6JTXPkpP1nawH4zp43yPgfMi27YfMqoIRVbdRXZEt4g=; h=Date:From:To:Subject:References:In-Reply-To; b=u9gM5Zb8IY1NAxo3yuCNx7kG1QRp8vl2gyV3hyW6fdw9Tfxt/T64d6Ei8SobmdNH2 q+ce3TYIYBLznNRzxEYl4c7ri/h4gkLjRSCic9eDE9+7zWrUrli7OHM0hGv61D47y7 1nB2Xd3V2Ox784RdiJxS6gckuLHrYi0neiIqpufM= Received: from [192.168.0.151] (aftr-88-217-181-85.dynamic.mnet-online.de [88.217.181.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 23B052E392 for ; Wed, 4 Nov 2015 08:32:00 +0100 (CET) Message-ID: <5639B46E.9030205@fechner.net> Date: Wed, 04 Nov 2015 08:31:58 +0100 From: Matthias Fechner User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Poudriere and apache24 with http2 module enabled fails References: <56371079.2090407@fechner.net> <20151103100816.GA25135@oslo.ath.cx> In-Reply-To: <20151103100816.GA25135@oslo.ath.cx> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2015 07:32:11 -0000 Am 03.11.2015 um 11:08 schrieb Herbert J. Skuhra: > Have you checked > > /wrkdirs/usr/ports/www/apache24/work/httpd-2.4.17/config.log > > for more details? yes I did, but this file is not existing. It seems that poudriere is cleaning up all the files or better, it builds everything in a tmpfs and after the build it is gone. How can I get that file out? I already tried to change the tmpfs variable in poudriere.conf but as tmpfs could not be deactivated I have no idea how to copy this file out from tmpfs before it is unmounted by poudriere. Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook