From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 10:21:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7A316A4CE for ; Wed, 17 Mar 2004 10:21:08 -0800 (PST) Received: from gw01.mail.saunalahti.fi (gw01.mail.saunalahti.fi [195.197.172.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2632C43D45 for ; Wed, 17 Mar 2004 10:21:08 -0800 (PST) (envelope-from mj@sci.fi) Received: from fw.netauth.com (roswell.pp.jippii.fi [62.142.244.198]) by gw01.mail.saunalahti.fi (Postfix) with SMTP id DDC06111D2B5 for ; Wed, 17 Mar 2004 20:21:06 +0200 (EET) Received: (qmail 12987 invoked from network); 17 Mar 2004 18:21:01 -0000 Received: from unknown (HELO gentoo.netauth.com) (192.168.1.2) by fw.netauth.com with SMTP; 17 Mar 2004 18:21:01 -0000 Received: (qmail 4189 invoked by uid 1000); 17 Mar 2004 18:21:05 -0000 Date: Wed, 17 Mar 2004 20:21:05 +0200 From: Mike Jackson To: Danny Howard Message-ID: <20040317182105.GC4100@gentoo.pp.jippii.fi> Mail-Followup-To: Danny Howard , Darryl Hoar , freebsd-questions@freebsd.org References: <010e01c40b90$76b18c80$0701a8c0@darryl> <20040316204754.GB6815@gentoo.pp.jippii.fi> <40586D24.5010004@servercentral.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40586D24.5010004@servercentral.net> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: /var/log/messages question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 18:21:08 -0000 Danny Howard (djh@servercentral.net) wrote: > Mike Jackson wrote: > > >I pipe those, and other messages to a virtual terminal, like this: > > > >syslog.conf > >-- > >*.err;kern.debug;auth.notice /dev/ttyv3 > > > > > ... and then what do you do with this virtual terminal? Just check > alt+f3 every so often? Yep. Nice thing about virtual terminals on fbsd, you can touch the ScrLk key and then PageUp or arrow keys to scroll back and watch the messages. Anything that I want to be kept in a logfile goes to a logfile. I might send auth.notice to a central loghost, once I get one setup. Of course, if I wanted to be really sure I'd send it to a line printer :-) -- mike