Jailing a 4.7 environment on 5.0?

2002-12-11 Thread Steve Kargl
Is is possible to set up a jail that contains 4.7 on a 5.0 system? In particular, how does one deal with the difference between devfs and MAKEDEV? -- Steve To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Jailing a 4.7 environment on 5.0?

2002-12-11 Thread Andrew Thompson
On Thu, 2002-12-12 at 13:52, Kris Kennaway wrote: On Wed, Dec 11, 2002 at 04:19:31PM -0800, Steve Kargl wrote: Is is possible to set up a jail that contains 4.7 on a 5.0 system? Yes. But doesnt a jail share the same kernel? (I have never set one up so I dont know what I am talking about

Re: Jailing a 4.7 environment on 5.0?

2002-12-11 Thread Steve Kargl
On Thu, Dec 12, 2002 at 01:56:40PM +1300, Andrew Thompson wrote: On Thu, 2002-12-12 at 13:52, Kris Kennaway wrote: On Wed, Dec 11, 2002 at 04:19:31PM -0800, Steve Kargl wrote: Is is possible to set up a jail that contains 4.7 on a 5.0 system? Yes. But doesnt a jail share the same

Re: Jailing a 4.7 environment on 5.0?

2002-12-11 Thread Kris Kennaway
On Wed, Dec 11, 2002 at 05:08:46PM -0800, Steve Kargl wrote: On Thu, Dec 12, 2002 at 01:56:40PM +1300, Andrew Thompson wrote: On Thu, 2002-12-12 at 13:52, Kris Kennaway wrote: On Wed, Dec 11, 2002 at 04:19:31PM -0800, Steve Kargl wrote: Is is possible to set up a jail that contains 4.7

Re: Jailing a 4.7 environment on 5.0?

2002-12-11 Thread Steve Kargl
On Wed, Dec 11, 2002 at 05:17:12PM -0800, Kris Kennaway wrote: On Wed, Dec 11, 2002 at 05:08:46PM -0800, Steve Kargl wrote: This example shows how to setup a jail directory tree containing an entire FreeBSD distribution: D=/here/is/the/jail cd /usr/src

Re: Jailing a 4.7 environment on 5.0?

2002-12-11 Thread Kris Kennaway
On Wed, Dec 11, 2002 at 07:34:05PM -0800, Steve Kargl wrote: Replace the 'cd %D/dev; sh MAKEDEV jail' with 'mount -t devfs / $D/dev' Thanks for the pointer. The entire example doesn't apply because my /usr/src is FreeBSD 5.0. I have 4.7-disc2.iso and used a md device to copy the files

Re: Jailing a 4.7 environment on 5.0?

2002-12-11 Thread Steve Kargl
On Wed, Dec 11, 2002 at 08:07:14PM -0800, Kris Kennaway wrote: On Wed, Dec 11, 2002 at 07:34:05PM -0800, Steve Kargl wrote: Replace the 'cd %D/dev; sh MAKEDEV jail' with 'mount -t devfs / $D/dev' Thanks for the pointer. The entire example doesn't apply because my /usr/src is