From owner-freebsd-net@FreeBSD.ORG Mon Mar 18 04:45:31 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63D01BAC for ; Mon, 18 Mar 2013 04:45:31 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2001:470:1f09:14c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 55A3B3E7 for ; Mon, 18 Mar 2013 04:45:30 +0000 (UTC) Received: from [192.168.248.32] ([192.168.248.32]) by elf.hq.norma.perm.ru (8.14.5/8.14.5) with ESMTP id r2I4jQj2088766 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 18 Mar 2013 10:45:27 +0600 (YEKT) (envelope-from emz@norma.perm.ru) Message-ID: <51469BE4.6070502@norma.perm.ru> Date: Mon, 18 Mar 2013 10:45:24 +0600 From: "Eugene M. Zheganin" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Re: FreeBSD 9.1-RELEASE + bge0 == watchdog timeout References: <5136D89D.4000902@norma.perm.ru> <20130306062658.GC1483@michelle.cdnetworks.com> <513713C2.1000007@norma.perm.ru> <20130307022446.GB3108@michelle.cdnetworks.com> <513820E2.806@norma.perm.ru> <20130307062335.GB1478@michelle.cdnetworks.com> <51383E3B.5030007@norma.perm.ru> <20130307081548.GD1478@michelle.cdnetworks.com> <20130313015753.GD3062@michelle.cdnetworks.com> <514171D1.50807@norma.perm.ru> <20130314072946.GA1519@michelle.cdnetworks.com> In-Reply-To: <20130314072946.GA1519@michelle.cdnetworks.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (elf.hq.norma.perm.ru [192.168.3.10]); Mon, 18 Mar 2013 10:45:28 +0600 (YEKT) X-Spam-Status: No hits=-101.0 bayes=0.5 testhits ALL_TRUSTED=-1, USER_IN_WHITELIST=-100 autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on elf.hq.norma.perm.ru X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2013 04:45:31 -0000 Hi. On 14.03.2013 13:29, YongHyeon PYUN wrote: > I thought you were using stable/8 but it seems you have slightly > older stable/8. The bge(4) code difference between CURRENT and > stable9/stable8 is very minor. Nah, I really am running recent 8/stable. My mistake was to try to apply the whole code of the if_bge.c to 8/stable. > I've attached diff against stable/8 which will address ASF/IPMI > issue but I'm not sure whether it helps watchdog timeout or not. > I have plan to MFC the change but I need time for settlement before > the MFC. Thanks a lot. Now the 'watchdog timeout' behaviour stopped, the driver reports nothing on the console, but the freezes, unfortunately - didn't stop. The machine is freezing at random periods of time, usually 1-2 days, it partially stops answering to network (network services running on this machine close the connection, and other weird stuff happens), it partially responds on the console (I can type but I cannot login) and so on. The asf feature has no influence on this - I tried to enable it, this happens anyway. Should I try upgrade to 9 or 10, do they have more improvements in bge(4) ? Eugene.