Re: Screen in a chroot

2005-04-26 Thread Fredrik Tolf
On Tue, 2005-04-26 at 14:25 +0100, Recoil wrote: > Hi again > > Thanks for the replies guys. > > I have created the /dev/null and /dev/ptmx nodes, but /dev/pts are created > when needed by the system. > > I know this is going a bit off track, as far as its a screen-users mailing > list, but an

Re: Screen in a chroot

2005-04-26 Thread Recoil
Hi again Thanks for the replies guys. I have created the /dev/null and /dev/ptmx nodes, but /dev/pts are created when needed by the system. I know this is going a bit off track, as far as its a screen-users mailing list, but anyway. Anyone got any idea how I can accomplish this in a chroot? Tha

Re: Screen in a chroot

2005-04-26 Thread Juergen Weigert
On Apr 26, 05 11:00:46 +0100, Recoil wrote: > Hello > > Just wondering what device nodes screen uses as I,m having trouble getting > screen to work. > > If I do 'mount -o bind /dev /chroot/dev' then everything works, but only > when I do that, therefore, the problem lies in not having the corre

Re: Screen in a chroot

2005-04-26 Thread Adam Lazur
Recoil ([EMAIL PROTECTED]) said: > Just wondering what device nodes screen uses as I,m having trouble getting > screen to work. > > If I do 'mount -o bind /dev /chroot/dev' then everything works, but only > when I do that, therefore, the problem lies in not having the correct > device nodes. Y

Screen in a chroot

2005-04-26 Thread Recoil
Hello Just wondering what device nodes screen uses as I,m having trouble getting screen to work. If I do 'mount -o bind /dev /chroot/dev' then everything works, but only when I do that, therefore, the problem lies in not having the correct device nodes. Can anyone help? Thankyou ___