On Dec 20, 2006, at 10:37 AM, Robin Becker wrote:
I'm trying to make world for a jail build following the recipe in
http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html
First off I started by updating the src tree. I copied /usr/share/
examples/cvsup/stable-supfile edited the host
..
I fixed up my /usr/src tree to be latest RELENG_6_0 in line with my
machine and ran
cd /usr/src
make world DESTDIR=/usr/jails/mailserver
however, this seems to produce a lot of stuff in /usr/obj (the normal
make world destination). Eventually the make fails with this message
On 2006-12-20 18:37, Robin Becker <[EMAIL PROTECTED]> wrote:
> I'm trying to make world for a jail build following the recipe in
> http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html
>
> First off I started by updating the src tree. I copied
> /usr/share/examples/c
I'm trying to make world for a jail build following the recipe in
http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html
First off I started by updating the src tree. I copied
/usr/share/examples/cvsup/stable-supfile edited the host name
then I ran
SERVER=`fastest_cvsup -q -c ca,us`
I was running a small script I wrote to set up a jail. I've used it before and
it works. It does just the same thing that the manpage for jail tells you to
do.
make_jail.sh:
#!/bin/sh
D=$1 &&
cd /usr/src &&
mkdir -p $D &&
make world DESTDIR=$D &&
cd etc &&
make distribution DESTDIR=$D &&
mount_de
Daniel Johansson wrote:
Hi, I'm running FreeBSD 5.3-RELEASE-p5, updated it today without any problems
at all but I'm getting errors when I run make world, after everything was
cleaned,
didn't knew I was going to build a jail so I cleaned. I completly removed obj
and ran make clean and cleandir twi
Hi, I'm running FreeBSD 5.3-RELEASE-p5, updated it today without any problems
at all but I'm getting errors when I run make world, after everything was
cleaned,
didn't knew I was going to build a jail so I cleaned. I completly removed obj
and ran make clean and cleandir twice so no old files are l