Hi
Does anyone know why TIOCSCTTY isn't implemented in compat/linux_ioctl.c?
The last change in this area was back in 1999 when the ioctl handling was
revamped, but this ioctl was not implemented. Do controlling terminals
work okay in the linuxulator?
Implementing this might solve a pr
JFYI,
In i386, /dev/console is the same as /dev/consolectl, and all I/O
operations for /dev/console, /dev/concolectl and /dev/ttyv0 take place
in the screen #0, as shown below. In alpha /dev/console is /dev/ttyv0.
Access to /dev/console is routed to /dev/consolectl's dev_t by
cdevsw functions i
>> It sounds like moused needs to be fixed to drop its control terminal.
>>
>But the daemon(3) performs this function, and forked moused(8) runs
>without the controlling tty.
>
>Further investigation shows, that after running and killing this small
>program (from /etc/rc.local), I can't get a fu
* Ruslan Ermilov <[EMAIL PROTECTED]> [010702 10:51] wrote:
> Hi!
>
> Could someone please explain why the following code snippet
> does not work anymore with the "/dev/console" argument?
>
> # ./tiocsctty /dev/console
> tiocsctty: ioctl(/dev/console, TIOCSCT
Hi!
Could someone please explain why the following code snippet
does not work anymore with the "/dev/console" argument?
# ./tiocsctty /dev/console
tiocsctty: ioctl(/dev/console, TIOCSCTTY): Operation not permitted
Thanks,
--
Ruslan Ermilov Oracle Developer/DBA,
[EMAIL