From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 02:00:57 2005 Return-Path: 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 AEE0316A4CE for ; Fri, 14 Jan 2005 02:00:57 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26D043D3F for ; Fri, 14 Jan 2005 02:00:55 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by rproxy.gmail.com with SMTP id y7so153364rne for ; Thu, 13 Jan 2005 18:00:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=NDpHIACheBuY492Pb6KcwLnxM8lKGE/44Avj0NE/ANkFtR6PC/0vlgeFOsXDkv5fpC+hBEct/xrAAYxDNBmy4HvNh3XENOhxjTJCqEaG5Squ4Du71V6x6OL5NZiOnsuW5k4XTvZaUVW2UvDBIIrEpL9GhKeFiORf2ssVsgBbWjQ= Received: by 10.38.15.58 with SMTP id 58mr77876rno; Thu, 13 Jan 2005 18:00:55 -0800 (PST) Received: by 10.38.14.22 with HTTP; Thu, 13 Jan 2005 18:00:54 -0800 (PST) Message-ID: <57d710000501131800788ec662@mail.gmail.com> Date: Thu, 13 Jan 2005 18:00:54 -0800 From: pete wright To: Henryk Martinczak In-Reply-To: <1105663682.2390.19.camel@heniek.jurgow.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1105663682.2390.19.camel@heniek.jurgow.net> cc: questions@freebsd.org Subject: Re: making jail on 5.3 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pete wright List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 02:00:57 -0000 On Fri, 14 Jan 2005 01:49:49 +0100, Henryk Martinczak wrote: > Greetings > > I installed FreeBSD 5.3 (it is my first Freebsd) from iso image and I > try to make jail with: > > # make world DESTDIR=/jail/test > > everything go fine until this: > > cc -0 -pipe -I/usr/obj/usr/src/i386/legacy/usr/include > -c/usr/src/games/fortune/strfile/strfile.c > > make: don't know how to make /jail/test/usr/lib/libc.a. Stop > ***Error code 2 > Stopping /usr/src. > > What is wrong?? > Is there any step by step jail config quide ?? > from man (8) jail which also happens to be the best place to look for information like this: This example shows how to set up a jail directory tree containing an entire FreeBSD distribution: D=/here/is/the/jail cd /usr/src mkdir -p $D make world DESTDIR=$D cd etc make distribution DESTDIR=$D mount_devfs devfs $D/dev cd $D ln -sf dev/null kernel HTH -pete > Regards, > H.M. > > _______________________________________________ > 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" > -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group