Re: working GNU/FreeBSD chroot

2003-05-08 Thread Robert Millan
On Thu, May 08, 2003 at 01:35:52AM -0400, Nathan Hawkins wrote: > On Tue, May 06, 2003 at 10:11:42PM +0200, Robert Millan wrote: > > > > - dynamic executables don't work. Glibc's dynamic > > linker triggers a "ELF file OS ABI invalid" error > > (see [glibc]/elf/dl-load.c) when loading an > >

Re: working GNU/FreeBSD chroot

2003-05-08 Thread Robert Millan
On Thu, May 08, 2003 at 07:15:56PM +0100, Sherilyn wrote: > "Henares Sebastien" <[EMAIL PROTECTED]> writes: > > > i'm probably a brand stupid newbie .. but . how to chroot the thing ? mean, > > under linux or under *bsd ? > > :) > > The idea is to boot the BSD kernel (FreeBSD in this case) and ch

Re: working GNU/FreeBSD chroot

2003-05-08 Thread Sherilyn
"Henares Sebastien" <[EMAIL PROTECTED]> writes: > i'm probably a brand stupid newbie .. but . how to chroot the thing ? mean, > under linux or under *bsd ? > :) The idea is to boot the BSD kernel (FreeBSD in this case) and chroot into the jail which isolates you from BSD userland and provides you

Re: working GNU/FreeBSD chroot

2003-05-08 Thread Bjoern Boschman
Am Don, 2003-05-08 um 14.29 schrieb Henares Sebastien: > i'm probably a brand stupid newbie .. but . how to chroot the thing ? mean, > under linux or under *bsd ? > :) > Here is a good debian chroot tutorial http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s-chroot -- Mit freundlich

Re: working GNU/FreeBSD chroot

2003-05-08 Thread Henares Sebastien
i'm probably a brand stupid newbie .. but . how to chroot the thing ? mean, under linux or under *bsd ? :) > On Tue, May 06, 2003 at 10:11:42PM +0200, Robert Millan wrote: > > > > hi! > > > > my GNU/FreeBSD chroot jail is finaly self-hosting. i > > could build Glibc 2.3, GCC 3.2.3 and binutils (cv

Re: working GNU/FreeBSD chroot

2003-05-08 Thread Nathan Hawkins
On Tue, May 06, 2003 at 10:11:42PM +0200, Robert Millan wrote: > > hi! > > my GNU/FreeBSD chroot jail is finaly self-hosting. i > could build Glibc 2.3, GCC 3.2.3 and binutils (cvs) > within the jail, and these worked fine to compile > other packages like coreutils, etc. > > i've uploaded a tarb