Re: jail manpage

2005-02-10 Thread Chad Leigh -- Shire . Net LLC
On Feb 10, 2005, at 12:50 AM, r p wrote: On Wed, 9 Feb 2005 14:12:06 -0600, Josh Paetzel <[EMAIL PROTECTED]> wrote: I've been trying get jails working on my 5.3-RELEASE-p2 machine. I've tried following the instructions in man 8 jail D=/here/is/the/jail cd /usr/src mkdir -p $D make world DESTDIR=$D

Re: jail manpage

2005-02-09 Thread r p
> On Wed, 9 Feb 2005 14:12:06 -0600, Josh Paetzel <[EMAIL PROTECTED]> wrote: > > I've been trying get jails working on my 5.3-RELEASE-p2 machine. > > I've tried following the instructions in man 8 jail > > > > D=/here/is/the/jail > > cd /usr/src > > mkdir -p $D > > make world DESTDIR=$D > > cd etc

Re: jail manpage

2005-02-09 Thread pete wright
> > i'm runnig my buildjail script right now to make sure things are > > still ok...if i find i problem i'll post back to list... > > ok I just ran a: $ sudo make -j2 world DESTDIR=/usr/local/jails/dev/ on a 5.3-STABLE box with no problems. not really sure what is going wrong here...i assume th

Re: jail manpage

2005-02-09 Thread Josh Paetzel
On Wednesday 09 February 2005 17:20, pete wright wrote: > > I'm running 5.3-RELEASE-p2 but just for kicks I rm -rf'd /usr/src > > and /usr/obj and did: > > gerneally cvsup'ing /usr/src is enough (don't want to stress the > cvsup servers too much if you can avoid it) It's my own private cvsup serve

Re: jail manpage

2005-02-09 Thread pete wright
> > I'm running 5.3-RELEASE-p2 but just for kicks I rm -rf'd /usr/src > and /usr/obj and did: gerneally cvsup'ing /usr/src is enough (don't want to stress the cvsup servers too much if you can avoid it) > > cvsup to RELENG_5_3 > > make buildworld > make KERNCONF=MYKERNEL buildkernel > make KER

Re: jail manpage

2005-02-09 Thread Josh Paetzel
On Wednesday 09 February 2005 14:32, pete wright wrote: > On Wed, 9 Feb 2005 14:12:06 -0600, Josh Paetzel <[EMAIL PROTECTED]> wrote: > > I've been trying get jails working on my 5.3-RELEASE-p2 machine. > > I've tried following the instructions in man 8 jail > > > > D=/here/is/the/jail > > cd /usr

jail manpage

2005-02-09 Thread Josh Paetzel
I've been trying get jails working on my 5.3-RELEASE-p2 machine. I've tried following the instructions in man 8 jail 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 It dies at make world