Re: in.telnetd and virtual hosting

1999-10-05 Thread Marek Habersack
* Mikolaj J. Habryn said: > > "MH" == Marek Habersack <[EMAIL PROTECTED]> writes: > > MH> Both proc and devpts are mounted. Doesn't matter whether I > MH> mount them beforehand or whether a wrapper script does it > MH> after chrooting - the same message appears. I suspected that >

Re: in.telnetd and virtual hosting

1999-10-05 Thread Marek Habersack
* Ryan Murray said: > > > 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.

Re: in.telnetd and virtual hosting

1999-10-04 Thread Ryan Murray
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 de

Re: in.telnetd and virtual hosting

1999-10-04 Thread Marek Habersack
* 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 mou

Re: in.telnetd and virtual hosting

1999-10-04 Thread Ryan Murray
On Mon, Oct 04, 1999 at 10:40:26PM +0200, Marek Habersack wrote: > > > presented with a login of the normal, non-virtual, server instead of the > > > new, chrooted, one. Does anyone know what might be the cause of such > > > behavior and perhaps knows a way to virtualize telnetd? > > > > I don'

Re: in.telnetd and virtual hosting

1999-10-04 Thread Marek Habersack
* Daniel Burrows said: > On Mon, Oct 04, 1999 at 10:18:51PM +0200, Marek Habersack was heard to say: > > I'm trying to virtualize in.telnetd to access a chrooted virtual server > > (using tcp_wrappers' twist option and Wietse's chrootuid utility). > > Everything works just fine until the in.telne

Re: in.telnetd and virtual hosting

1999-10-04 Thread Daniel Burrows
On Mon, Oct 04, 1999 at 10:18:51PM +0200, Marek Habersack was heard to say: > I'm trying to virtualize in.telnetd to access a chrooted virtual server > (using tcp_wrappers' twist option and Wietse's chrootuid utility). > Everything works just fine until the in.telnetd from chrooted location is >

in.telnetd and virtual hosting

1999-10-04 Thread Marek Habersack
Hi, I'm trying to virtualize in.telnetd to access a chrooted virtual server (using tcp_wrappers' twist option and Wietse's chrootuid utility). Everything works just fine until the in.telnetd from chrooted location is execed. It tries to allocate a pty (via openpty() call), but receives an ENOENT