From owner-freebsd-net@FreeBSD.ORG Wed Mar 13 01:46:55 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7D9FE7CD for ; Wed, 13 Mar 2013 01:46:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by mx1.freebsd.org (Postfix) with ESMTP id 5803C82E for ; Wed, 13 Mar 2013 01:46:55 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id ro8so468110pbb.18 for ; Tue, 12 Mar 2013 18:46:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:date:to:cc:subject:message-id:reply-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=5KkwsPTK7ZEtM/ACXo2ohJSv1Q/uQ4Ly4+ZTK1K5+cM=; b=ZPr9xFmRINI61hA/IOANs/K08ORnxpxuGmR9fevgS/1vUVRVrAn2NiKHjmcgqJ/bmR 3kD4yRqH7YrsKHo8V2EbXZTTUI6Cg8bVsOWCqpUOeSZ7j5zj58qkjUmUrcz5KgqMWVzM cC4yAANYMg62blieeUiUE3cyGUEt1U6sZ37P9m+/DdK3Y7QnEpPp9gM+ZRHvhm6etCU7 Mcnyn4uUE+IKgNqkhlxhCr1SdgrwwOX++Z73N0Al7udLitl+kqqzLsXF4ocRHxXlp6b+ ZJe2SAHRpQEPEVPiZP98Q7dJ24HBG2M73ChjtCb0AXD7MN5CZ+VUk8AqBIp+4K2DScJA X+6w== X-Received: by 10.68.248.74 with SMTP id yk10mr33937627pbc.38.1363139209026; Tue, 12 Mar 2013 18:46:49 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id ix6sm27328560pbc.17.2013.03.12.18.46.45 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 12 Mar 2013 18:46:47 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 13 Mar 2013 10:46:41 +0900 From: YongHyeon PYUN Date: Wed, 13 Mar 2013 10:46:41 +0900 To: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: FreeBSD 9.1-RELEASE + bge0 == watchdog timeout Message-ID: <20130313014641.GC3062@michelle.cdnetworks.com> References: <201302241106.42477.vegeta@tuxpowered.net> <20130225082042.GB1426@michelle.cdnetworks.com> <512CF97B.8030805@norma.perm.ru> <20130227020123.GA3581@michelle.cdnetworks.com> <512DE968.4020409@quip.cz> <20130228053558.GA1474@michelle.cdnetworks.com> <512F415F.3040807@quip.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <512F415F.3040807@quip.cz> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 01:46:55 -0000 On Thu, Feb 28, 2013 at 12:37:03PM +0100, Miroslav Lachman wrote: > YongHyeon PYUN wrote: > >On Wed, Feb 27, 2013 at 12:09:28PM +0100, Miroslav Lachman wrote: > > [...] > > >>I can provide you full access to this machine (if you want) or let me > >>know, what version I should check. Older versions (6.x - 8.3) are > >>working fine with hw.bge.allow_asf="1" in loader.conf. I didn't test > >>newer releases on these old machines. > > > >The reporter said the machine was Sun Fire X2200 M2 so I guess you > >may see the same issue on both stable/9 and stable/8. Ideally the > >loader tunable hw.bge.allow_asf should not be there and driver > >should take care of it by checking the existence of ASF/IPMI > >firmware. > > > >Can you setup a remote debugging environments(+ IPMI access) like > >the following URL? > >http://people.freebsd.org/~yongari/remote_debugging.txt > > The one Sun Fire X2100 M2 is idling in datacenter and connected to > internet, so I can remotely reinstall it to stable/9 withing day or two > and give you full access to it (ssh user, root, BMC / IPMI admin account > with remote KVM + remote media). But as I understand, you need another > machine connected to it with serial and another ethernet. It will take > me some more time, as I will need to go to the datacenter, find some > serial cable etc. > > Let me know if ssh + ipmi access to X2100 alone is useful for you to > start, or only full remote debugging setup is needed. > > Can you point me to the original problem report with X2200 M2? > I had been working on fixing the IPMI regression with the help of Miroslav. It was fixed in r248226. Many thanks to Miroslav for providing full remote debugging environments.