LINUX.ORG.RU

FAQ 3.9


0

0

> В current эта проблема уже исправлена.
> В файле /etc/udev/rules.d/udev.rules заменить строку
> KERNEL="tty[p-za-e][0-9a-f]*", "NAME=tty/s%n", SYMLINK="%k"
> на
> KERNEL="tty[p-za-e][0-9a-f]*", "NAME=pty/s%n", SYMLINK="%k"

В ядре убрать параметр Legacy BSD PTY support

★★★★★
Ответ на: комментарий от jackill

Руководствуясь help'ом к ядру (под рукой только 2.6.7, с какой версии появилось не знаю):
CONFIG_LEGACY_PTYS:
A pseudo terminal (PTY) is a software device consisting of two halves: a master and a slave. The slave device behaves identical to a physical terminal; the master device is used by a process to read data from and write data to the slave, thereby emulating a terminal. Typical programs for the master side are telnet servers and xterms.
Linux has traditionally used the BSD-like names /dev/ptyxx for masters and /dev/ttyxx for slaves of pseudo terminals. This scheme has a number of problems, including security. This option enables these legacy devices; on most systems, it is safe to say N.

UVV ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.