From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 22:02:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6298B16A41F for ; Fri, 31 Mar 2006 22:02:47 +0000 (UTC) (envelope-from mayday@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9567C43D5F for ; Fri, 31 Mar 2006 22:02:46 +0000 (GMT) (envelope-from mayday@gmx.net) Received: (qmail invoked by alias); 31 Mar 2006 22:02:45 -0000 Received: from p54A0981B.dip0.t-ipconnect.de (EHLO speedy) [84.160.152.27] by mail.gmx.net (mp037) with SMTP; 01 Apr 2006 00:02:45 +0200 X-Authenticated: #431110 From: Benjamin Sobotta To: freebsd-questions@freebsd.org Date: Sat, 1 Apr 2006 00:02:41 +0200 User-Agent: KMail/1.9.1 References: <6d356f6c0603302225j2dd5d049v34e47c6d93653616@mail.gmail.com> In-Reply-To: <6d356f6c0603302225j2dd5d049v34e47c6d93653616@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604010002.41211.mayday@gmx.net> X-Y-GMX-Trusted: 0 Subject: Re: freebsd log files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 22:02:47 -0000 On Friday 31 March 2006 08:25, Logan McNaughton wrote: > What log file stors things like system shutdown notices and that, I want to > run root-tail in my icewm background, and Im looking for the right log file > to show, i tried /var/log/messages, but it doesnt show shutdown notices, > can anyone help me out? thanks > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hey! check out /etc/syslog.conf. You can specifiy what you want to log where. For example you could choose a console instead of a file. cheers, Ben