On Thu, Aug 21, 2003 at 04:24:46PM -0500, Branden Robinson wrote: > (Hmm, maybe you could use tmpfs for /tmp, and mount the same one in both > the real root and the chroot? I've never tried this myself.)
Doesn't help as tmpfs instances are compeltly separate. You could mount --bind the real /tmp into the chroot /tmp - but then you've lost all benefits of the chroot vs tmpfile races at least.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

