Date: Sat, 4 May 2002 19:00:24 -0400 From: Chris Faulhaber <jedgar@fxp.org> To: Michael Sharp <bsd@ec.rr.com> Cc: freebsd-security@FreeBSD.org, asmodai@FreeBSD.org Subject: Re: Jail() in 4.6-pre* Message-ID: <20020504230024.GA46653@darkstar.doublethink.cx> In-Reply-To: <003b01c1f399$d7272fe0$0301a8c0@ec.rr.com> References: <003b01c1f399$d7272fe0$0301a8c0@ec.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Sat, May 04, 2002 at 02:31:00PM -0400, Michael Sharp wrote:
> I used jail in 4.5-STABLE ( following man jail ), but today I went
> ahead and cvsup'ed to 4.6-pre*, made world, etc... no errors...
> followed man jail... no errors until:
>
> cd /path/to/jail/dev; sh MAKEDEV jail gave me :
> MAKEDEV unknown file or directory.
>
> MAKEDEV isnt even on the system.
>
> Is Jail not working in 4.6* yet, or has something changed with MAKEDEV?
>
This appears to be related to changes made in etc/Makefile revs.
1.219.2.27/1.247 where NO_MAKEDEV does not install MAKEDEV anymore
instead of only not running 'sh MAKEDEV all'. It appears we need to
MFC src/usr.sbin/jail/jail.8 rev. 1.24 to reflect this.
For the present time, use:
# make distribution DESTDIR=$D -DNO_MAKEDEV_RUN
to get ${jaildir}/dev/MAKEDEV installed (or install it manually)
then rerun:
# cd $D/dev
# sh MAKEDEV jail
--
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve - http://www.FreeBSD.org
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: FreeBSD: The Power To Serve
iEYEARECAAYFAjzUaAgACgkQObaG4P6BelAXEwCgnEKtUv4vPqJjpdEGijWtt01m
8lUAnj68VzD6RBih7mgGJhAjzjxEErT8
=c+FT
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020504230024.GA46653>
