Re: Chroot environment for 32 bit apps (was: removing a chroot directory)

2006-08-08 Thread Owen Heisler
On Tue, 2006-08-08 at 14:57 -0500, Seb wrote: > Can somebody please suggest some up to date references on this? I've > found several procedures by googling, but all are relatively old and some > have serious drawbacks, like inconveniences upgrading libraries in the > main system. I use this: http

Chroot environment for 32 bit apps (was: removing a chroot directory)

2006-08-08 Thread Seb
On Tue, 08 Aug 2006 14:46:24 -0500, Owen Heisler <[EMAIL PROTECTED]> wrote: [...] > That will work great, after running "mount" to make sure that nothing is > mounted in the chroot. ...Although from what you said you haven't > mounted anything in the chroot yet. Thanks for your input. No, basi

Re: removing a chroot directory

2006-08-08 Thread Owen Heisler
On Tue, 2006-08-08 at 13:59 -0500, Seb wrote: > I tried to install a chroot environment in an AMD64 machine, but decided > against it before completing the task. This is what I did (as root) > > > ,-[ attempt to chroot ] > | $ mkdir -p /var/chroot/sid-ia32 > | $ debootstrap --arch i386 sid /

removing a chroot directory

2006-08-08 Thread Seb
Hi, I tried to install a chroot environment in an AMD64 machine, but decided against it before completing the task. This is what I did (as root) ,-[ attempt to chroot ] | $ mkdir -p /var/chroot/sid-ia32 | $ debootstrap --arch i386 sid /var/chroot/sid-ia32/ http://ftp.debian.org/debian/ `--