From owner-freebsd-questions Mon Oct 23 10:27:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.thebiz.net (mx1.thebiz.net [216.238.0.20]) by hub.freebsd.org (Postfix) with SMTP id A91BF37B479 for ; Mon, 23 Oct 2000 10:27:44 -0700 (PDT) Received: (qmail 19791 invoked from network); 23 Oct 2000 13:27:36 -0400 Received: from mail2.backend.thebiz.net (HELO mail2.thebiz.net) (172.16.0.129) by mx1.backend.thebiz.net with SMTP; 23 Oct 2000 13:27:36 -0400 Received: (qmail 23271 invoked by uid 0); 23 Oct 2000 13:27:36 -0400 Received: from unknown (HELO shell1.thebiz.net) (216.238.35.75) by mail.thebiz.net with SMTP; 23 Oct 2000 13:27:36 -0400 Date: Mon, 23 Oct 2000 13:27:35 -0400 (EDT) From: X-Sender: tom@shell1.thebiz.net To: Adam Fladwood Cc: The Hermit Hacker , freebsd-questions@FreeBSD.ORG Subject: RE: Jail! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I setup my jail by hand. I just made the necessary directories and started putting the binaries in there. Do ldd programname to see the dependant libs and then copy them in the jail. My jail is called sandbox so when I want to see if something can run in the jail I do: chroot /sandbox /path/to/binary Hope this helps. On Fri, 20 Oct 2000, Adam Fladwood wrote: > I don't think that I worded my problem too well as I read over it. I've > read the manual and everything, however when I get to the part where you > have to use the make commands it failes. > > I get make: don't know how to make hierarchy. Stop. > > Is there a Makefile that needs to be in /usr/src that I don't have? If so > do you know where I can obtain it? > > Thanks, > Adam > > > -----Original Message----- > From: The Hermit Hacker [mailto:scrappy@hub.org] > Sent: Thursday, October 19, 2000 6:34 AM > To: Adam Fladwood > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Jail! > > > > from the man page: > > D=/here/is/the/jail > cd /usr/src > make hierarchy DESTDIR=$D > > > On Fri, 20 Oct 2000, Adam Fladwood wrote: > > > Hey everyone, > > > > I'm trying to setup jail on FreeBSD 4.1, however I'm a little confused as > to > > where I'm supposed to grab the Makefile from. I mean, how can I do the: > make > > hierarchy? If there's something that I'm missing let me know, thanks! > > > > Adam > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message