[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Jailkit-users] Include chat system (like talk)
From: |
Pol Hallen |
Subject: |
Re: [Jailkit-users] Include chat system (like talk) |
Date: |
Thu, 28 Jun 2007 18:59:16 +0200 |
User-agent: |
Thunderbird 2.0.0.4 (Windows/20070604) |
I think talk works over tcp (if I recall correctly it can be used between
different servers), so it will probably work from a jail too. But I'm not
sure what it requires. You'll have to try that.
the tty executable:
not a tty
because the jail's user don't have any tty :-((
google don't show me anywhere..
however i'd like resolve this problem..
strace write(jail) is:
readlink("/proc/self/fd/0", "/dev/pts/0", 4095) = 10
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7fdb000
write(1, "/dev/pts/0\n", 11/dev/pts/0
) = 11
Pol