Re: Jail fails
From: Claudiu Dragalina-Paraipan (dr.clau_at_gmail.com)
Date: 11/24/04
- Previous message: Paulo Fragoso: "Jail fails"
- In reply to: Paulo Fragoso: "Jail fails"
- Next in thread: Jason DiCioccio: "Re: Jail fails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 24 Nov 2004 17:24:34 +0200 To: Paulo Fragoso <paulo@nlink.com.br>
Try this way:
cd /usr/src
make buildworld
make installworld DESTDIR=<path to jail home>
cd etc
make distribution DESTDIR=<.....>
Now you sould have everything, including /etc in jail home dir.
cheers,
On Wed, 24 Nov 2004 12:13:09 -0300, Paulo Fragoso <paulo@nlink.com.br> wrote:
> Hi,
>
> We are trying to create a jail with FreeBSD 5.3 but it's fails with this
> error:
>
> cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c
> /usr/src/games/fortune/strfile/strfile.c
> make: don't know how to make /j/usr/lib/libc.a. Stop
> *** Error code 2
>
> We are excuting those command in /usr/src:
>
> export D=/j
> make world DESTDIR=$D
>
> Are there any problem with FreeBSD 5.3? We have ever created some jails
> enviroments this way, before FreeBSD 5.3.
>
> Thanks,
> Paulo.
-- Claudiu Dragalina-Paraipan e-mail: dr.clau@gmail.com _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Paulo Fragoso: "Jail fails"
- In reply to: Paulo Fragoso: "Jail fails"
- Next in thread: Jason DiCioccio: "Re: Jail fails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]