From owner-freebsd-questions Fri Dec 22 7:39:38 2000 From owner-freebsd-questions@FreeBSD.ORG Fri Dec 22 07:39:36 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mail5.sc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 31DAB37B400 for ; Fri, 22 Dec 2000 07:39:36 -0800 (PST) Received: from sc.rr.com ([24.88.102.101]) by mail5.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 22 Dec 2000 10:39:34 -0500 Received: (from dmaddox@localhost) by sc.rr.com (8.11.1/8.11.1) id eBMFdnx17411; Fri, 22 Dec 2000 10:39:49 -0500 (EST) (envelope-from dmaddox) Date: Fri, 22 Dec 2000 10:39:49 -0500 From: "Donald J . Maddox" To: Jason Cc: freebsd-questions@FreeBSD.ORG Subject: Re: watchdog timeout messages Message-ID: <20001222103949.C17106@cae88-102-101.sc.rr.com> Reply-To: dmaddox@sc.rr.com Mail-Followup-To: Jason , freebsd-questions@FreeBSD.ORG References: <045d01c06c40$9a883b60$ad181f40@bignet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <045d01c06c40$9a883b60$ad181f40@bignet.net>; from kib@mediaone.net on Fri, Dec 22, 2000 at 09:56:38AM -0800 Return-Receipt-To: dmaddox@sc.rr.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can temporarily disable kernel messages being logged to the console by editing /etc/syslog.conf, and changing the entry that refers to /dev/console: *.err;kern.debug;auth.notice;mail.crit /dev/console ^^^^^ Change this to 'none', i.e.: *.err;kern.none;auth.notice;mail.crit /dev/console Then, kill -HUP `cat /var/run/syslog.pid` (Don't forget to change it back after you get through troubleshooting) On Fri, Dec 22, 2000 at 09:56:38AM -0800, Jason wrote: > Is there any way to supress these system messages so I can troubleshoot. > These messages come in at such a rateee I cant accomplish anything because > it overwirtes anything I have dsplayed onm the screen > > I read the archives and know that the messages are due to either cable > cabling or irq conflicts. I know the cable is good becaue I it was running > just fine for months before now and I swapped the cable with a store bought > one to be sure. The problem came when I was troubleshoting with my ISP to > filter out MAC addresses other than the one I had. I had to remove the card > and in the process may have messed up the irq assignments process. I belive > I placed it back in the same slot but unsure. > > I noted there are two devices using IRQ 10...dc0 and an unknown pci0 card > which I can only guess is my western digital video card but I am not certain > on that. I only have the two PCI devices and no ISA ones installed. > > Can anyone assist here....with these messages scrolling across my screen > like this it is near impossible to do a simple read of /var/log/messages > > Thanks > > and thanks to dmaddox who was greatly helpful up until I wore out my welcome > with him. Sorry for missing that one email....I still can't locate the one > you were talking about. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message