Date: Wed, 4 Oct 1995 01:47:25 -0600 (MDT) From: Dave Andersen <angio@aros.net> To: freebsd-questions@freebsd.org Subject: Re: Sending console messages to just 1 virtual console Message-ID: <199510040747.BAA19897@terra.aros.net> In-Reply-To: <199510040504.WAA13360@shell1.best.com> from "David Rompel" at Oct 3, 95 10:04:39 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Lo and behold, David Rompel once said: > How the heck do I make allthe console messages go someplace > like just one of the virtual console windows?? Edit /etc/syslog.conf to direct them to /dev/ttyv2 (the 3rd virtual console) or just to a file. There are various arguments in favor of both methods, of course. :) e.g. *.notice /dev/ttyv2 *.alert /dev/ttyv2 *.emerg /dev/console (shrug) -Dave Andersen -- angio@aros.net Complete virtual hosting and business-oriented system administration Internet services. (WWW, FTP, email) http://www.aros.net/ http://www.aros.net/about/virtual/ "She totally confused all the passing piranhas"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510040747.BAA19897>