From owner-freebsd-questions@FreeBSD.ORG Fri Oct 19 20:30:37 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A88D4D0 for ; Fri, 19 Oct 2012 20:30:37 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 68F798FC0A for ; Fri, 19 Oct 2012 20:30:36 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id C967AAD94; Fri, 19 Oct 2012 22:30:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 33C352CF261; Fri, 19 Oct 2012 22:29:52 +0200 (CEST) Date: Fri, 19 Oct 2012 22:29:51 +0200 From: Patrick Lamaiziere To: "Christopher J. Ruwe" Subject: Re: poudriere amassing fetch errors Message-ID: <20121019222951.7e5cdf0e@davenulle.org> In-Reply-To: <20121014035720.1eb3c7d4@dijkstra.cruwe.de> References: <20121014035720.1eb3c7d4@dijkstra.cruwe.de> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; i386-portbld-freebsd9) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 20:30:37 -0000 Le Sun, 14 Oct 2012 03:57:20 +0200, "Christopher J. Ruwe" a écrit : Hello, > for some time I have noticed that poudriere bulk build amass fetch > errors, i.e., the corresponding distfile(s) cannot be fetched by the > build jail and I have to fetch these manually. > > Does anybody know a fix to this unnerving condition? I don't see this problem. Missing resolv.conf ? /usr/local/etc/poudriere.conf # By default the jails have no /etc/resolv.conf, you will need to set # REVOLV_CONF to a file on your hosts system that will be copied has # /etc/resolv.conf for the jail, except if you don't need it (using an http # proxy for example) RESOLV_CONF=/etc/resolv.conf