From owner-freebsd-questions@FreeBSD.ORG Sun May 29 15:13:33 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CAB16A41C for ; Sun, 29 May 2005 15:13:33 +0000 (GMT) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA92743D54 for ; Sun, 29 May 2005 15:13:33 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.43) id 1DcPTn-000NBd-LW; Sun, 29 May 2005 09:13:33 -0600 In-Reply-To: <200505280248.30709.l0kit0@exactas.org> References: <200505280248.30709.l0kit0@exactas.org> Mime-Version: 1.0 (Apple Message framework v730) Message-Id: <81C6861B-7BCD-4404-88F4-89CD96B71C1E@shire.net> From: "Chad Leigh -- Shire.Net LLC" Date: Sun, 29 May 2005 09:13:27 -0600 To: Luciano Musacchio X-Mailer: Apple Mail (2.730) X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on hobbiton.shire.net X-Spam-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50 autolearn=disabled version=3.0.0 X-Spam-Level: X-SA-Exim-Version: 4.1+cvs (built Mon, 23 Aug 2004 08:44:05 -0700) X-SA-Exim-Scanned: Yes (on hobbiton.shire.net) Cc: questions@freebsd.org Subject: Re: help with: ports over unionfs on a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2005 15:13:34 -0000 On May 27, 2005, at 8:48 PM, Luciano Musacchio wrote: > hey, > i have the ports dir mounted over unionfs on a jail > (/usr/ports /usr/jail/usr/ports unionfs rw > 0 0) > and when i do a "make install" for some port within a jail it says: > make: No such file or directory I don't know exactly what you are trying to achieve, but what I do is have one master jail install and all the other jails mount most of it with nullfs read only. One jail is the master and it mounts the ports (actually 2 jails have it mounted) using a localhost: nfs mount read write. The master jail builds the ports into a separate PREFIX I have defined that is shared on all the jails with appropriate links into each jails private filesystem area for things like etc Anyway, the part I wanted to mention is that maybe a localhost: nfs mount might work better? Depends on what you are trying to do Chad > > i have no idea of whats going on :/, i'll appreciate some help > > (the jail is built the way man says and /usr/bin/make exists) > -- > "Los buenos artistas copian, los grandes roban" -- Steve Jobs > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >