From owner-freebsd-bugs@FreeBSD.ORG Mon Aug 31 20:20:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ABF81065679 for ; Mon, 31 Aug 2009 20:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3440D8FC1B for ; Mon, 31 Aug 2009 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7VKK1rW032624 for ; Mon, 31 Aug 2009 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7VKK1g0032623; Mon, 31 Aug 2009 20:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 31 Aug 2009 20:20:01 GMT Resent-Message-Id: <200908312020.n7VKK1g0032623@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pete French Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B3D21065676 for ; Mon, 31 Aug 2009 20:12:02 +0000 (UTC) (envelope-from pete@twisted.org.uk) Received: from relay.ptn-ipout02.plus.net (relay.ptn-ipout02.plus.net [212.159.7.36]) by mx1.freebsd.org (Postfix) with ESMTP id EFE7F8FC13 for ; Mon, 31 Aug 2009 20:12:01 +0000 (UTC) Received: from ptb-relay02.plus.net ([212.159.14.146]) by relay.ptn-ipout02.plus.net with ESMTP; 31 Aug 2009 20:42:57 +0100 Received: from [212.159.117.4] (helo=frenic.twisted.org.uk) by ptb-relay02.plus.net with esmtp (Exim) id 1MiCmG-0004Ho-Ni for FreeBSD-gnats-submit@freebsd.org; Mon, 31 Aug 2009 20:42:56 +0100 Received: from pete by frenic.twisted.org.uk with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MiCmE-0000L7-D7 for FreeBSD-gnats-submit@freebsd.org; Mon, 31 Aug 2009 20:42:54 +0100 Message-Id: Date: Mon, 31 Aug 2009 20:42:54 +0100 From: Pete French To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/138423: Installer (and sade) get wrong number of sectors per trac X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pete French List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 20:20:01 -0000 >Number: 138423 >Category: bin >Synopsis: Installer (and sade) get wrong number of sectors per trac >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 31 20:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pete French >Release: FreeBSD 8.0-BETA3 amd64 >Organization: >Environment: System: FreeBSD frenic.twisted.org.uk 8.0-BETA3 FreeBSD 8.0-BETA3 #1: Mon Aug 31 19:02:03 BST 2009 root@frenic.twisted.org.uk:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When installing 8.0 or running sade after install, the tools appear to think that the disc has 63 sectors per track, and this is written into the disc label. If the disc actually has a different number of sectors then on boot then warnings are generated like this: GEOM: da0: partition 1 does not start on a track boundary. GEOM: da0: partition 1 does not end on a track boundary. GEOM: da0s1: geometry does not match label (255h,63s != 255h,32s). In my specific case I am installing onto an HP RAID controller, which provides logical volumes with 32 sectors per track. This is correctly detected on boot, and reported by diskinfo. The dmesg looks like this: ciss0: port 0xb800-0xb8ff mem 0xf7d00000-0xf7dfffff,0xf7cff000-0xf7cfffff irq 18 at device 0.0 on pci1 ciss0: PERFORMANT Transport ciss0: Using MSIX interrupt ciss0: [ITHREAD] >How-To-Repeat: Perform a vanilla install onto a system with a ciss controller installed. This shuould show up the problem. Other RAID controller may also exhibit this. >Fix: >Release-Note: >Audit-Trail: >Unformatted: