Subject: Re: xterms and console
To: Mehul Sanghvi <mehul.sanghvi@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 01/20/2005 15:45:32
On Thu, Jan 20, 2005 at 09:38:27AM -0500, Mehul Sanghvi wrote:
> An example of this would be:
>
> Previous message repeated XXX times.
This is a message from syslogd. The default syslogd.conf sends
*.err;kern.*;auth.notice;authpriv.none;mail.crit
to the console, and
*.emerg
to any user. You could try commenting out those two lines and the reload
syslogd (/etc/rc.d/syslogd reload).
Martin