From owner-freebsd-questions@FreeBSD.ORG Wed Aug 8 22:57:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F08416A419 for ; Wed, 8 Aug 2007 22:57:30 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in05.adhost.com (mail-in05.adhost.com [216.211.128.133]) by mx1.freebsd.org (Postfix) with ESMTP id EE51913C459 for ; Wed, 8 Aug 2007 22:57:29 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (unknown [216.211.143.69]) by mail-in05.adhost.com (Postfix) with ESMTP id 98194164873; Wed, 8 Aug 2007 15:57:11 -0700 (PDT) (envelope-from mksmith@adhost.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 8 Aug 2007 15:57:05 -0700 Message-ID: <17838240D9A5544AAA5FF95F8D520316025048F0@ad-exh01.adhost.lan> In-Reply-To: <46BA47E3.9070306@gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Wathdog Timeout HELP Thread-Index: AcfaDiTle/tjWzGFQWqlLlCUNxPvQwAAKTxw References: <003901c7d9a0$9d54bec0$180ca8c0@arm.synisys.com> <46BA47E3.9070306@gmail.com> From: "Michael K. Smith - Adhost" To: "Paul Fraser" , "Narek Gharibyan" Cc: freebsd-questions@freebsd.org Subject: RE: Wathdog Timeout HELP 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, 08 Aug 2007 22:57:30 -0000 Hello: > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Paul Fraser > Sent: Wednesday, August 08, 2007 3:47 PM > To: Narek Gharibyan > Cc: freebsd-questions@freebsd.org > Subject: Re: Wathdog Timeout HELP >=20 > Narek Gharibyan wrote: > > Dear All, > > > > I recevice about 3-5 times per day xl0 : watchdog timeout, xl1 > watchdog > > timeout. I tried to set BIOS value "Plug and Play O/S" to yes or no. > None of > > the values help me. I use 3COM nics, I checked all nics operate under > > separate IRQ-s. When I receive this massage connection breaks for a > few > > seconds. What to do? >=20 > Hi Narek, >=20 > No real consolation at this point, however I experience the same > problem > with a variety of other NICs in a couple of systems. I don't have a > solution either I'm afraid as I've tried everything from > enabling/disabling PnP, disabling watchdog and ACPI etc. >=20 > But I'll mark the thread and follow with interest; I'm also keen to > assist in testing in any way. >=20 > -- > Regards, >=20 > Paul Fraser // Independent Technical Consultant // Ph: +61 405 341 905 > // furyc0de.net >=20 We had (have) the same problem on bge interfaces on multiple servers. The one thing I've found that "fixes" it is to enable Polling on the interface. This may require you to add: options DEVICE_POLLING to the kernel. Then, you can just add "polling" to your rc.conf setting for the card. If it's already in your kernel, you can just issue "ifconfig polling" and that will do it. By the way, your mileage may vary in a *big* way. :-) Regards, Mike mksmith@adhost.com (work) mksmith@mac.com (!work)