From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 01:01:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B512316A40F for ; Fri, 12 Jan 2007 01:01:28 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03.ohiordc.rr.com (ms-smtp-03.ohiordc.rr.com [65.24.5.137]) by mx1.freebsd.org (Postfix) with ESMTP id 5699513C459; Fri, 12 Jan 2007 01:01:28 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-40-34.woh.res.rr.com [65.31.40.34]) by ms-smtp-03.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id l0C09f0G027904; Thu, 11 Jan 2007 19:09:41 -0500 (EST) Message-ID: <000301c735de$195d5f70$0200a8c0@satellite> From: "Dave" To: Date: Thu, 11 Jan 2007 19:10:41 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: ezjail and ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 01:01:28 -0000 Hello, I've created three jails with ezjail on a 6.1 machine. When i did so i did not need ports, now i do in one of the jails. I've tried nullfs mounting the host system's /usr/ports tree, but it didn't automount on jail startup. So, i fetched a new copy of the ports tree in to /var/ports, but when i tried to install a port, bash3 in this case, the ports are referencing /usr/ports/share/MK which it can not find, that's a read-only symlink to the basejail filesystem. A side question, pinging the jail works fine from the host system, but nmapping it does not show anything even though i have running services. I've tried with and without the -P0 option. Does anyone have this working? Thanks. Dave.