Problems with less/man - kernel 2.6.9+

From: Glen Journeay
Date: Fri Oct 29 2004 - 17:54:37 EST


I begin having problems with less and man starting with 2.6.9.

I noticed some posts on the kernel list complaining of ssh failures
which were caused by using legacy ptys. I changed this in config:

CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

(linux-2.6.8.1)

to this

CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set

(linux-2.6.10-rc1)

and less/man is back to running.


Glen


Get out the vote!


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/