All If I leave my debian box on, I come in in the morning to find the screen displaying erratic debugging messages to do with pg_indexes and suchlike, with letters omitted, where I had left the login prompt. Logging into another console and typing "who" shows only the new console, tty2. Then I discover that the output display on tty2 has also become distorted, "halt" appears as "h lt" but works ok, e.g. What is this bizarre phenomenon; can I prevent it? Ta, jenny.
On Wed, Aug 22, 2001 at 01:43:15PM +0100, Jenny_Hopkins@toby-churchill.com wrote:
At a guess you have postgres installed and PGDEBUG is not set to zero and POSTGRES_LOG isn't set in /etc/postgresql/postmaster.init
No idea about any of the rest. Set PGDEBUG to 0 and the pg_indexes stuff will go away IIRC.
J.