From owner-freebsd-questions@FreeBSD.ORG Wed Aug 2 13:02:54 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 2E73216A4DE for ; Wed, 2 Aug 2006 13:02:54 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9D543D46 for ; Wed, 2 Aug 2006 13:02:53 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Wed, 02 Aug 2006 09:02:53 -0400 id 00056429.44D0A27D.000152CA Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 2 Aug 2006 08:59:13 -0400 Date: Wed, 2 Aug 2006 09:02:53 -0400 From: Bill Moran To: efrenba@dhl.gcc.cu Message-Id: <20060802090253.dbc0c5d1.wmoran@collaborativefusion.com> In-Reply-To: <3801.7.96.160.15.1154523154.squirrel@dhlgw.dhl.gcc.cu> References: <20060801193945.83338.qmail@web25219.mail.ukl.yahoo.com> <200608020052.23836.list-freebsd-2004@morbius.sent.com> <3801.7.96.160.15.1154523154.squirrel@dhlgw.dhl.gcc.cu> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: watchdog question. 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: Wed, 02 Aug 2006 13:02:54 -0000 In response to efrenba@dhl.gcc.cu: > > On Tuesday 01 August 2006 20:39, Efren Bravo wrote: > >> Hi, > >> > >> I've a freeBSD box and I've been seeing this > >> message for several months: sis0 watchdog > >> timeout. > >> > >> The box has two ethernet cards, sis0 (100mb) and > >> vr0 (10mb). > >> > >> The messages isn't frequent but yesterday it got > >> my attention. What does this mean? > > > > from sis(4) > > sis%d: watchdog timeout The device has stopped responding to the > > net- > > work, or there is a problem with the network connection (e.g. a cable > > fault). > > The motherboard is http://www.eprom.com/home/Microstar/ms7005.htm > > The PC has been up for 119 days and nobody have reported me a network > interruption. > > I've just changed the cable, so I'll wait to see if the system raises more > watchdog messages. In the console I see only two messages: april 20 | july > 4. It won't help. I wouldn't waste your time if I were you. I've dealt with these MSI boards in the past, and they're cheap luhsuh. Again, my understanding is that the ethernet card is crap, and occasionally just wedges of its own accord. After a few milliseconds, the watchdog goes off and triggers a hardware reset. A few packets get dropped and need resent, but TCP is a "reliable" protocol so nobody notices. Want to see just how bad the card is? Do some performance tests and see how close to the theoretical network maximum you can get on data transfers. If I remember correctly, we only got about 50% of was the card _should_ have been able to accomplish. The difference between the drivers provided by SIS and those built in to FreeBSD is that the SiS drivers for Windows will never tell you what's going on, whereas the FreeBSD drivers will log every time a hardware reset is required. -- Bill Moran Collaborative Fusion Inc.