From owner-freebsd-pkg@freebsd.org Thu Mar 31 18:44:19 2016 Return-Path: Delivered-To: freebsd-pkg@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 822DBAE41F7 for ; Thu, 31 Mar 2016 18:44:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6D61E1578 for ; Thu, 31 Mar 2016 18:44:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 69068AE41F6; Thu, 31 Mar 2016 18:44:19 +0000 (UTC) Delivered-To: pkg@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 68A55AE41F5 for ; Thu, 31 Mar 2016 18:44:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 597B81577 for ; Thu, 31 Mar 2016 18:44:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VIiJhW079325 for ; Thu, 31 Mar 2016 18:44:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: maintainer-feedback requested: [Bug 208438] ports-mgmt/pkg ports-mgmt/poudriere Connection to own IP on port 80 in jail without configuring it Date: Thu, 31 Mar 2016 18:44:19 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:44:19 -0000 Alexander Kauer has reassigned Bugzilla Automation 's request for maintainer-feedback to pkg@FreeBSD.org: Bug 208438: ports-mgmt/pkg ports-mgmt/poudriere Connection to own IP on por= t 80 in jail without configuring it https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208438 --- Description --- I recently migrated to poudriere to build packages for all my jails. Poudri= ere runs outside of the jails and the packages are served via an nginx listenin= g on port 36742, running outside of the jails as well. Inside of the jails I configured pkg to use my build packages: root@mail:/usr/local/etc/pkg/repos # cat FreeBSD.conf=20 FreeBSD: { enabled: no } root@mail:/usr/local/etc/pkg/repos # cat poudriere.conf poudriere: { url: "http://127.0.0.1:36742/packages/${ABI}", mirror_type: "http", signature_type: "NONE", enabled: yes } This works as expected.