From owner-freebsd-questions@FreeBSD.ORG Mon Apr 30 00:50:29 2007 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAC0316A402 for ; Mon, 30 Apr 2007 00:50:29 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id AA5A513C459 for ; Mon, 30 Apr 2007 00:50:29 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from working (c-71-60-105-193.hsd1.pa.comcast.net [71.60.105.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id E00FCEBC78; Sun, 29 Apr 2007 20:50:28 -0400 (EDT) Date: Sun, 29 Apr 2007 20:50:28 -0400 From: Bill Moran To: ChueKeung Mock Message-Id: <20070429205028.fafa4a61.wmoran@potentialtech.com> In-Reply-To: <446621.52083.qm@web34513.mail.mud.yahoo.com> References: <446621.52083.qm@web34513.mail.mud.yahoo.com> X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@FreeBSD.org Subject: Re: pop up message 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: Mon, 30 Apr 2007 00:50:29 -0000 ChueKeung Mock wrote: > > Hi, I had problem of pop up message during using the > terminal of freebsd. I installed Freebsd 6.1 on AMD > cup computer. there is pop up message during using > the terminal. the messages like > > "Apr 28 20:05:01 dhcppc1 login: ROOT LOGIN (root) ON > ttyv0" > > "Apr 28 21:52:53 dhcppc1 last message repeated 5 > times" > > I feel these message annoying because it disturbs me > when I edit a doc using editor. please let me know > how to turn these message off. thank you I believe those are controlled by syslog. Look in /etc/syslog.conf and notice the line: *.err;kern.warning;auth.notice;mail.crit /dev/console Changing that will control what gets logged to the console. See the syslog.conf man page for more information. -- Bill Moran http://www.potentialtech.com