On Wed, Nov 09, 2005 at 09:53:33AM +0100, Giacomo Mulas wrote: > On Wed, 9 Nov 2005, Christoph Fassbach wrote: > > >#x86 32 chroot > >/home /mnt/sda7/home none bind 0 0 > >/tmp /mnt/sda7/tmp none bind 0 0 > >/dev /mnt/sda7/dev none bind 0 0 > >/mnt /mnt/sda7/mnt none bind 0 0 > >/sys /mnt/sda7/sys none bind 0 0 > >/proc /mnt/sda7/proc none bind 0 0 > > try bind-mounting also /var/tmp, /dev/shm and /dev/pts (just as a guess, > probably /dev/shm may be what you need). In general, try to produce a strace > in the chroot and another one in the "real" 32 bit system, using exactly the > same options, then compare them. If you wish, you might make available to > people on the list (please, don't attach them since they will probably be > quite large, just post an URL for interested people to download them!).
Setting /dev to rbind rather than bind takes care of /dev/shm and /dev/pts automatically. Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

