From owner-freebsd-stable@FreeBSD.ORG Tue Jan 23 17:37:38 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EB3F16A40B for ; Tue, 23 Jan 2007 17:37:38 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 3C37213C4EA for ; Tue, 23 Jan 2007 17:37:38 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1198203uge for ; Tue, 23 Jan 2007 09:37:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aVKXZe+xAKVYkKnJhoQ41YfhyJfVBSp5ktcqrqyzQDJqjTSyVLK9qS8vYYmNzoQTFxsXCkqTw3N56Vw7EUwR5Lzd9BpS5bL34kv/o+GcURAzxNzTqrOJCfmOXdxg4Fdg3negot4bNp1l6lXKx95ztjVE44fPQOxaeMLWPL3yJeU= Received: by 10.82.184.2 with SMTP id h2mr7973391buf.1169573856607; Tue, 23 Jan 2007 09:37:36 -0800 (PST) Received: by 10.82.127.12 with HTTP; Tue, 23 Jan 2007 09:37:36 -0800 (PST) Message-ID: <2a41acea0701230937p7c0f6400ida76a956fabd9b94@mail.gmail.com> Date: Tue, 23 Jan 2007 09:37:36 -0800 From: "Jack Vogel" To: "Guy Helmer" In-Reply-To: <45B64469.9020002@palisadesys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45B64469.9020002@palisadesys.com> Cc: freebsd-stable@freebsd.org Subject: Re: Supermicro X7DBR-8+ hang at boot 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: Tue, 23 Jan 2007 17:37:38 -0000 On 1/23/07, Guy Helmer wrote: > Using FreeBSD 6.2, I'm having trouble with the Supermicro X7DBR-8+ > motherboard (dual Xeon 5130 CPUs on the Blackford chipset - > http://www.supermicro.com/products/motherboard/Xeon1333/5000P/X7DBR-8+.cfm) > hanging after printing the "Waiting 5 seconds for SCSI devices to > settle" message. The hang doesn't always happen - sometimes we have to > go through several reboot cycles for it to happen - but sometimes it > happens with every reboot. For those who would suggest that this > happens because I'm using Seagate drives, it happens even if we totally > remove the SCSI drive (but leave the aic7902 SCSI interfaces enabled) > and boot from a SATA disk. Using FreeBSD 6.1, the Intel gigabit > ethernet NICs aren't found but the hang doesn't occur. Uh, just a wild stab, I dont have the Supermicro motherboard, but on the Intel design its based on there is unfortunately still this problem where the floppy has some bogus wait in it. I thought this was fixed along the way but I just installed RELEASE on Friday and saw it still occurs. It will make the system appear to hang, look at the floppy LED, is it on? If that is the problem you are seeing then it will eventually time out, I get around it by defining the driver out of the kernel after install, but you could also remove the floppy. If that isnt it, I would suggest installing using ACPI disabled or SAFE if needed, and then tweak the kernel after. Have you checked the January snapshot of CURRENT to see what happens there? Jack