From owner-freebsd-jail@FreeBSD.ORG Fri Feb 1 02:23:41 2008 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2680616A503 for ; Fri, 1 Feb 2008 02:23:41 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id CDB6613C447 for ; Fri, 1 Feb 2008 02:23:40 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so896223wxd.7 for ; Thu, 31 Jan 2008 18:23:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rgIdUibFdoLsCEhOZVYxrkwLULy0KYwEAtp+9B0wyPI=; b=mGDqHIeygO53y1MtTPCcmHRFfqTfxLTI3OX2aaS6/C37wiSsx4GANpVdeQbrbgKfxKoP+pz/T7N4P44prQnNepZNjiAthl0rroPEGFyEHpPj7vhfjfigDjEKaPS7WMKEy95iqyjtvRztaDMCqs7yhSPoq6BItu8YxSFaUaflRXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ui9JwETVjnQdm2yTfx8KZdnLHI+1aa1XfCv+Cq11FoyBBd7KeuufqSCgOyh5y5/04Uh+sve7hYr22mT3uQVlpIb4t1O6FAM7aLhT1auHVykCN5OUbr3wl0DfFAepc8rdXojypaYbUO1ad4z1PeNUZPVdO7/kcZXHKepn7ZkhkZY= Received: by 10.142.127.10 with SMTP id z10mr1797919wfc.216.1201832618729; Thu, 31 Jan 2008 18:23:38 -0800 (PST) Received: by 10.142.87.9 with HTTP; Thu, 31 Jan 2008 18:23:38 -0800 (PST) Message-ID: Date: Thu, 31 Jan 2008 18:23:38 -0800 From: "Kurt Buff" To: freebsd-jail@freebsd.org In-Reply-To: <20080131093609.GA2618@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801301656.03087.glen.j.barber@gmail.com> <20080131093609.GA2618@phoenix> Subject: Re: Newb alert... X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 02:23:41 -0000 On Jan 31, 2008 1:36 AM, Glen Barber wrote: > Kurt Buff said: > > > > I've started over, at this point. > > > > I've blown away /jails/wotan (and used chflags -R noschg * to make > > sure nothing was left), and am using this command line to leave this > > running overnight - I'll check on it when I get back in the morning: > > > > # mkdir /jails/wotan && setenv D /jails/wotan && cd /usr/src && make > > world DESTDIR=$D && cd etc && make distribution DESTDIR=$D && > > mount_devfs devfs $D/dev > > > When you do rebuild your jails, don't change directories after the 'make > world' step. It is unnecessary in FreeBSD 6.0+. > > The command should look like: > mkdir /jails/wotan && setenv D /jails/wotan && cd /usr/src && make world > DESTDIR=$D && make distribution DESTDIR=$D Yes, that's what the handbook said, too. I figured it couldn't hurt, though. I haven't been able to look at this today - I've been installing a new set of firewalls all day. More tomorrow. Kurt