From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 8 20:40:05 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7376716A46B for ; Fri, 8 Feb 2008 20:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E311713C43E for ; Fri, 8 Feb 2008 20:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m18Ke4nO018998 for ; Fri, 8 Feb 2008 20:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m18Ke4SY018997; Fri, 8 Feb 2008 20:40:04 GMT (envelope-from gnats) Date: Fri, 8 Feb 2008 20:40:04 GMT Message-Id: <200802082040.m18Ke4SY018997@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Alexander V. Chernikov" Cc: Subject: Re: bin/119331: [patch] sysinstall(8) can not use network in jailed environment X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexander V. Chernikov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 20:40:05 -0000 The following reply was made to PR bin/119331; it has been noted by GNATS. From: "Alexander V. Chernikov" To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/119331: [patch] sysinstall(8) can not use network in jailed environment Date: Fri, 08 Feb 2008 23:07:01 +0300 I had to install ports tree inside a jail. I usually use cvs, but that day i tried sysinstall. It fails. I've got curious and started looking for the reason.