From owner-freebsd-stable@FreeBSD.ORG Sun Aug 10 15:25:20 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A7531065676 for ; Sun, 10 Aug 2008 15:25:20 +0000 (UTC) (envelope-from daved@tamu.edu) Received: from sr-6-int.cis.tamu.edu (smtp-relay.tamu.edu [165.91.22.120]) by mx1.freebsd.org (Postfix) with ESMTP id F1C228FC08 for ; Sun, 10 Aug 2008 15:25:19 +0000 (UTC) (envelope-from daved@tamu.edu) Received: from localhost (localhost.tamu.edu [127.0.0.1]) by sr-6-int.cis.tamu.edu (Postfix) with ESMTP id 24A5E2912A0; Sun, 10 Aug 2008 10:10:10 -0500 (CDT) Received: from [10.0.1.197] (pool-71-113-241-177.herntx.dsl-w.verizon.net [71.113.241.177]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by sr-6-int.cis.tamu.edu (Postfix) with ESMTP id E56F2291297; Sun, 10 Aug 2008 10:10:08 -0500 (CDT) Message-Id: <57BE2631-7AED-443A-88E4-62456C048DD4@tamu.edu> From: David Duchscher To: Larry Rosenman In-Reply-To: <20080810082410.X1306@borg> Content-Type: multipart/signed; boundary=Apple-Mail-1--444361535; micalg=sha1; protocol="application/pkcs7-signature" Mime-Version: 1.0 (Apple Message framework v928.1) Date: Sun, 10 Aug 2008 10:10:06 -0500 References: <20080809195935.F4976@borg> <20080809215249.T5563@borg> <20080810082410.X1306@borg> X-Mailer: Apple Mail (2.928.1) X-Virus-Scanned: amavisd-new at tamu.edu X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: IPMI Console: No luck once OS is booted X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2008 15:25:20 -0000 --Apple-Mail-1--444361535 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Aug 10, 2008, at 8:24 AM, Larry Rosenman wrote: > On Sat, 9 Aug 2008, Larry Rosenman wrote: > >> On Sat, 9 Aug 2008, Larry Rosenman wrote: >> >>> I have a current RELENG_7 running on: http://www.supermicro.com/products/system/4U/7045/SYS-7045B-TR+.cfm >>> with the -3+ IPMI card. >>> I can interact with the BIOS, etc, but no joy once we get past the >>> loader. >>> Anyone have ideas? >>> Attached is the kernel config, and the /var/run/dmesg.boot file. >> >> I hate it when I post something, and then look at one setting on the >> card, and fix it myself. >> >> There is a key release timeout checkbox on the keyboard/mouse >> settings tab for the KVM that wasn't checked. Checking it >> fixed it. >> >> Sorry for the noise. :( > Actually, it worked *ONCE*, and now is not behaving itself. > > Any ideas from other SuperMicro users? I don't have that IPMI card but I can say we have other cards of theirs working. I would make sure the card is at the latest version of firmware. The AOC-SIMSO(+) card was not detected correctly until we upgraded. I don't know why the card is going away when freebsd boots since I assume you are on the dedicated LAN interface with its own IP address. We do have a few issues with Supermiro IPMI and FreeBSD that share the Intel NIC (em) with the OS. Once the NIC is detected, you can't talk to the IPMI card until the NIC is configured with ifconfig. Even just an ifconfig up will wake things back up. We ended up removing the em driver from the kernel and loading it as a module to reduce this window. The other issue is with bridging since the IPMI packets get gobbled up and never make it too the bridge. I do need to file PRs for these one of these days... -- DaveD --Apple-Mail-1--444361535--