On Fri, Jun 29, 2007 at 10:02:29 +0200, Pol Hallen wrote:
> Hi folks, > > I'd like use write and talk(d) in jail env. > When an user is logged, his don't have any tty (tty: not a tty). > > I assume it's a /proc/ problem. > > In /proc/self/fd/ every users had a symblic links to own pts > > How can I create this in jail env? > > I did many and many attempt..
Did you bind-mount /proc to make it available inside the chroot jail?
I use this in my /etc/fstab:
/tmp /var/chroot/sid-ia32/tmp none bind 0 0
/dev /var/chroot/sid-ia32/dev none bind 0 0
/proc /var/chroot/sid-ia32/proc none bind 0 0
--
Regards, |
http://users.icfo.es/Florian.Kulzer
Florian |
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Fri Jun 29 13:45:58 2007
This archive was generated by hypermail 2.1.8
: Fri Jun 29 2007 - 13:50:03 EDT
|