On Mon, Oct 04, 1999 at 11:25:38PM +0200, Marek Habersack wrote: > * Ryan Murray said: > > > > > to work, although I have no idea how Linux would react to having to > > > > having > > > > multiple devpts filesystems mounted at once. Probably best to try and > > > > see :) > > > Both proc and devpts are mounted. Doesn't matter whether I mount them > > > > Have you tried actually mounting them in the chroot jail and then having > yes. > > > symbolic links to them from the real root? That way there is only one > > proc,pts directory ever mounted... > You cannot symlink over a pseudo-root. It must all be below it.
You are symlinking from the real root to the pseudo root. All the "real" files are below the pseudo-root. The real root has symlinks pointing into the pseudo, not the other way around (which is not possible, as you mention). -- Ryan Murray ([EMAIL PROTECTED], [EMAIL PROTECTED]) Software Designer, Glenayre Technologies Inc. The opinions expressed here are my own.